From 272b6f4eee91a0fbf55fa0d6bb89cd77bd0e72bf Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 28 Mar 2015 10:16:03 +0100 Subject: reproducible: fix links to index_not_for_us.html --- bin/reproducible_common.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/reproducible_common.py') 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: -- cgit v1.2.3-54-g00ecf