From: Ian Jackson <ian.jackson@eu.citrix.com>
To: xen-devel@lists.xenproject.org
Cc: Ian Jackson <Ian.Jackson@eu.citrix.com>,
Ian Campbell <ian.campbell@citrix.com>
Subject: [OSSTEST PATCH 2/2] cri-args-hostlists, etc.: Send rumpuserxen reports to rumpkernel-builds
Date: Tue, 3 Jun 2014 16:02:22 +0100 [thread overview]
Message-ID: <1401807742-25089-2-git-send-email-ian.jackson@eu.citrix.com> (raw)
In-Reply-To: <1401807742-25089-1-git-send-email-ian.jackson@eu.citrix.com>
There is now a list, rumpkernel-builds@lists.sourceforge, for this
kind of information relating to rumpuser-xen.
Provide a facility in cri-args-hostlists for start_email to look for
$OSSTEST_EMAIL_HEADER--$branch.
Introduce two new files
daily-cron-email-real--rumpuserxen
daily-cron-email-real-bisectcomplete--rumpuserxen
which override the general settings.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
cri-args-hostlists | 7 ++++++-
daily-cron-email-real--rumpuserxen | 3 +++
daily-cron-email-real-bisectcomplete--rumpuserxen | 3 +++
3 files changed, 12 insertions(+), 1 deletion(-)
create mode 100644 daily-cron-email-real--rumpuserxen
create mode 100644 daily-cron-email-real-bisectcomplete--rumpuserxen
diff --git a/cri-args-hostlists b/cri-args-hostlists
index 4f7ddf2..57958d3 100644
--- a/cri-args-hostlists
+++ b/cri-args-hostlists
@@ -94,7 +94,12 @@ start_email () {
# redirects stdout
exec >tmp/$flight.email
- cat $OSSTEST_EMAIL_HEADER
+ branchemailheader=$OSSTEST_EMAIL_HEADER--$branch
+ if test -e $branchemailheader; then
+ cat $branchemailheader
+ else
+ cat $OSSTEST_EMAIL_HEADER
+ fi
echo "Message-ID: <osstest-$flight-mainreport@xen.org>"
printf 'Subject: %s' "${subject_prefix:-[$branch test] }"
diff --git a/daily-cron-email-real--rumpuserxen b/daily-cron-email-real--rumpuserxen
new file mode 100644
index 0000000..67c48bf
--- /dev/null
+++ b/daily-cron-email-real--rumpuserxen
@@ -0,0 +1,3 @@
+To: xen-devel@lists.xensource.com,
+ rumpkernel-builds@lists.sourceforge.net
+Cc: ian.jackson@eu.citrix.com
diff --git a/daily-cron-email-real-bisectcomplete--rumpuserxen b/daily-cron-email-real-bisectcomplete--rumpuserxen
new file mode 100644
index 0000000..67c48bf
--- /dev/null
+++ b/daily-cron-email-real-bisectcomplete--rumpuserxen
@@ -0,0 +1,3 @@
+To: xen-devel@lists.xensource.com,
+ rumpkernel-builds@lists.sourceforge.net
+Cc: ian.jackson@eu.citrix.com
--
1.7.10.4
prev parent reply other threads:[~2014-06-03 15:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-03 15:02 [OSSTEST PATCH 1/2] cs-bisection-step: Remove a bit of duplication Ian Jackson
2014-06-03 15:02 ` Ian Jackson [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1401807742-25089-2-git-send-email-ian.jackson@eu.citrix.com \
--to=ian.jackson@eu.citrix.com \
--cc=ian.campbell@citrix.com \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).