[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix links to index_not_for_us.html
Holger Levsen
holger at moszumanska.debian.org
Wed May 20 21:12:10 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 c80c364d71e36b5ea7c622e230cb815ae80c7198
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed May 20 23:11:55 2015 +0200
reproducible: fix links to index_not_for_us.html
---
bin/reproducible_html_packages.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index b9cd736..acf769d 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -177,6 +177,8 @@ def gen_suites_links(package, suite):
version = i[3] if i[3] else i[2]
if status == 'unreproducible':
status = 'FTBR'
+ elif status == 'not for us':
+ status = 'not_for_us'
html += '<span class="avoidwrap">\n' + tab
if status != 'untested':
prefix = ' <a href="/' + i[0] + '/' + i[1] + '/index_' + status + '.html">'
--
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