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>
# 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] }"
--- /dev/null
+To: xen-devel@lists.xensource.com,
+ rumpkernel-builds@lists.sourceforge.net
+Cc: ian.jackson@eu.citrix.com
--- /dev/null
+To: xen-devel@lists.xensource.com,
+ rumpkernel-builds@lists.sourceforge.net
+Cc: ian.jackson@eu.citrix.com