From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH OSSTEST v2 13/19] standalone: Prefer ./standalone.config to $HOME/.xen-osstest/config Date: Fri, 19 Jun 2015 11:22:50 +0100 Message-ID: <1434709370.28264.89.camel@citrix.com> References: <1434644687.28264.53.camel@citrix.com> <1434644710-28881-13-git-send-email-ian.campbell@citrix.com> <21891.1801.152825.306997@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <21891.1801.152825.306997@mariner.uk.xensource.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.xen.org List-Id: xen-devel@lists.xenproject.org On Thu, 2015-06-18 at 18:59 +0100, Ian Jackson wrote: > Ian Campbell writes ("[PATCH OSSTEST v2 13/19] standalone: Prefer ./standalone.config to $HOME/.xen-osstest/config"): > > OSSTEST_CONFIG still trumps both. > > This results in us having > standalone-config-example > production-config > production-config-cambridge > but > standalone.config > is actually read by default. > > Perhaps the latter should be > local-config > ? That's ok by me.