All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] docs: replace min-glib with fedora
@ 2019-04-09 15:44 ` Marc-André Lureau
  0 siblings, 0 replies; 5+ messages in thread
From: Marc-André Lureau @ 2019-04-09 15:44 UTC (permalink / raw)
  To: qemu-devel; +Cc: Marc-André Lureau, Daniel P . Berrangé

min-glib.docker was removed in commit
e7b3af81597db1a6b55f2c15d030d703c6b2c6ac ("glib: bump min required
glib library version to 2.40").

Cc: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
 docs/devel/testing.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/devel/testing.rst b/docs/devel/testing.rst
index 60f897d915..cec7d56c57 100644
--- a/docs/devel/testing.rst
+++ b/docs/devel/testing.rst
@@ -317,17 +317,17 @@ the container, with parameters defined by the make target):
 
 .. code::
 
-  make docker-test-build@min-glib
+  make docker-test-build@fedora
 
-This will create a container instance using the ``min-glib`` image (the image
+This will create a container instance using the ``fedora`` image (the image
 is downloaded and initialized automatically), in which the ``test-build`` job
 is executed.
 
 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``
+Along with many other images, the ``fedora`` image is defined in a Dockerfile
+in ``tests/docker/dockefiles/``, called ``fedora.docker``. ``make docker``
 command will list all the available images.
 
 To add a new image, simply create a new ``.docker`` file under the
-- 
2.21.0.196.g041f5ea1cf

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

* [Qemu-devel] [PATCH] docs: replace min-glib with fedora
@ 2019-04-09 15:44 ` Marc-André Lureau
  0 siblings, 0 replies; 5+ messages in thread
From: Marc-André Lureau @ 2019-04-09 15:44 UTC (permalink / raw)
  To: qemu-devel; +Cc: Marc-André Lureau

min-glib.docker was removed in commit
e7b3af81597db1a6b55f2c15d030d703c6b2c6ac ("glib: bump min required
glib library version to 2.40").

Cc: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
 docs/devel/testing.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/devel/testing.rst b/docs/devel/testing.rst
index 60f897d915..cec7d56c57 100644
--- a/docs/devel/testing.rst
+++ b/docs/devel/testing.rst
@@ -317,17 +317,17 @@ the container, with parameters defined by the make target):
 
 .. code::
 
-  make docker-test-build@min-glib
+  make docker-test-build@fedora
 
-This will create a container instance using the ``min-glib`` image (the image
+This will create a container instance using the ``fedora`` image (the image
 is downloaded and initialized automatically), in which the ``test-build`` job
 is executed.
 
 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``
+Along with many other images, the ``fedora`` image is defined in a Dockerfile
+in ``tests/docker/dockefiles/``, called ``fedora.docker``. ``make docker``
 command will list all the available images.
 
 To add a new image, simply create a new ``.docker`` file under the
-- 
2.21.0.196.g041f5ea1cf



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

* Re: [Qemu-devel] [PATCH] docs: replace min-glib with fedora
  2019-04-09 15:44 ` Marc-André Lureau
  (?)
@ 2019-04-09 18:50 ` Philippe Mathieu-Daudé
  -1 siblings, 0 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-04-09 18:50 UTC (permalink / raw)
  To: Marc-André Lureau, qemu-devel, Alex Bennée

On 4/9/19 5:44 PM, Marc-André Lureau wrote:
> min-glib.docker was removed in commit
> e7b3af81597db1a6b55f2c15d030d703c6b2c6ac ("glib: bump min required
> glib library version to 2.40").
> 
> Cc: Daniel P. Berrangé <berrange@redhat.com>
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>

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

> ---
>  docs/devel/testing.rst | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/docs/devel/testing.rst b/docs/devel/testing.rst
> index 60f897d915..cec7d56c57 100644
> --- a/docs/devel/testing.rst
> +++ b/docs/devel/testing.rst
> @@ -317,17 +317,17 @@ the container, with parameters defined by the make target):
>  
>  .. code::
>  
> -  make docker-test-build@min-glib
> +  make docker-test-build@fedora
>  
> -This will create a container instance using the ``min-glib`` image (the image
> +This will create a container instance using the ``fedora`` image (the image
>  is downloaded and initialized automatically), in which the ``test-build`` job
>  is executed.
>  
>  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``
> +Along with many other images, the ``fedora`` image is defined in a Dockerfile
> +in ``tests/docker/dockefiles/``, called ``fedora.docker``. ``make docker``
>  command will list all the available images.
>  
>  To add a new image, simply create a new ``.docker`` file under the
> 

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

* Re: [Qemu-devel] [PATCH] docs: replace min-glib with fedora
  2019-04-09 15:44 ` Marc-André Lureau
  (?)
  (?)
@ 2019-04-10  7:30 ` Stefano Garzarella
  -1 siblings, 0 replies; 5+ messages in thread
From: Stefano Garzarella @ 2019-04-10  7:30 UTC (permalink / raw)
  To: Marc-André Lureau; +Cc: qemu-devel

On Tue, Apr 09, 2019 at 05:44:35PM +0200, Marc-André Lureau wrote:
> min-glib.docker was removed in commit
> e7b3af81597db1a6b55f2c15d030d703c6b2c6ac ("glib: bump min required
> glib library version to 2.40").
> 
> Cc: Daniel P. Berrangé <berrange@redhat.com>
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> ---
>  docs/devel/testing.rst | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>

Thanks,
Stefano

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

* Re: [Qemu-devel] [PATCH] docs: replace min-glib with fedora
  2019-04-09 15:44 ` Marc-André Lureau
                   ` (2 preceding siblings ...)
  (?)
@ 2019-04-11 11:56 ` Daniel P. Berrangé
  -1 siblings, 0 replies; 5+ messages in thread
From: Daniel P. Berrangé @ 2019-04-11 11:56 UTC (permalink / raw)
  To: Marc-André Lureau; +Cc: qemu-devel

On Tue, Apr 09, 2019 at 05:44:35PM +0200, Marc-André Lureau wrote:
> min-glib.docker was removed in commit
> e7b3af81597db1a6b55f2c15d030d703c6b2c6ac ("glib: bump min required
> glib library version to 2.40").
> 
> Cc: Daniel P. Berrangé <berrange@redhat.com>
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> ---
>  docs/devel/testing.rst | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|

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

end of thread, other threads:[~2019-04-11 11:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-09 15:44 [Qemu-devel] [PATCH] docs: replace min-glib with fedora Marc-André Lureau
2019-04-09 15:44 ` Marc-André Lureau
2019-04-09 18:50 ` Philippe Mathieu-Daudé
2019-04-10  7:30 ` Stefano Garzarella
2019-04-11 11:56 ` Daniel P. Berrangé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.