summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-16 14:26:10 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-16 14:26:10 +0100
commitb987a580c2078cf1406106ecd6241cb6bdcd977a (patch)
treeb3cfbb0c053bf304eff525d8eb44684f3ba85313 /bin/reproducible_common.sh
parentd7092d590511f168e8af953f71ce23b31c4e7b0c (diff)
downloadjenkins.debian.net-b987a580c2078cf1406106ecd6241cb6bdcd977a.tar.xz
reproducible: sort pkg_stats before stats
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 20780b91..c88483b7 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 no_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 pkg_sets stats"
SPOKENTARGET["reproducible"]="packages which built reproducibly"
SPOKENTARGET["FTBR"]="packages which failed to build reproducibly"
SPOKENTARGET["FTBFS"]="packages which failed to build from source"