summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-12-26 13:23:32 +0100
committerHolger Levsen <holger@layer-acht.org>2016-12-26 13:23:32 +0100
commitb945007fddd43bffe20237b407c20daa70090d57 (patch)
treedd06e0c65eb968d913f761f6d0bef89d7e9cf200 /bin/reproducible_build.sh
parentf2528edc1e5a0481e2078f97d662751c4d4394ee (diff)
downloadjenkins.debian.net-b945007fddd43bffe20237b407c20daa70090d57.tar.xz
reproducible: further improve analysing log problems
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 8b61773b..3e1a61b3 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -797,7 +797,7 @@ check_installed_build_depends() {
RESULT=$?
set -e
if [ $RESULT -eq 1 ] ; then
- printf "$(date -u) - $BUILDINFO in ${SUITE} on ${ARCH} varies, probably due to mirror updates. Doing the first build again, please check ${BUILD_URL}console for now..." >> /var/log/jenkins/reproducible-env-changes.log
+ printf "$(date -u) - $BUILDINFO in ${SUITE} on ${ARCH} varies, probably due to mirror updates. Doing the first build again, please check ${BUILD_URL}console for now...\n" >> /var/log/jenkins/reproducible-env-changes.log
echo
echo "============================================================================="
echo "$(date -u) - The installed build depends vary according to the two .buildinfo files, probably due to mirror updates. Doing the first build on $NODE1 again."