Commit a6732697 authored by Chris Lamb's avatar Chris Lamb 👀
Browse files

Move package name to the beginning of the subject line.

Thanks to Christoph Myon for the suggestion.
parent 1e0af128
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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@lists.alioth.debian.org>" \
				 $PKG@packages.debian.org
			rm -f $TMPFILE