X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vbuild-nightly.sh;h=27af6138531cc1d27ffa8d0411da7959ea85c35b;hb=b9f88347dc16d429bdfc0b626ebb97f25e174588;hp=0e963817f12110bf1257c680c97ac98e81127d14;hpb=e44ad61c4b5ccd7798546d554284f163ad22cfec;p=build.git diff --git a/vbuild-nightly.sh b/vbuild-nightly.sh index 0e963817..27af6138 100755 --- a/vbuild-nightly.sh +++ b/vbuild-nightly.sh @@ -1,5 +1,4 @@ #!/bin/bash -REVISION=$(echo '$Revision: 18120 $' | sed -e 's,\$,,g' -e 's,^\w*:\s,,' ) COMMANDPATH=$0 COMMAND=$(basename $0) @@ -283,7 +282,7 @@ function run_log () { # toss the build in the bargain, so the tests don't need to mess with extracting it rsync --verbose --archive /vservers/$BASE/build/MODULES/build ${testmaster_ssh}:${BASE}/ - # invoke test on testbox - pass url and build url - so the tests can use vtest-init-vserver.sh + # invoke test on testbox - pass url and build url - so the tests can use vtest-initvm.sh run_log_env="-p $PERSONALITY -d $PLDISTRO -f $FCDISTRO" # need to proceed despite of set -e @@ -410,7 +409,6 @@ function setupssh () { function usage () { echo "Usage: $COMMAND [option] [var=value...] make-targets" - echo "This is $REVISION" echo "Supported options" echo " -f fcdistro - defaults to $DEFAULT_FCDISTRO" echo " -d pldistro - defaults to $DEFAULT_PLDISTRO" @@ -667,7 +665,7 @@ function main () { fi # Create vserver cd $tmpdir - ./vbuild-init-vserver.sh $VERBOSE -f ${FCDISTRO} -d ${PLDISTRO} -p ${PERSONALITY} -i ${IFNAME} ${PREINSTALLED} ${BASE} + ./vbuild-initvm.sh $VERBOSE -f ${FCDISTRO} -d ${PLDISTRO} -p ${PERSONALITY} -i ${IFNAME} ${PREINSTALLED} ${BASE} # cleanup cd - rm -rf $tmpdir