From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH 1/8] emails: cr*: Defer setting of OSSTEST_EMAIL_HEADER Date: Wed, 25 Feb 2015 13:25:22 +0000 Message-ID: <1424870722.20243.99.camel@citrix.com> References: <1424869277-16764-1-git-send-email-ian.jackson@eu.citrix.com> <1424869277-16764-2-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.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YQbyf-0000qU-3I for xen-devel@lists.xenproject.org; Wed, 25 Feb 2015 13:26:13 +0000 In-Reply-To: <1424869277-16764-2-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: > Defer computing this variable until it is going to be used. > > The effect is that the fallback default value is assigned much later - > in start_email (cr-daily-branch) or send_bisection_email (cri-bisect). > Previously it was assigned as soon as cri-args-hostlists was read, > which is quite early. > > In the next patch this will allow other hooks (eg the branch settings) > to adjust the default, rather than them having to override. > > Signed-off-by: Ian Jackson Acked-by: Ian Campbell