xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Ian Jackson <ian.jackson@eu.citrix.com>
To: xen-devel@lists.xenproject.org
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Subject: [OSSTEST PATCH 1/2] mg-debian-installer-update: Allow optional suite argument
Date: Wed, 8 Jun 2016 14:42:30 +0100	[thread overview]
Message-ID: <1465393351-32268-1-git-send-email-ian.jackson@eu.citrix.com> (raw)

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
---
 mg-debian-installer-update-all |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/mg-debian-installer-update-all b/mg-debian-installer-update-all
index 4e76a69..d88ebf5 100755
--- a/mg-debian-installer-update-all
+++ b/mg-debian-installer-update-all
@@ -1,6 +1,6 @@
 #!/bin/bash
 # usage
-#   ./mg-debian-installer-update-all
+#   ./mg-debian-installer-update-all [<suite>]
 
 # This is part of "osstest", an automated testing framework for Xen.
 # Copyright (C) 2015 Citrix Inc.
@@ -22,7 +22,11 @@ set -e -o posix
 
 . ./cri-getconfig
 
-suite=`getconfig DebianSuite`
+suite=$1
+if [ "x$suite" = x ]; then
+    suite=`getconfig DebianSuite`
+fi
+
 fws=`getconfig DebianNonfreeFirmware`
 arches="arm64 armhf amd64 i386"
 
-- 
1.7.10.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

             reply	other threads:[~2016-06-08 14:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-08 13:42 Ian Jackson [this message]
2016-06-08 13:42 ` [OSSTEST PATCH 2/2] production-config, -cambridge: Update TftpDiVersion_wheezy Ian Jackson

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=1465393351-32268-1-git-send-email-ian.jackson@eu.citrix.com \
    --to=ian.jackson@eu.citrix.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).