From c80c364d71e36b5ea7c622e230cb815ae80c7198 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 20 May 2015 23:11:55 +0200 Subject: reproducible: fix links to index_not_for_us.html --- bin/reproducible_html_packages.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/reproducible_html_packages.py') 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 += '\n' + tab if status != 'untested': prefix = ' ' -- cgit v1.2.3-54-g00ecf