summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_rpms.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-13 18:49:39 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-13 18:49:39 +0100
commit9ff125e5c2d0ed1855ee2d3d6706e430e9121a15 (patch)
tree237786f383fe15b1df9cc8871c06d8e55af409ec /bin/reproducible_html_rpms.sh
parenta2da2820aedb5aac1ed5b84e67fda5bfd69f3226 (diff)
downloadjenkins.debian.net-9ff125e5c2d0ed1855ee2d3d6706e430e9121a15.tar.xz
reproducible fedora rpms: 187 binary packages from the @buildsys-build are build from 151 source packages…
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 8cef49d5..1a8c03b3 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=187 # FIXME: calculate this like $(cat ${ARCHLINUX_PKGS}_$RELEASE | sed -s "s# #\n#g" | wc -l)
+TOTAL=151 # FIXME: calculate this like $(cat ${ARCHLINUX_PKGS}_$RELEASE | sed -s "s# #\n#g" | wc -l)
TESTED=0
NR_FTBFS=0
NR_FTBR=0