replaced obsolete one-lab.org
[infrastructure.git] / scripts / nightly-build-cvs.sh
index 2a617ee..3b96d6e 100755 (executable)
@@ -10,7 +10,7 @@ CHROOTBINDIR=/root/bin
 # default values, tunable with command-line options
 CVSROOT=":pserver:anon@cvs.planet-lab.org:/cvs"
 DISTRO=onelab
-MAILTO="onelab-build@one-lab.org"
+MAILTO="onelab-build@onelab.eu"
 TAGSFILE=onelab-tags.mk
 
 ####################
@@ -36,7 +36,7 @@ function failure() {
 function success () {
   touch ${BUILD}.ok
   if [ -n "$MAILTO" ] ; then
-    (echo "http://build.one-lab.org/$DISTRO/$BASE" ; echo "Completed on $(date)" ) | mail -s "Successfull build in ${BUILD}" $MAILTO
+    (echo "http://build.onelab.eu/$DISTRO/$BASE" ; echo "Completed on $(date)" ) | mail -s "Successfull build in ${BUILD}" $MAILTO
   fi
   exit 0
 }