diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-08 20:17:58 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-08 20:17:58 +0200 |
commit | 902672f63aba3b0be69a5ab25232e9f5a5bc0435 (patch) | |
tree | 64d93cdd6fd3328a0c75a4bc7f6d2eb080a853f1 | |
parent | bf277b0b060990234262bbf8059da18f57232b8e (diff) | |
download | jenkins.debian.net-902672f63aba3b0be69a5ab25232e9f5a5bc0435.tar.xz |
reproducible: create packages pages for all packages, even though which are not linked (yet)
-rwxr-xr-x | bin/reproducible_stats.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index 4ad224e9..9b05463e 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -216,7 +216,7 @@ echo "Processing $COUNT_TOTAL packages... this will take a while." BUILDINFO_SIGNS=true process_packages ${BAD["all"]} BUILDINFO_SIGNS=false -process_packages ${UGLY["all"]} ${GOOD["all"]} +process_packages ${UGLY["all"]} ${GOOD["all"]} ${SOURCELESS["all"]} ${NOTFORUS["all"]} $BLACKLISTED MAINVIEW="all_abc" ALLVIEWS="last_24h last_48h all all_abc" |