xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [OSSTEST PATCH 1/2] mg-debian-installer-update: Allow optional suite argument
@ 2016-06-08 13:42 Ian Jackson
  2016-06-08 13:42 ` [OSSTEST PATCH 2/2] production-config, -cambridge: Update TftpDiVersion_wheezy Ian Jackson
  0 siblings, 1 reply; 2+ messages in thread
From: Ian Jackson @ 2016-06-08 13:42 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Jackson

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [OSSTEST PATCH 2/2] production-config, -cambridge: Update TftpDiVersion_wheezy
  2016-06-08 13:42 [OSSTEST PATCH 1/2] mg-debian-installer-update: Allow optional suite argument Ian Jackson
@ 2016-06-08 13:42 ` Ian Jackson
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Jackson @ 2016-06-08 13:42 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Jackson

There is a new d-i kernel for wheezy.  I have set it the new d-i in
Cambridge and Massachusetts using mg-debian-installer-update-all.

Use it.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 production-config           |    2 +-
 production-config-cambridge |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/production-config b/production-config
index 6d25fd8..d4037f9 100644
--- a/production-config
+++ b/production-config
@@ -87,7 +87,7 @@ TftpPxeTemplatesReal pxelinux.cfg/%ipaddrhex%
 
 TftpPxeGroup osstest
 # Update with ./mg-debian-installer-update(-all)
-TftpDiVersion_wheezy 2015-09-07
+TftpDiVersion_wheezy 2016-06-08
 TftpDiVersion_jessie 2016-01-24
 
 # For ISO installs
diff --git a/production-config-cambridge b/production-config-cambridge
index 41cd8aa..b12f1ba 100644
--- a/production-config-cambridge
+++ b/production-config-cambridge
@@ -69,7 +69,7 @@ TftpPxeTemplates %name%/pxelinux.cfg
 TftpPxeTemplatesReal pxelinux.cfg/%ipaddrhex%
 
 TftpPxeGroup osstest
-TftpDiVersion_wheezy 2015-09-07
+TftpDiVersion_wheezy 2016-06-08
 TftpDiVersion_jessie 2016-01-24
 
 # For ISO installs
-- 
1.7.10.4


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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-08 14:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-08 13:42 [OSSTEST PATCH 1/2] mg-debian-installer-update: Allow optional suite argument Ian Jackson
2016-06-08 13:42 ` [OSSTEST PATCH 2/2] production-config, -cambridge: Update TftpDiVersion_wheezy Ian Jackson

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).