From 26d5cac524be12c1dcd5a181844a4626c92a4785 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 17 Dec 2015 18:14:49 +0100 Subject: reproducible fedora rpms: build a lot more packages (700 instead of 150) and choose them via some searchterms --- bin/reproducible_html_rpms.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_rpms.sh') 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 -- cgit v1.2.3-54-g00ecf