diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-10 01:59:23 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-10 01:59:23 +0200 |
commit | 2eab3acf1b3efe7a043f385135726c30bc6c6b87 (patch) | |
tree | 265b248511814be3fc67c40eb27874579f5cfbaf /bin | |
parent | 11eba0ad31f94d759b0d0c0f7b0a0270eb42afeb (diff) | |
download | jenkins.debian.net-2eab3acf1b3efe7a043f385135726c30bc6c6b87.tar.xz |
reproducible: fix irc notification
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 2a7b4aea..73048284 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -652,7 +652,7 @@ check_buildinfo() { rm $TMPFILE1 $TMPFILE2 set -e if [ $RESULT -eq 1 ] ; then - handle_unhandled "problem: different packages were installed in the 1st+2nd builds and also in the 2nd+3rd builds. Please check." + handle_unhandled "problem: different packages were installed in the 1st+2nd builds and also in the 2nd+3rd builds" fi fi rm -f $TMPFILE1 $TMPFILE2 |