diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_packages.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index b9cd7363..acf769d3 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">' |