From patchwork Tue Apr 9 15:44:35 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Marc-Andr=C3=A9_Lureau?= X-Patchwork-Id: 1082421 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=nongnu.org (client-ip=209.51.188.17; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 44ds7J621Hz9sRw for ; Wed, 10 Apr 2019 01:45:14 +1000 (AEST) Received: from localhost ([127.0.0.1]:44929 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hDsvv-0005m3-Bz for incoming@patchwork.ozlabs.org; Tue, 09 Apr 2019 11:45:11 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48983) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hDsvX-0005lj-2T for qemu-devel@nongnu.org; Tue, 09 Apr 2019 11:44:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hDsvV-00041Y-Ue for qemu-devel@nongnu.org; Tue, 09 Apr 2019 11:44:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51828) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hDsvV-00040r-MM for qemu-devel@nongnu.org; Tue, 09 Apr 2019 11:44:45 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 25B3430B96D0 for ; Tue, 9 Apr 2019 15:44:40 +0000 (UTC) Received: from localhost (ovpn-112-27.ams2.redhat.com [10.36.112.27]) by smtp.corp.redhat.com (Postfix) with ESMTP id 452F05DA38; Tue, 9 Apr 2019 15:44:36 +0000 (UTC) From: =?utf-8?q?Marc-Andr=C3=A9_Lureau?= To: qemu-devel@nongnu.org Date: Tue, 9 Apr 2019 17:44:35 +0200 Message-Id: <20190409154435.28807-1-marcandre.lureau@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.49]); Tue, 09 Apr 2019 15:44:44 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH] docs: replace min-glib with fedora X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?utf-8?q?Marc-Andr=C3=A9_Lureau?= Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" min-glib.docker was removed in commit e7b3af81597db1a6b55f2c15d030d703c6b2c6ac ("glib: bump min required glib library version to 2.40"). Cc: Daniel P. Berrangé Signed-off-by: Marc-André Lureau Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Stefano Garzarella Reviewed-by: Daniel P. Berrangé --- 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