summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-04 11:21:58 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-04 11:21:58 +0200
commit8240b42c4c31d42be387912723481c408c04bf10 (patch)
treec3c62e81888f4cad59d2002a3a8a493396406b94 /bin/reproducible_build.sh
parent01091801cc9b8751127d91bd3c6c5dc62a4ea3a8 (diff)
downloadjenkins.debian.net-8240b42c4c31d42be387912723481c408c04bf10.tar.xz
reproducible: shorten yet another notification
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 03142927..4d109857 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -209,7 +209,7 @@ handle_ftbfs() {
done
# notify about unkown diskspace issues where we are not 100% sure yet those are diskspace issues
if zgrep -e "No space left on device" "$BASE/logs/$SUITE/$ARCH/${SRCPACKAGE}_${EVERSION}.build${BUILD}.log.gz" ; then
- MESSAGE="$BUILD_URL for ${SRCPACKAGE} (ftbfs in $SUITE/$ARCH) very probably ran into an diskspace issue. Please investigate, tune handle_ftbfs() and reschedule the package."
+ MESSAGE="$BUILD_URL for ${SRCPACKAGE} (ftbfs in $SUITE/$ARCH) _probably_ had a diskspace issue. Please check, tune handle_ftbfs() and reschedule the package."
echo $MESSAGE
irc_message "$MESSAGE"
fi