diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-02 00:21:50 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-02 00:21:50 +0200 |
commit | 48479f9a3fdf5aaa6b757b08160d862fc1ff44c5 (patch) | |
tree | c06c9905d99254e29761e9821ca110074f4eb59f | |
parent | c8067df0a32cf4c58dc2d432937d9723acc383de (diff) | |
download | jenkins.debian.net-48479f9a3fdf5aaa6b757b08160d862fc1ff44c5.tar.xz |
reproducible: improve irc message, when installed packages vary between the 1st+2nd _and_ 2nd+3rd build attempt
-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 7d516941..813a8f83 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -475,7 +475,7 @@ check_buildinfo() { RESULT=$? set -e if [ $RESULT -eq 1 ] ; then - irc_message "$BUILDINFO varies again, what??? Please investigate" + irc_message "$REPRODUCIBLE_URL/$SUITE/$ARCH/$SRCPACKAGE had different packages installed in the 1st+2nd build, and then also in the 2nd+3rd builds. Please investigate, this should not happen." fi fi rm $TMPFILE1 $TMPFILE2 |