[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix links to index_not_for_us.html
Holger Levsen
holger at moszumanska.debian.org
Sat Mar 28 09:16:19 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 272b6f4eee91a0fbf55fa0d6bb89cd77bd0e72bf
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Mar 28 10:16:03 2015 +0100
reproducible: fix links to index_not_for_us.html
---
bin/reproducible_common.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 8df5e26..8d3e5a6 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -338,6 +338,8 @@ def join_status_icon(status, package=None, version=None):
'blacklisted': 'error.png'}
if status == 'unreproducible':
status = 'FTBR'
+ elif status == 'not for us':
+ status = 'not_for_us'
log.debug('Linking status ⇔ icon. package: ' + str(package) + ' @ ' +
str(version) + ' status: ' + status)
try:
--
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