From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH 4/5] Emails: Provide X-Osstest-Versions-This and That headers Date: Tue, 30 Jun 2015 15:31:50 +0100 Message-ID: <1435674710.21469.199.camel@citrix.com> References: <1435672148-6183-1-git-send-email-ian.jackson@eu.citrix.com> <1435672148-6183-5-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 1Z9wak-0005ZV-3B for xen-devel@lists.xenproject.org; Tue, 30 Jun 2015 14:32:54 +0000 In-Reply-To: <1435672148-6183-5-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 Tue, 2015-06-30 at 14:49 +0100, Ian Jackson wrote: > Specifically: > * Provide headerprint() in sg-report-flight > * Use it to add X-Osstest-Versions headers based on %specver > * Cause cr-daily-branch to always enable the feature > * Document this in README.email > > Signed-off-by: Ian Jackson > --- > README.email | 14 ++++++++++++++ > cr-daily-branch | 2 +- > sg-report-flight | 10 ++++++++++ > 3 files changed, 25 insertions(+), 1 deletion(-) > > diff --git a/README.email b/README.email > index 3f95fa8..be79f88 100644 > --- a/README.email > +++ b/README.email > @@ -104,3 +104,17 @@ history. Here are some examples: > The flight numbers quoted in these step failure summaries may > sometimes be suffixed with `-bisect' to show that the indicated flight > was part of a bisection attempt, rather than a main test flight. > + > + > +Email information headers > +------------------------- > + > +Test report emails sent by osstest have some extra information in the > +email headers, where applicable: > + > +X-Osstest-Versions-This: > + osstest=cc8b79ce9586d2b0fbddbd4260e876eab1d408d4 > +X-Osstest-Versions-That: > + osstest=280a18b2b2612174e473a1c1a137ddd47c49aab9 > + ^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > + tree revision Some description of what this and that mean might be useful for those in the know? Specifically that that is the baseline. Also, I think in real life several trees might be included?