From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH OSSTEST] cr-daily-branch: Only build oldkern for xen-unstable flights Date: Thu, 15 May 2014 11:35:44 +0100 Message-ID: <1400150144-8778-1-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: ian.jackson@eu.citrix.com, xen-devel@lists.xen.org Cc: Ian Campbell List-Id: xen-devel@lists.xenproject.org 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 --- 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