diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-09 19:27:26 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-09 19:36:27 +0200 |
commit | bd17487653836e1b50b8fcbf96b8339c1bcef0ef (patch) | |
tree | 18a6ab4ebb464814f1325c17fdf717bce3b832e8 | |
parent | fe17ffee5098daebcdb53095e791e753c120ece3 (diff) | |
download | jenkins.debian.net-bd17487653836e1b50b8fcbf96b8339c1bcef0ef.tar.xz |
reproducible: remove page with all packages unsorted
-rwxr-xr-x | bin/reproducible_stats.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index 623975d5..65689b71 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -59,7 +59,6 @@ PERCENT_UGLY=$(echo "scale=1 ; ($COUNT_UGLY*100/$COUNT_TOTAL)" | bc) PERCENT_NOTFORUS=$(echo "scale=1 ; ($COUNT_NOTFORUS*100/$COUNT_TOTAL)" | bc) PERCENT_SOURCELESS=$(echo "scale=1 ; ($COUNT_SOURCELESS*100/$COUNT_TOTAL)" | bc) GUESS_GOOD=$(echo "$PERCENT_GOOD*$AMOUNT/100" | bc) -SPOKENTARGET["all"]="all tested packages" SPOKENTARGET["last_24h"]="packages tested in the last 24h" SPOKENTARGET["last_48h"]="packages tested in the last 48h" SPOKENTARGET["all_abc"]="all tested packages (sorted alphabetically)" @@ -73,7 +72,6 @@ SPOKENTARGET["404"]="packages where the sources failed to downloaded" SPOKENTARGET["not_for_us"]="packages which should not be build on 'amd64'" SPOKENTARGET["blacklisted"]="packages which have been blacklisted" - # # gather notes # @@ -445,7 +443,7 @@ BUILDINFO_SIGNS=false process_packages ${UGLY["all"]} ${GOOD["all"]} ${SOURCELESS["all"]} ${NOTFORUS["all"]} $BLACKLISTED MAINVIEW="all_abc" -ALLVIEWS="last_24h last_48h all all_abc" +ALLVIEWS="last_24h last_48h all_abc" for VIEW in $ALLVIEWS ; do SUMMARY=index_${VIEW}.html echo "Starting to write $SUMMARY page." |