diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-28 10:16:03 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-28 10:16:03 +0100 |
commit | 272b6f4eee91a0fbf55fa0d6bb89cd77bd0e72bf (patch) | |
tree | f0dd35a627e5e0436e02626f9f7fb0de1d822be5 | |
parent | 9e65a3f48b435ab2cff93cf3e49e53618a7df254 (diff) | |
download | jenkins.debian.net-272b6f4eee91a0fbf55fa0d6bb89cd77bd0e72bf.tar.xz |
reproducible: fix links to index_not_for_us.html
-rwxr-xr-x | bin/reproducible_common.py | 2 |
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: |