From 2d6d7b42c5020af98a4f5e96af528cd9cf384425 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 14 Feb 2015 19:03:45 +0100 Subject: reproducible: fixup no_notes navigation --- bin/reproducible_common.sh | 1 + bin/reproducible_html_notes.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 54234849..20780b91 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -168,6 +168,7 @@ init_html() { SPOKENTARGET["blacklisted"]="packages which have been blacklisted" SPOKENTARGET["issues"]="known issues related to reproducible builds" SPOKENTARGET["notes"]="packages with notes" + SPOKENTARGET["no_notes"]="packages without notes" SPOKENTARGET["scheduled"]="packages currently scheduled for testing for build reproducibility" SPOKENTARGET["last_24h"]="packages tested in the last 24h" SPOKENTARGET["last_48h"]="packages tested in the last 48h" diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py index b59b2bfc..827fa740 100755 --- a/bin/reproducible_html_notes.py +++ b/bin/reproducible_html_notes.py @@ -379,7 +379,7 @@ def index_no_notes(notes, bugs): 'WHERE status = "unreproducible" OR status = "FTBFS"') without_notes = [x[0] for x in all_pkgs if x[0] not in notes] html = '\n

There are ' + str(len(without_notes)) + ' unreproducible ' \ - + 'packages without notes. So these are the packages with failures ' \ + + 'packages without notes. These are the packages with failures ' \ + 'that still need to be investigated:

\n' html += '

\n' + tab + '\n' html = (tab*2).join(html.splitlines(True)) -- cgit v1.2.3-70-g09d2