From: thierry Date: Thu, 2 Apr 2009 13:32:13 +0000 (+0000) Subject: replaced obsolete one-lab.org X-Git-Tag: foo~244 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=8d97805de1827efda335cfeb00858e1b001f426b;p=infrastructure.git replaced obsolete one-lab.org --- diff --git a/scripts/import-module.sh b/scripts/import-module.sh index 121d5be..6a62825 100755 --- a/scripts/import-module.sh +++ b/scripts/import-module.sh @@ -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 () { diff --git a/scripts/nightly-build-cvs.sh b/scripts/nightly-build-cvs.sh index 2a617ee..3b96d6e 100755 --- a/scripts/nightly-build-cvs.sh +++ b/scripts/nightly-build-cvs.sh @@ -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 } diff --git a/scripts/nightly-build.sh b/scripts/nightly-build.sh index 9fd29e3..9512f25 100755 --- a/scripts/nightly-build.sh +++ b/scripts/nightly-build.sh @@ -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 diff --git a/scripts/onelab-aliases.sh b/scripts/onelab-aliases.sh index f57bb3c..489daba 100755 --- a/scripts/onelab-aliases.sh +++ b/scripts/onelab-aliases.sh @@ -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 diff --git a/scripts/post-commit b/scripts/post-commit index 8ce8524..c61aac2 100755 --- a/scripts/post-commit +++ b/scripts/post-commit @@ -45,10 +45,10 @@ 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" \ diff --git a/scripts/post-revprop-change b/scripts/post-revprop-change index 0a88646..6cda9f8 100755 --- a/scripts/post-revprop-change +++ b/scripts/post-revprop-change @@ -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"