summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-06-12 15:56:54 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-12 16:16:37 +0200
commit3cecbb3cd5475c3957e1f794692c35216293397c (patch)
treeb345e4ac575c72b6db74eb703c05a075976783e1 /bin/reproducible_build.sh
parent21e964629e8513c25108d158e4cd5099eebc0858 (diff)
downloadjenkins.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/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh7
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