From: Sapan Bhatia Date: Fri, 24 Jul 2009 20:59:54 +0000 (+0000) Subject: Tweak to try fixing an annoying problem in our nightly builds X-Git-Tag: 4.3-rc11~54 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e28783c9756a6aa7b344cdbbf95fe94fbf4e14c5;p=build.git Tweak to try fixing an annoying problem in our nightly builds --- diff --git a/vbuild-nightly.sh b/vbuild-nightly.sh index 642fea8e..69eb803d 100755 --- a/vbuild-nightly.sh +++ b/vbuild-nightly.sh @@ -159,6 +159,9 @@ function success () { [ -n "$DO_TEST" ] && echo "See complete set of testlogs at ${TESTLOGS_URL}" ) \ | mail -s "Success with ${MAIL_SUBJECT} ${BASE}" $MAILTO fi + # XXX For some reason, we haven't been getting this email for successful builds. If this sleep + # doesn't fix the problem, I'll remove it -- Sapan. + sleep 5 exit 0 }