Skip to content
Commits on Source (3)
......@@ -557,6 +557,7 @@ if [ "$HOSTNAME" = "$MAINNODE" ] && [ $(date -u +%H) -eq 0 ] ; then
mv $NOTE $TMPFILE
cat $TMPFILE | mail -s "tests.reproducible-builds.org/debian status changes for $PKG" \
-a "From: Reproducible builds folks <reproducible-builds@lists.alioth.debian.org>" \
-a "X-Reproducible-Builds-Pkg: $PKG" \
$PKG@packages.debian.org
rm -f $TMPFILE
done
......
......@@ -10,7 +10,7 @@
{{/notes_uri}}
{{^notes_uri}}
{{^reproducible}}
<li>No notes exist for this package. <a href="https://salsa.debian.org/reproducible-builds/reproducible-notes/tree/README">Add some.</a></li>
<li>No notes exist for this package. <a href="https://salsa.debian.org/reproducible-builds/reproducible-notes">Add some!</a></li>
{{/reproducible}}
{{#reproducible}}
<li>Good work! This package looks reproducible in our current test framework :)</li>
......