[Qa-jenkins-scm] [jenkins.debian.net] 03/03: reproducible: build: fix gen_package_html invocation
Holger Levsen
holger at moszumanska.debian.org
Sat Aug 15 11:39:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 7d51ec5dd19320e106b8c58e8b65aa59bd8be229
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Sat Aug 15 11:16:56 2015 +0000
reproducible: build: fix gen_package_html invocation
---
bin/reproducible_build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 7cd501e..8b142ab 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list