[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: Move package name to the beginning of the subject line.
Mattia Rizzolo
gitlab at salsa.debian.org
Thu May 31 15:29:36 BST 2018
Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net
Commits:
a6732697 by Chris Lamb at 2018-05-31T15:06:12+01:00
Move package name to the beginning of the subject line.
Thanks to Christoph Myon for the suggestion.
- - - - -
b6bb5467 by Mattia Rizzolo at 2018-05-31T16:29:00+02:00
Merge branch 'status-change-emails-subject' of salsa.debian.org:lamby/jenkins.debian.net
MR: https://salsa.debian.org/qa/jenkins.debian.net/merge_requests/2
- - - - -
1 changed file:
- bin/reproducible_maintenance.sh
Changes:
=====================================
bin/reproducible_maintenance.sh
=====================================
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -555,7 +555,7 @@ if [ "$HOSTNAME" = "$MAINNODE" ] && [ $(date -u +%H) -eq 0 ] ; then
TMPFILE=$(mktemp --tmpdir=$TEMPDIR maintenance-XXXXXXXXXXXX)
PKG=$(basename $NOTE)
mv $NOTE $TMPFILE
- cat $TMPFILE | mail -s "tests.reproducible-builds.org/debian status changes for $PKG" \
+ cat $TMPFILE | mail -s "$PKG: tests.reproducible-builds.org/debian status changed" \
-a "From: Reproducible builds folks <reproducible-builds at lists.alioth.debian.org>" \
-a "X-Reproducible-Builds-Pkg: $PKG" \
$PKG at packages.debian.org
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/5683f783d3c1badb11a690d07ce1ed714d076cb2...b6bb5467f9c588cc22e0aa17f12d8a2d60e4cc48
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/5683f783d3c1badb11a690d07ce1ed714d076cb2...b6bb5467f9c588cc22e0aa17f12d8a2d60e4cc48
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20180531/a6b41999/attachment.html>
More information about the Qa-jenkins-scm
mailing list