[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: send note to the correct logfile

Holger Levsen holger at layer-acht.org
Tue Dec 20 12:51:40 UTC 2016


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 b354bb3c3904610676355d6e853208d3bb7adf27
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Dec 20 13:51:11 2016 +0100

    reproducible Debian: send note to the correct logfile
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index ed762e8..8eb7836 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."

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