diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
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." |