From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH 6/8] standalone: Always pass OLD_REVISION=NONE to cr-daily-branch Date: Wed, 25 Feb 2015 13:28:13 +0000 Message-ID: <1424870893.20243.102.camel@citrix.com> References: <1424869277-16764-1-git-send-email-ian.jackson@eu.citrix.com> <1424869277-16764-7-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.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YQc19-0002Gr-7D for xen-devel@lists.xenproject.org; Wed, 25 Feb 2015 13:28:47 +0000 In-Reply-To: <1424869277-16764-7-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: > We don't want sg-report-flight digging through the `test history > database' (which doesn't really exist in standalone mode) looking for > a baseline. > > Passing OLD_REVISION=NONE also avoids calling ./ap-fetch-version-old > for the current branch. This is useful particularly when the current > branch is osstest, because in that case ap-fetch-version-old ought to > fail when not run on the production system. > > NONE will use `badchar' entry in `case "$NEW_REVISION/$OLD_REVISION"' > so sg-report-flight will get no --this and --that arguments. It also > avoids constructing a list of people who touched changes, etc. > > Signed-off-by: Ian Jackson Acked-by: Ian Campbell