From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50563) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fNecg-00065K-0C for qemu-devel@nongnu.org; Tue, 29 May 2018 09:25:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fNecc-00086f-RD for qemu-devel@nongnu.org; Tue, 29 May 2018 09:25:09 -0400 Received: from mail-wr0-x242.google.com ([2a00:1450:400c:c0c::242]:43035) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fNecc-00085j-KR for qemu-devel@nongnu.org; Tue, 29 May 2018 09:25:06 -0400 Received: by mail-wr0-x242.google.com with SMTP id d2-v6so10048803wrm.10 for ; Tue, 29 May 2018 06:25:06 -0700 (PDT) References: <20180115143500.22631-1-f4bug@amsat.org> <20180115143500.22631-2-f4bug@amsat.org> <878tcwomfm.fsf@linaro.org> <56ff485a-7f6e-353a-b232-f5370e851923@amsat.org> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <56ff485a-7f6e-353a-b232-f5370e851923@amsat.org> Date: Tue, 29 May 2018 14:25:03 +0100 Message-ID: <87a7si1tn4.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 1/8] docker: sort images list displayed by 'make docker' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= Cc: Fam Zheng , Paolo Bonzini , qemu-devel@nongnu.org Philippe Mathieu-Daud=C3=A9 writes: > Hi Alex, > > On 01/17/2018 06:37 AM, Alex Benn=C3=A9e wrote: >> >> Philippe Mathieu-Daud=C3=A9 writes: >> >>> we can now directly see different version sort consecutively. >>> >>> Signed-off-by: Philippe Mathieu-Daud=C3=A9 >> >> I of course meant: >> >> Reviewed-by: Alex Benn=C3=A9e > > Can you queue this patch please? queued - I send out a round-up series in a bit > >> >> >>> --- >>> tests/docker/Makefile.include | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >>> >>> diff --git a/tests/docker/Makefile.include b/tests/docker/Makefile.incl= ude >>> index de87341528..ef95703cef 100644 >>> --- a/tests/docker/Makefile.include >>> +++ b/tests/docker/Makefile.include >>> @@ -4,7 +4,7 @@ >>> >>> DOCKER_SUFFIX :=3D .docker >>> DOCKER_FILES_DIR :=3D $(SRC_PATH)/tests/docker/dockerfiles >>> -DOCKER_IMAGES :=3D $(notdir $(basename $(wildcard $(DOCKER_FILES_DIR)/= *.docker))) >>> +DOCKER_IMAGES :=3D $(sort $(notdir $(basename $(wildcard $(DOCKER_FILE= S_DIR)/*.docker)))) >>> DOCKER_TARGETS :=3D $(patsubst %,docker-image-%,$(DOCKER_IMAGES)) >>> # Use a global constant ccache directory to speed up repetitive builds >>> DOCKER_CCACHE_DIR :=3D $$HOME/.cache/qemu-docker-ccache >> >> >> -- >> Alex Benn=C3=A9e >> -- Alex Benn=C3=A9e