diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-06-12 15:56:54 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-12 16:16:37 +0200 |
commit | 3cecbb3cd5475c3957e1f794692c35216293397c (patch) | |
tree | b345e4ac575c72b6db74eb703c05a075976783e1 /bin | |
parent | 21e964629e8513c25108d158e4cd5099eebc0858 (diff) | |
download | jenkins.debian.net-3cecbb3cd5475c3957e1f794692c35216293397c.tar.xz |
reproducible: build: add some output to the build log too when re-re-building the package due to mirror updates
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 00c7353f..1a5994d3 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 |