qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] docs/devel/testing: Fix typo in dockerfile path
@ 2019-06-28 13:08 Liam Merwick
  2019-06-28 14:29 ` Philippe Mathieu-Daudé
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Liam Merwick @ 2019-06-28 13:08 UTC (permalink / raw)
  To: qemu-trivial; +Cc: qemu-devel

Signed-off-by: Liam Merwick <liam.merwick@oracle.com>
---
 docs/devel/testing.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/devel/testing.rst b/docs/devel/testing.rst
index da2d0fc9646f..3ef50a61db4d 100644
--- a/docs/devel/testing.rst
+++ b/docs/devel/testing.rst
@@ -327,7 +327,7 @@ Images
 ------
 
 Along with many other images, the ``min-glib`` image is defined in a Dockerfile
-in ``tests/docker/dockefiles/``, called ``min-glib.docker``. ``make docker``
+in ``tests/docker/dockerfiles/``, called ``min-glib.docker``. ``make docker``
 command will list all the available images.
 
 To add a new image, simply create a new ``.docker`` file under the
-- 
1.8.3.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [PATCH] docs/devel/testing: Fix typo in dockerfile path
  2019-06-28 13:08 [Qemu-devel] [PATCH] docs/devel/testing: Fix typo in dockerfile path Liam Merwick
@ 2019-06-28 14:29 ` Philippe Mathieu-Daudé
  2019-06-28 14:48 ` Alex Bennée
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-06-28 14:29 UTC (permalink / raw)
  To: Liam Merwick, qemu-trivial; +Cc: qemu-devel

On 6/28/19 3:08 PM, Liam Merwick wrote:
> Signed-off-by: Liam Merwick <liam.merwick@oracle.com>
> ---
>  docs/devel/testing.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/devel/testing.rst b/docs/devel/testing.rst
> index da2d0fc9646f..3ef50a61db4d 100644
> --- a/docs/devel/testing.rst
> +++ b/docs/devel/testing.rst
> @@ -327,7 +327,7 @@ Images
>  ------
>  
>  Along with many other images, the ``min-glib`` image is defined in a Dockerfile
> -in ``tests/docker/dockefiles/``, called ``min-glib.docker``. ``make docker``
> +in ``tests/docker/dockerfiles/``, called ``min-glib.docker``. ``make docker``
>  command will list all the available images.
>  
>  To add a new image, simply create a new ``.docker`` file under the
> 

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [PATCH] docs/devel/testing: Fix typo in dockerfile path
  2019-06-28 13:08 [Qemu-devel] [PATCH] docs/devel/testing: Fix typo in dockerfile path Liam Merwick
  2019-06-28 14:29 ` Philippe Mathieu-Daudé
@ 2019-06-28 14:48 ` Alex Bennée
  2019-06-28 15:03 ` Li Qiang
  2019-07-02  8:14 ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
  3 siblings, 0 replies; 5+ messages in thread
From: Alex Bennée @ 2019-06-28 14:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial


Liam Merwick <liam.merwick@oracle.com> writes:

> Signed-off-by: Liam Merwick <liam.merwick@oracle.com>

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

> ---
>  docs/devel/testing.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/docs/devel/testing.rst b/docs/devel/testing.rst
> index da2d0fc9646f..3ef50a61db4d 100644
> --- a/docs/devel/testing.rst
> +++ b/docs/devel/testing.rst
> @@ -327,7 +327,7 @@ Images
>  ------
>
>  Along with many other images, the ``min-glib`` image is defined in a Dockerfile
> -in ``tests/docker/dockefiles/``, called ``min-glib.docker``. ``make docker``
> +in ``tests/docker/dockerfiles/``, called ``min-glib.docker``. ``make docker``
>  command will list all the available images.
>
>  To add a new image, simply create a new ``.docker`` file under the


--
Alex Bennée


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [PATCH] docs/devel/testing: Fix typo in dockerfile path
  2019-06-28 13:08 [Qemu-devel] [PATCH] docs/devel/testing: Fix typo in dockerfile path Liam Merwick
  2019-06-28 14:29 ` Philippe Mathieu-Daudé
  2019-06-28 14:48 ` Alex Bennée
@ 2019-06-28 15:03 ` Li Qiang
  2019-07-02  8:14 ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
  3 siblings, 0 replies; 5+ messages in thread
From: Li Qiang @ 2019-06-28 15:03 UTC (permalink / raw)
  To: Liam Merwick; +Cc: qemu-trivial, Qemu Developers

Liam Merwick <liam.merwick@oracle.com> 于2019年6月28日周五 下午9:38写道:

> Signed-off-by: Liam Merwick <liam.merwick@oracle.com>
>

Reviewed-by: Li Qiang <liq3ea@gmail.com>


> ---
>  docs/devel/testing.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/docs/devel/testing.rst b/docs/devel/testing.rst
> index da2d0fc9646f..3ef50a61db4d 100644
> --- a/docs/devel/testing.rst
> +++ b/docs/devel/testing.rst
> @@ -327,7 +327,7 @@ Images
>  ------
>
>  Along with many other images, the ``min-glib`` image is defined in a
> Dockerfile
> -in ``tests/docker/dockefiles/``, called ``min-glib.docker``. ``make
> docker``
> +in ``tests/docker/dockerfiles/``, called ``min-glib.docker``. ``make
> docker``
>  command will list all the available images.
>
>  To add a new image, simply create a new ``.docker`` file under the
> --
> 1.8.3.1
>
>
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [Qemu-trivial] [PATCH] docs/devel/testing: Fix typo in dockerfile path
  2019-06-28 13:08 [Qemu-devel] [PATCH] docs/devel/testing: Fix typo in dockerfile path Liam Merwick
                   ` (2 preceding siblings ...)
  2019-06-28 15:03 ` Li Qiang
@ 2019-07-02  8:14 ` Laurent Vivier
  3 siblings, 0 replies; 5+ messages in thread
From: Laurent Vivier @ 2019-07-02  8:14 UTC (permalink / raw)
  To: Liam Merwick, qemu-trivial; +Cc: qemu-devel

Le 28/06/2019 à 15:08, Liam Merwick a écrit :
> Signed-off-by: Liam Merwick <liam.merwick@oracle.com>
> ---
>  docs/devel/testing.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/devel/testing.rst b/docs/devel/testing.rst
> index da2d0fc9646f..3ef50a61db4d 100644
> --- a/docs/devel/testing.rst
> +++ b/docs/devel/testing.rst
> @@ -327,7 +327,7 @@ Images
>  ------
>  
>  Along with many other images, the ``min-glib`` image is defined in a Dockerfile
> -in ``tests/docker/dockefiles/``, called ``min-glib.docker``. ``make docker``
> +in ``tests/docker/dockerfiles/``, called ``min-glib.docker``. ``make docker``
>  command will list all the available images.
>  
>  To add a new image, simply create a new ``.docker`` file under the
> 

Applied to my trivial-patches branch.

Thanks,
Laurent


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-07-02  8:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-28 13:08 [Qemu-devel] [PATCH] docs/devel/testing: Fix typo in dockerfile path Liam Merwick
2019-06-28 14:29 ` Philippe Mathieu-Daudé
2019-06-28 14:48 ` Alex Bennée
2019-06-28 15:03 ` Li Qiang
2019-07-02  8:14 ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).