summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-01 19:33:04 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-01 19:33:04 +0200
commitf8f2c3413255f30ec4eecc8570f6b4dbf08313f1 (patch)
treed62d70e4af778d66fbe6fc534c73ce5a6f01a2d1 /bin/reproducible_common.sh
parentdc3004618691d0c8bd44a2add910f3367bac05d0 (diff)
downloadjenkins.debian.net-f8f2c3413255f30ec4eecc8570f6b4dbf08313f1.tar.xz
reproducible: add link to new index_notify page
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 811a2d3d..3abe9d63 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -227,6 +227,9 @@ write_page_header() {
else
write_page "<li><a href=\"$BASEURL/index_${TARGET}.html\">${SPOKEN_TARGET}</a></li>"
fi
+ if [ "$TARGET" = "dd-list" ] ; then
+ write_page "<li><a href=\"$BASEURL/index_notify.html\">⚑</a></li>"
+ fi
done
write_page "<li><a href=\"https://wiki.debian.org/ReproducibleBuilds\" target=\"_blank\">wiki</a></li>"
write_page "</ul>"