From: Thierry Parmentelat Date: Tue, 9 Feb 2010 11:06:23 +0000 (+0000) Subject: oops X-Git-Tag: 5.0-rc1~14 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=5f33dd89a23c5093440a0efde49ac10a079fd633;p=build.git oops --- diff --git a/vbuild-nightly.sh b/vbuild-nightly.sh index 207e3876..e7a99c17 100755 --- a/vbuild-nightly.sh +++ b/vbuild-nightly.sh @@ -176,7 +176,7 @@ function success () { echo "$PLDISTRO ($BASE) build for $FCDISTRO completed on $(date)" ; \ echo "See full build log at $WEBBASE_URL/log.txt" ; \ [ -n "$DO_TEST" ] && echo "See complete set of testlogs at $WEBBASE_URL/testlogs" ) \ - | mail $MAILTO + | sendmail $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.