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