From: Wei Liu <wei.liu2@citrix.com>
To: xen-devel@lists.xenproject.org
Cc: Doug Goldstein <cardoe@cardoe.com>, Wei Liu <wei.liu2@citrix.com>
Subject: [PATCH 2/3] automation: add Fedora image to containerize script
Date: Thu, 4 Apr 2019 12:23:01 +0100 [thread overview]
Message-ID: <20190404112302.4796-3-wei.liu2@citrix.com> (raw)
In-Reply-To: <20190404112302.4796-1-wei.liu2@citrix.com>
At the same time sort the list alphabetically.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
automation/scripts/containerize | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/automation/scripts/containerize b/automation/scripts/containerize
index 01c44da93c..a7809b3010 100755
--- a/automation/scripts/containerize
+++ b/automation/scripts/containerize
@@ -19,10 +19,11 @@ case "_${CONTAINER}" in
_centos6) CONTAINER="${BASE}/centos:6" ;;
_centos7) CONTAINER="${BASE}/centos:7" ;;
_centos72) CONTAINER="${BASE}/centos:7.2" ;;
- _trusty) CONTAINER="${BASE}/ubuntu:trusty" ;;
- _xenial) CONTAINER="${BASE}/ubuntu:xenial" ;;
+ _fedora) CONTAINER="${BASE}/fedora:latest";;
_jessie) CONTAINER="${BASE}/debian:jessie" ;;
_stretch|_) CONTAINER="${BASE}/debian:stretch" ;;
+ _trusty) CONTAINER="${BASE}/ubuntu:trusty" ;;
+ _xenial) CONTAINER="${BASE}/ubuntu:xenial" ;;
esac
# Use this variable to control whehter root should be used
--
2.20.1
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
next prev parent reply other threads:[~2019-04-04 11:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-04 11:22 [PATCH 0/3] automation: add Fedora image and build jobs Wei Liu
2019-04-04 11:23 ` [PATCH 1/3] automation: add a Fedora image Wei Liu
2019-04-04 11:23 ` Wei Liu [this message]
2019-04-04 11:23 ` [PATCH 3/3] gitlab-ci: add fedora gcc build jobs Wei Liu
2019-04-04 13:13 ` Doug Goldstein
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=20190404112302.4796-3-wei.liu2@citrix.com \
--to=wei.liu2@citrix.com \
--cc=cardoe@cardoe.com \
--cc=xen-devel@lists.xenproject.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).