From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH 8/8] ap-fetch-version: Use osstest's home to find master tree Date: Wed, 25 Feb 2015 13:29:39 +0000 Message-ID: <1424870979.20243.104.camel@citrix.com> References: <1424869277-16764-1-git-send-email-ian.jackson@eu.citrix.com> <1424869277-16764-9-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 1YQc32-0002aQ-AO for xen-devel@lists.xenproject.org; Wed, 25 Feb 2015 13:30:44 +0000 In-Reply-To: <1424869277-16764-9-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 ap-fetch-version and ap-fetch-version-old are run on the osstest > controller but as a different user they should look in ~osstest, not > $HOME, for the master testing.git tree. > > Signed-off-by: Ian Jackson But what if they are run not on the osstest controller where ~osstest may not exist? I think your previous changes have already arranged that standalone mode won't get to either of these anyway, so, that being the case: Acked-by: Ian Campbell