diff mbox series

docs/devel/testing: Fix typo in dockerfile path

Message ID 1561727317-30655-1-git-send-email-liam.merwick@oracle.com (mailing list archive)
State New, archived
Headers show
Series docs/devel/testing: Fix typo in dockerfile path | expand

Commit Message

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

Comments

Philippe Mathieu-Daudé June 28, 2019, 2:29 p.m. UTC | #1
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>
Alex Bennée June 28, 2019, 2:48 p.m. UTC | #2
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
Li Qiang June 28, 2019, 3:03 p.m. UTC | #3
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
>
>
>
Laurent Vivier July 2, 2019, 8:14 a.m. UTC | #4
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
diff mbox series

Patch

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