summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_common.py1
-rwxr-xr-xbin/reproducible_common.sh3
2 files changed, 4 insertions, 0 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 29d77271..b5791807 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -214,6 +214,7 @@ def _gen_links(suite, arch):
('last_48h', '<li><a href="/{suite}/{arch}/index_last_48h.html">packages tested in the last 48h</a></li>'),
('all_abc', '<li><a href="/{suite}/{arch}/index_all_abc.html">all tested packages (sorted alphabetically)</a></li>'),
('dd-list', '<li><a href="/{suite}/index_dd-list.html">maintainers of unreproducible packages</a></li>'),
+ ('notify', '<li><a href="/index_notify.html">⚑</a></li>'),
('pkg_sets', '<li><a href="/{suite}/{arch}/index_pkg_sets.html">package sets stats</a></li>')
]
html = ''
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>"