summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-28 10:16:03 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-28 10:16:03 +0100
commit272b6f4eee91a0fbf55fa0d6bb89cd77bd0e72bf (patch)
treef0dd35a627e5e0436e02626f9f7fb0de1d822be5 /bin/reproducible_common.py
parent9e65a3f48b435ab2cff93cf3e49e53618a7df254 (diff)
downloadjenkins.debian.net-272b6f4eee91a0fbf55fa0d6bb89cd77bd0e72bf.tar.xz
reproducible: fix links to index_not_for_us.html
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 8df5e267..8d3e5a62 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: