summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_packages.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_html_packages.py')
-rwxr-xr-xbin/reproducible_html_packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index 39e3dc6a..b9cd7363 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -150,7 +150,7 @@ def gen_extra_links(package, version, suite, arch, status):
sizeof_fmt(log_size) + ')</a>\n'
if not default_view:
default_view = url
- elif status not in ('untested', 'not for us', 'blacklisted'):
+ elif status not in ('untested', 'blacklisted'):
log.critical(REPRODUCIBLE_URL + '/' + suite + '/' + arch + '/' + package +
' didn\'t produce a buildlog, even though it has been built.')
default_view = '/untested.html' if not default_view else default_view