xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Ian Campbell <ian.campbell@citrix.com>
To: ian.jackson@eu.citrix.com, xen-devel@lists.xen.org
Cc: Ian Campbell <ian.campbell@citrix.com>
Subject: [PATCH OSSTEST] cr-daily-branch: Only build oldkern for xen-unstable flights
Date: Thu, 15 May 2014 11:35:44 +0100	[thread overview]
Message-ID: <1400150144-8778-1-git-send-email-ian.campbell@citrix.com> (raw)

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

             reply	other threads:[~2014-05-15 10:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-15 10:35 Ian Campbell [this message]
2014-05-16 17:19 ` [PATCH OSSTEST] cr-daily-branch: Only build oldkern for xen-unstable flights 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=1400150144-8778-1-git-send-email-ian.campbell@citrix.com \
    --to=ian.campbell@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=xen-devel@lists.xen.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).