summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_rpms.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-17 18:14:49 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-17 18:14:49 +0100
commit26d5cac524be12c1dcd5a181844a4626c92a4785 (patch)
tree682351d3dad8956d00882a7c00c4c4138760a4ff /bin/reproducible_html_rpms.sh
parent86784fd66287e6732fc2e6d8d53bbd6f5d7c3c80 (diff)
downloadjenkins.debian.net-26d5cac524be12c1dcd5a181844a4626c92a4785.tar.xz
reproducible fedora rpms: build a lot more packages (700 instead of 150) and choose them via some searchterms
Diffstat (limited to 'bin/reproducible_html_rpms.sh')
-rwxr-xr-xbin/reproducible_html_rpms.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_rpms.sh b/bin/reproducible_html_rpms.sh
index cc3bb3b5..f826bd2a 100755
--- a/bin/reproducible_html_rpms.sh
+++ b/bin/reproducible_html_rpms.sh
@@ -28,7 +28,7 @@ HTML_TARGET=""
HTML_RPM_STATS=$(mktemp)
echo "$(date -u) - starting to analyse build results for '$RELEASE' ($ARCH)."
-TOTAL=151 # FIXME: calculate this like $(cat ${ARCHLINUX_PKGS}_$RELEASE | sed -s "s# #\n#g" | wc -l)
+TOTAL=$(cat ${RPM_PKGS}_$RELEASE | sed -s "s# #\n#g" | wc -l)
TESTED=0
NR_FTBFS=0
NR_FTBR=0