qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
To: "Alex Bennée" <alex.bennee@linaro.org>,
	"Fam Zheng" <famz@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>
Cc: "Philippe Mathieu-Daudé" <f4bug@amsat.org>, qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 1/7] docker: sort images list displayed by 'make docker'
Date: Fri, 12 Jan 2018 09:49:54 -0300	[thread overview]
Message-ID: <20180112125000.27256-2-f4bug@amsat.org> (raw)
In-Reply-To: <20180112125000.27256-1-f4bug@amsat.org>

we can now directly see different version sort consecutively.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 tests/docker/Makefile.include | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/docker/Makefile.include b/tests/docker/Makefile.include
index de87341528..ef95703cef 100644
--- a/tests/docker/Makefile.include
+++ b/tests/docker/Makefile.include
@@ -4,7 +4,7 @@
 
 DOCKER_SUFFIX := .docker
 DOCKER_FILES_DIR := $(SRC_PATH)/tests/docker/dockerfiles
-DOCKER_IMAGES := $(notdir $(basename $(wildcard $(DOCKER_FILES_DIR)/*.docker)))
+DOCKER_IMAGES := $(sort $(notdir $(basename $(wildcard $(DOCKER_FILES_DIR)/*.docker))))
 DOCKER_TARGETS := $(patsubst %,docker-image-%,$(DOCKER_IMAGES))
 # Use a global constant ccache directory to speed up repetitive builds
 DOCKER_CCACHE_DIR := $$HOME/.cache/qemu-docker-ccache
-- 
2.15.1

  reply	other threads:[~2018-01-12 12:50 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-12 12:49 [Qemu-devel] [PATCH 0/7] docker: update Ubuntu and Fedora images, deprecate old ones Philippe Mathieu-Daudé
2018-01-12 12:49 ` Philippe Mathieu-Daudé [this message]
2018-01-12 12:49 ` [Qemu-devel] [PATCH 2/7] docker: do not display deprecated images in 'make docker' help Philippe Mathieu-Daudé
2018-01-17  2:10   ` Fam Zheng
2018-01-17 13:38     ` Philippe Mathieu-Daudé
2018-01-12 12:49 ` [Qemu-devel] [PATCH 3/7] docker: add the Ubuntu Trusty base image Philippe Mathieu-Daudé
2018-01-17  2:12   ` Fam Zheng
2018-01-17 13:42     ` Philippe Mathieu-Daudé
2018-01-12 12:49 ` [Qemu-devel] [PATCH 4/7] docker: do not use Trusty APT source in Xenial Philippe Mathieu-Daudé
2018-01-17  2:13   ` Fam Zheng
2018-01-12 12:49 ` [Qemu-devel] [PATCH 5/7] docker: warn users to use ubuntu16.04 for the LTS Xenial image Philippe Mathieu-Daudé
2018-01-12 12:49 ` [Qemu-devel] [PATCH 6/7] docker: add the Fedora 27 base image Philippe Mathieu-Daudé
2018-01-12 12:50 ` [Qemu-devel] [PATCH 7/7] docker: warn users to use newer fedora25/fedora27 " Philippe Mathieu-Daudé
2018-01-12 13:10 ` [Qemu-devel] [PATCH 0/7] docker: update Ubuntu and Fedora images, deprecate old ones no-reply
2018-01-15 14:01   ` Philippe Mathieu-Daudé
2018-01-17  2:26 ` Fam Zheng
2018-01-17 10:25   ` Daniel P. Berrange
2018-01-17 13:58     ` Philippe Mathieu-Daudé
2018-01-17 14:04       ` Daniel P. Berrange
2018-01-17 14:12         ` Philippe Mathieu-Daudé
2018-01-17 13:47   ` Philippe Mathieu-Daudé

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180112125000.27256-2-f4bug@amsat.org \
    --to=f4bug@amsat.org \
    --cc=alex.bennee@linaro.org \
    --cc=famz@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).