xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH OSSTEST] cr-daily-branch: Only build oldkern for xen-unstable flights
@ 2014-05-15 10:35 Ian Campbell
  2014-05-16 17:19 ` Ian Jackson
  0 siblings, 1 reply; 2+ messages in thread
From: Ian Campbell @ 2014-05-15 10:35 UTC (permalink / raw)
  To: ian.jackson, xen-devel; +Cc: Ian Campbell

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

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

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

end of thread, other threads:[~2014-05-16 17:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-15 10:35 [PATCH OSSTEST] cr-daily-branch: Only build oldkern for xen-unstable flights Ian Campbell
2014-05-16 17:19 ` 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).