From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH 7/8] ap-fetch-version-old: Do not honour OSSTEST_USE_HEAD Date: Wed, 25 Feb 2015 13:28:37 +0000 Message-ID: <1424870917.20243.103.camel@citrix.com> References: <1424869277-16764-1-git-send-email-ian.jackson@eu.citrix.com> <1424869277-16764-8-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YQc1t-0002OV-6W for xen-devel@lists.xenproject.org; Wed, 25 Feb 2015 13:29:33 +0000 In-Reply-To: <1424869277-16764-8-git-send-email-ian.jackson@eu.citrix.com> 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 Cc: xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Wed, 2015-02-25 at 13:01 +0000, Ian Jackson wrote: > When doing an OSSTEST_USE_HEAD test in infrastructure mode we would > like to use the real osstest mainline baseline as a reference for the > flight reports. (Rather than simply using the very version under test > as the baseline.) > > So revert cf805fa8 "Allow forcing the use of current osstest HEAD for > branch=osstest" as far as it touches ap-fetch-version-old. > > In standalone mode: tests now set OLD_REVISION=NONE in their calls to > cr-daily-branch, so ap-fetch-version-old will not be run, and things > will continue to work as before. > > Signed-off-by: Ian Jackson Acked-by: Ian Campbell