[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: build: add some output to the build log too when re-re-building the package due to mirror updates

Holger Levsen holger at moszumanska.debian.org
Fri Jun 12 14:17:09 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 3cecbb3cd5475c3957e1f794692c35216293397c
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Fri Jun 12 15:56:54 2015 +0200

    reproducible: build: add some output to the build log too when re-re-building the package due to mirror updates
---
 bin/reproducible_build.sh | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 00c7353..1a5994d 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -385,6 +385,13 @@ check_buildinfo() {
 	set -e
 	if [ $RESULT -eq 1 ] ; then
 		irc_message "$BUILDINFO varies, probably due to mirror update. Doing the first build again, please check ${BUILD_URL}console for now..."
+		echo
+		echo "============================================================================="
+		echo ".buildinfo's Build-Environment varies, probably due to mirror update."
+		echo "Doing the first build again."
+		echo "Building ${SRCPACKAGE}/${VERSION} in ${SUITE} on ${ARCH} now."
+		echo "============================================================================="
+		echo
 		first_build
 		grep-dctrl -s Build-Environment -n ${SRCPACKAGE} ./b1/$BUILDINFO > $TMPFILE1
 		set +e

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