replaced obsolete one-lab.org
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Thu, 2 Apr 2009 13:32:13 +0000 (13:32 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Thu, 2 Apr 2009 13:32:13 +0000 (13:32 +0000)
scripts/import-module.sh
scripts/nightly-build-cvs.sh
scripts/nightly-build.sh
scripts/onelab-aliases.sh
scripts/post-commit
scripts/post-revprop-change

index 121d5be..6a62825 100755 (executable)
@@ -10,7 +10,7 @@ date=$(date +%Y-%m-%d)
 #cvstag=planetlab-4_0-rc3
 
 ####
-svn="svn+ssh://thierry@svn.one-lab.org/svn"
+svn="svn+ssh://thierry@svn.onelab.eu/svn"
 cvs=":pserver:anon@cvs.planet-lab.org:/cvs"
 
 function message () {
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
 }
index 9fd29e3..9512f25 100755 (executable)
@@ -8,14 +8,14 @@ ROOT=/build
 CHROOTBINDIR=/root/bin
 
 # default values, tunable with command-line options
-SVNPATH="svn+ssh://build@svn.one-lab.org/svn/build/trunk"
+SVNPATH="svn+ssh://build@svn.onelab.eu/svn/build/trunk"
 DISTRO=onelab
-MAILTO="onelab-build@one-lab.org"
+MAILTO="onelab-build@onelab.eu"
 PLDISTROTAGS=onelab-tags.mk
-TESTBUILDURL="http://build.one-lab.org/"
+TESTBUILDURL="http://build.onelab.eu/"
 TESTBOX=onelab-test.inria.fr
 TESTBOXSSH=root@onelab-test.inria.fr
-TESTSVNPATH="svn+ssh://build@svn.one-lab.org/svn/new_plc_api/trunk/plctest"
+TESTSVNPATH="svn+ssh://build@svn.onelab.eu/svn/new_plc_api/trunk/plctest"
 TESTSCRIPT=TestMain.py
 ####################
 # plc chroot runs in UTC
@@ -43,7 +43,7 @@ function success () {
     set -x
     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
     cd ${ROOT}
     rm -f latest
index f57bb3c..489daba 100755 (executable)
@@ -2,11 +2,11 @@
 
 # $Id$
 
-# to be run on the mail server at one-lab.org, to add aliases in that domain
+# to be run on the mail server at onelab.eu, to add aliases in that domain
 # Example:
 # new-alias.sh francois2.jan@orange-ftgroup.com
 # -> creates one alias
-# francois2.jan@one-lab.org -> francois2.jan@orange-ftgroup.com
+# francois2.jan@onelab.eu -> francois2.jan@orange-ftgroup.com
 
 COMMAND=$(basename $0)
 
@@ -27,7 +27,7 @@ function create () {
     echo "WARNING: $target skipped"
     continue
   fi
-  aliasname=${namepart}@one-lab.org
+  aliasname=${namepart}@onelab.eu
   sqlcommand="insert into alias values ( '${aliasname}', '${target}' )"
   echo "Sending $sqlcommand"
   echo "$sqlcommand" | $SQL
index 8ce8524..c61aac2 100755 (executable)
 
 REPOS="$1"
 REV="$2"
-MAILDEST="onelab-svn@one-lab.org"
+MAILDEST="onelab-svn@onelab.eu"
 #FROM="$MAILDEST"
-FROM="$(id -un)@svn.one-lab.org"
-SUBJECT="svn.one-lab.org - check in:"
+FROM="$(id -un)@svn.onelab.eu"
+SUBJECT="svn.onelab.eu - check in:"
 
 #/usr/share/doc/subversion-1.4.2/tools/hook-scripts/commit-email.pl \
 #        --from "$FROM" \
index 0a88646..6cda9f8 100755 (executable)
@@ -52,8 +52,8 @@ USER="$3"
 PROPNAME="$4"
 ACTION="$5"
 
-MAILDEST="onelab-svn@one-lab.org"
-FROM="$(id -un)@svn.one-lab.org"
-SUBJECT="svn.one-lab.org - log message changed:"
+MAILDEST="onelab-svn@onelab.eu"
+FROM="$(id -un)@svn.onelab.eu"
+SUBJECT="svn.onelab.eu - log message changed:"
 
 propchange-email.pl --from "$FROM" -s "$SUBJECT" "$REPOS" "$REV" "$USER" "$PROPNAME" "$MAILDEST"