summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-02-14 18:43:42 +0100
committerMattia Rizzolo <mattia@mapreri.org>2015-02-14 18:43:42 +0100
commit1d9900ff4b42191212061aa10c7d647490f95403 (patch)
tree6d7f42780c0257658a5cee2ff5c2448c6d3fb219 /bin/reproducible_common.sh
parentb7716c8830360b918e7c56fe1646b8368cc193fb (diff)
downloadjenkins.debian.net-1d9900ff4b42191212061aa10c7d647490f95403.tar.xz
reproducible: add a new index_no_notes page, listing packages without any notes against them.
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 0609ed47..54234849 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -159,7 +159,7 @@ init_html() {
SUITE=sid
MAINVIEW="stats"
ALLSTATES="reproducible FTBR FTBFS 404 not_for_us blacklisted"
- ALLVIEWS="issues notes scheduled last_24h last_48h all_abc dd-list stats pkg_sets"
+ ALLVIEWS="issues notes no_notes scheduled last_24h last_48h all_abc dd-list stats pkg_sets"
SPOKENTARGET["reproducible"]="packages which built reproducibly"
SPOKENTARGET["FTBR"]="packages which failed to build reproducibly"
SPOKENTARGET["FTBFS"]="packages which failed to build from source"