mentions URL in successful mail messages
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Tue, 20 Mar 2007 10:58:05 +0000 (10:58 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Tue, 20 Mar 2007 10:58:05 +0000 (10:58 +0000)
scripts/nightly-build.sh

index c998144..cdca2b7 100755 (executable)
@@ -35,7 +35,7 @@ function failure() {
 function success () {
   touch ${BUILD}/log-success.stamp
   if [ -n "$MAILTO" ] ; then
-    date | mail -s "Successfull build in ${BUILD}" $MAILTO
+    (echo "http://build.one-lab.org/$DISTRO/$BASE" ; echo "Completed on $(date)" ) | mail -s "Successfull build in ${BUILD}" $MAILTO
   fi
   exit 0
 }