summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-08-15 11:16:56 +0000
committerMattia Rizzolo <mattia@mapreri.org>2015-08-15 11:16:56 +0000
commit7d51ec5dd19320e106b8c58e8b65aa59bd8be229 (patch)
tree3b71ffda1f203b2c60a9d6a04636122d5d0ca35f /bin/reproducible_build.sh
parent287210df55bfd6c124ec0ccbd2a1a7670efa50e8 (diff)
downloadjenkins.debian.net-7d51ec5dd19320e106b8c58e8b65aa59bd8be229.tar.xz
reproducible: build: fix gen_package_html invocation
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 7cd501e4..8b142ab2 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -99,7 +99,7 @@ cleanup_all() {
gzip -9fvn $RBUILDLOG
# XXX quite ugly: this is just needed to get the correct value of the
# compressed files in the html. It's cheap and quite safe so, *shrugs*...
- gen_packages_html $SUITE $SRCPACKAGE
+ gen_package_html $SRCPACKAGE
cd
rm -r $TMPDIR
if ! $BAD_LOCKFILE ; then rm -f $LOCKFILE ; fi