diff options
Diffstat (limited to 'bin/reproducible_html_rpms.sh')
-rwxr-xr-x | bin/reproducible_html_rpms.sh | 2 |
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 |