[Qemu-devel] [PATCH] docs/devel/testing: Fix typo in dockerfile path

Liam Merwick posted 1 patch 4 years, 10 months ago
Test checkpatch passed
Test s390x passed
Test asan passed
Test docker-mingw@fedora passed
Test FreeBSD passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1561727317-30655-1-git-send-email-liam.merwick@oracle.com
docs/devel/testing.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Qemu-devel] [PATCH] docs/devel/testing: Fix typo in dockerfile path
Posted by Liam Merwick 4 years, 10 months ago
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


Re: [Qemu-devel] [PATCH] docs/devel/testing: Fix typo in dockerfile path
Posted by Philippe Mathieu-Daudé 4 years, 10 months ago
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>

Re: [Qemu-devel] [PATCH] docs/devel/testing: Fix typo in dockerfile path
Posted by Alex Bennée 4 years, 10 months ago
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

Re: [Qemu-devel] [PATCH] docs/devel/testing: Fix typo in dockerfile path
Posted by Li Qiang 4 years, 10 months ago
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
>
>
>
Re: [Qemu-devel] [Qemu-trivial] [PATCH] docs/devel/testing: Fix typo in dockerfile path
Posted by Laurent Vivier 4 years, 9 months ago
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