summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-17 20:12:19 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-17 20:12:19 +0200
commit61fe5629153551e3b38ebc2df56a2a39b2201098 (patch)
treec6bf6ebe27aee99710c59767f534184ee7f20ba5
parent56b3fa7e2c76926312b032bc4515bcbcbb5951da (diff)
downloadjenkins.debian.net-61fe5629153551e3b38ebc2df56a2a39b2201098.tar.xz
reproducible: refactor, dont try to recreate all packages pages
-rwxr-xr-xbin/reproducible_stats.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh
index c6188712..88bd75b5 100755
--- a/bin/reproducible_stats.sh
+++ b/bin/reproducible_stats.sh
@@ -54,8 +54,8 @@ PERCENT_SOURCELESS=$(echo "scale=1 ; ($COUNT_SOURCELESS*100/$COUNT_TOTAL)" | bc)
# actually build the package pages
#
echo "$(date) - processing $COUNT_TOTAL packages... this will take a while."
-process_packages ${BAD["all"]}
-process_packages ${UGLY["all"]} ${GOOD["all"]} ${SOURCELESS["all"]} ${NOTFORUS["all"]} $BLACKLISTED
+force_package_targets ${BAD["all"]}
+force_package_targets ${UGLY["all"]} ${GOOD["all"]} ${SOURCELESS["all"]} ${NOTFORUS["all"]} $BLACKLISTED
for VIEW in $ALLVIEWS ; do
BUILDINFO_SIGNS=true