From 0930597956ed033d837b87bffa9ea97443145d00 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 4 Oct 2015 11:18:44 +0200 Subject: reproducible: more notification shortening --- bin/reproducible_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index ac7044f8..4e3d59e7 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -268,7 +268,7 @@ unregister_build() { handle_unhandled() { unregister_build - MESSAGE="$BUILD_URL met an unhandled $1, please investigate." + MESSAGE="$BUILD_URL met an unhandled $1, please check." echo "$MESSAGE" irc_message "$MESSAGE" sleep 5m @@ -359,7 +359,7 @@ call_diffoscope_on_changes_files() { handle_reproducible ;; 1) - handle_ftbr "$DIFFOSCOPE found issues, please investigate $REPRODUCIBLE_URL/dbd/${SUITE}/${ARCH}/${DBDREPORT}" + handle_ftbr "$DIFFOSCOPE found issues, please check $REPRODUCIBLE_URL/dbd/${SUITE}/${ARCH}/${DBDREPORT}" ;; 2) SAVE_ARTIFACTS=1 -- cgit v1.2.3-54-g00ecf