diff mbox

[Xen-devel,OSSTEST] cr-daily-branch: Only build oldkern for xen-unstable flights

Message ID 1400150144-8778-1-git-send-email-ian.campbell@citrix.com
State New
Headers show

Commit Message

Ian Campbell May 15, 2014, 10:35 a.m. UTC
This is just supposed to be a build test, it doesn't actually get used.
There's no need to be doing this for every flight, doing it for xen-unstable
is enough

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
 cr-daily-branch | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Comments

Ian Jackson May 16, 2014, 5:19 p.m. UTC | #1
Ian Campbell writes ("[PATCH OSSTEST] cr-daily-branch: Only build oldkern for xen-unstable flights"):
> This is just supposed to be a build test, it doesn't actually get used.
> There's no need to be doing this for every flight, doing it for xen-unstable
> is enough

Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
diff mbox

Patch

diff --git a/cr-daily-branch b/cr-daily-branch
index 2cd6470..1263898 100755
--- a/cr-daily-branch
+++ b/cr-daily-branch
@@ -157,6 +157,10 @@  if [ "x$REVISION_LINUXFIRMWARE" = x ]; then
         export REVISION_LINUXFIRMWARE
 fi
 
+if [ "x$branch" != "xxen-unstable" ]; then
+        export REVISION_LINUX_OLD=disable
+fi
+
 case "$tree" in
 xen)
         realtree=$xenbranch
@@ -165,7 +169,6 @@  xen)
 linux)
         realtree=linux
 	NEW_REVISION=$REVISION_LINUX
-	export REVISION_LINUX_OLD=disable
 	: ${GITFORCEFLAG:=$GITFORCEFLAG_TREE_LINUX_THIS}
 	;;
 osstest)