[Qa-jenkins-scm] [jenkins.debian.net] 01/01: see #-reproducible

Holger Levsen holger at moszumanska.debian.org
Sat Aug 15 11:45:05 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch syntax-error
in repository jenkins.debian.net.

commit 9cc80abfb939850f8f80179bcf02d06d036b0237
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Aug 15 13:43:37 2015 +0200

    see #-reproducible
---
 bin/reproducible_build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 8b142ab..2edafb9 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_package_html $SRCPACKAGE
+	gen_package_html $SRCPACKAGE || echo "Warning: 'gen_package_html $SRCPACKAGE' failed."
 	cd
 	rm -r $TMPDIR
 	if ! $BAD_LOCKFILE ; then rm -f $LOCKFILE ; fi
@@ -138,7 +138,7 @@ update_db_and_html() {
 	fi
 	# unmark build since it's properly finished
 	sqlite3 -init $INIT ${PACKAGES_DB} "DELETE FROM schedule WHERE package_id='$SRCPKGID';"
-	gen_package_html $SRCPACKAGE
+	gen_package_html $SRCPACKAGE || echo "Warning: 'gen_package_html $SRCPACKAGE' failed."
 	echo
 	echo "Successfully updated the database and updated $REPRODUCIBLE_URL/rb-pkg/${SUITE}/${ARCH}/$SRCPACKAGE.html"
 	echo

-- 
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