Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Move package name to the beginning of the subject line.
· a6732697
Chris Lamb
authored
May 31, 2018
Thanks to Christoph Myon for the suggestion.
a6732697
Merge branch 'status-change-emails-subject' of salsa.debian.org:lamby/jenkins.debian.net
· b6bb5467
Mattia Rizzolo
authored
May 31, 2018
MR:
!2
b6bb5467
Hide whitespace changes
Inline
Side-by-side
bin/reproducible_maintenance.sh
View file @
b6bb5467
...
...
@@ -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 change
s for
$PKG
"
\
cat
$TMPFILE
| mail
-s
"
$PKG
:
tests.reproducible-builds.org/debian status change
d
"
\
-a
"From: Reproducible builds folks <reproducible-builds@lists.alioth.debian.org>"
\
-a
"X-Reproducible-Builds-Pkg:
$PKG
"
\
$PKG
@packages.debian.org
...
...