no more 1lab
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Tue, 23 Sep 2008 15:45:12 +0000 (15:45 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Tue, 23 Sep 2008 15:45:12 +0000 (15:45 +0000)
scripts/all-builds.sh

index 9ec4184..01d02ea 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/bash
 # $Id$
 # this script is managed under subversion at 
-# http://svn.one-lab.org/infrastructure/scripts/all-builds.sh
-# it is triggered every night at 0:05 french time on build.one-lab.org aka blitz.inria.fr
+# http://svn.onelab.eu/infrastructure/scripts/all-builds.sh
+# it is triggered every night at 0:05 french time on build.onelab.eu aka blitz.inria.fr
 
 COMMAND=$(basename $0)
 
@@ -119,11 +119,11 @@ for bits in $BITS; do
            p=linux${bits}
            s=$(shortname $d)
            if [ -n "$BUILD_BRANCH" ] ; then
-               buildname="${d}-${MAJOR}-${BASE}.1lab-${f}-${bits}"
+               buildname="${d}-${MAJOR}-${BASE}-${f}-${bits}"
            elif [ -n "$BUILD_TRUNK" ] ; then
                buildname="${BASE}--${s}.${MAJOR}--${f}-${bits}"
            else
-               buildname="${d}-${MAJOR}-${MINOR}.1lab-${f}-${bits}"
+               buildname="${d}-${MAJOR}-${MINOR}-${f}-${bits}"
            fi
            command="/root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org ${BUILDOPT} \
                -d $d -p $p -f $f -t ${d}-tags-${MAJOR}.mk \
@@ -143,11 +143,11 @@ if [ -z "$TEST" ] ; then
            p=linux${bits}
            s=$(shortname $d)
            if [ -n "$BUILD_BRANCH" ] ; then 
-               buildname="${d}-${MAJOR}-${BASE}.1lab-${f}-${bits}"
+               buildname="${d}-${MAJOR}-${BASE}-${f}-${bits}"
            elif [ -n "$BUILD_TRUNK" ] ; then
                buildname="${BASE}--${s}.${MAJOR}--${f}-${bits}"
            else
-               buildname="${d}-${MAJOR}-${MINOR}.1lab-${f}-${bits}"
+               buildname="${d}-${MAJOR}-${MINOR}-${f}-${bits}"
            fi
            command="/root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org ${BUILDOPT} \
            -d $d -p $p -f $f -t ${d}-tags-${MAJOR}.mk \