summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-07 21:13:14 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-07 21:13:14 +0200
commit2bd3517ab50971f997db358cb47e7147dd7838bf (patch)
treeceaa20ad6504dc1f570cf91cd3d0d13d5fb8cc41
parentce7f1317020eb6e0a6ee8c4973435d513545a351 (diff)
downloadjenkins.debian.net-2bd3517ab50971f997db358cb47e7147dd7838bf.tar.xz
reproducible: fix typo
-rwxr-xr-xbin/reproducible_stats.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh
index e194a096..83a6726b 100755
--- a/bin/reproducible_stats.sh
+++ b/bin/reproducible_stats.sh
@@ -200,7 +200,7 @@ EXTRA_STAR=false
process_packages ${UGLY["all"]} ${GOOD["all"]}
MAINVIEW="last_24h"
-ALLVIEWS="last_24h last_48h abc all all_abc"
+ALLVIEWS="last_24h last_48h all all_abc"
for VIEW in $ALLVIEWS ; do
SUMMARY=index_${VIEW}.html
echo "Starting to write $SUMMARY page."