[Qa-jenkins-scm] [jenkins.debian.net] 03/03: reproducible: add link to new index_notify page
Holger Levsen
holger at moszumanska.debian.org
Mon Jun 1 17:33:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit f8f2c3413255f30ec4eecc8570f6b4dbf08313f1
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Jun 1 19:33:04 2015 +0200
reproducible: add link to new index_notify page
---
TODO | 1 +
bin/reproducible_common.py | 1 +
bin/reproducible_common.sh | 3 +++
3 files changed, 5 insertions(+)
diff --git a/TODO b/TODO
index a8745a2..ada41cd 100644
--- a/TODO
+++ b/TODO
@@ -85,6 +85,7 @@ The plan is to run a jenkins.d.o host, which is maintained by DSA, but we are ma
=== To be done once jenkins.d.n runs jessie
* Apply the patch from https://bugs.debian.org/cgi-bin/bugreport.cgi?msg=26;filename=pbuilder.patch;att=1;bug=677666 to the installed pbuilder package(s)
+** also the other pbuilder patches
* replace with bin/setsid.py workaround with setsid from the util-linux package from jessie
* etc/pbuilderrc: remove /run/shm bindmount once we are running jessie - this is a workaround for #700591
* bin/g-i-installation: use lvcreate without --virtualsize
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 29d7727..b579180 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 811a2d3..3abe9d6 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>"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list