oops
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 9 Feb 2010 11:06:23 +0000 (11:06 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 9 Feb 2010 11:06:23 +0000 (11:06 +0000)
vbuild-nightly.sh

index 207e387..e7a99c1 100755 (executable)
@@ -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.