summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-12-20 13:51:11 +0100
committerHolger Levsen <holger@layer-acht.org>2016-12-20 13:51:23 +0100
commitb354bb3c3904610676355d6e853208d3bb7adf27 (patch)
tree909e07a8ab9db84785a8bcf7d87c27830e7d16f2 /bin/reproducible_build.sh
parentefd16c63af1fcb391d86454065759e5e97797aef (diff)
downloadjenkins.debian.net-b354bb3c3904610676355d6e853208d3bb7adf27.tar.xz
reproducible Debian: send note to the correct logfile
Signed-off-by: Holger Levsen <holger@layer-acht.org>
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 ed762e8a..8eb78362 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -794,7 +794,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-hit-mirror-update.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..." >> /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."