From: Thierry Parmentelat Date: Thu, 10 Jan 2008 11:34:36 +0000 (+0000) Subject: rename myplc-init-vserver into vtest-init-vserver X-Git-Tag: 4.2-rc2~276 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ac15340f6e407f2a55f9e680649b51ced279ac1d;p=build.git rename myplc-init-vserver into vtest-init-vserver --- diff --git a/vbuild-init-vserver.sh b/vbuild-init-vserver.sh index 4f2973f8..8b74e912 100755 --- a/vbuild-init-vserver.sh +++ b/vbuild-init-vserver.sh @@ -253,7 +253,7 @@ EOF } COMMAND_VBUILD="vbuild-init-vserver.sh" -COMMAND_MYPLC="myplc-init-vserver.sh" +COMMAND_MYPLC="vtest-init-vserver.sh" function usage () { set +x echo "Usage: $COMMAND_VBUILD [options] vserver-name [ -- vserver-options ]" diff --git a/vbuild-nightly.sh b/vbuild-nightly.sh index 3a87d36f..1466d354 100755 --- a/vbuild-nightly.sh +++ b/vbuild-nightly.sh @@ -165,7 +165,7 @@ function runtest () { ssh ${TESTBOXSSH} rm -rf ${testdir} # check it out ssh ${TESTBOXSSH} svn co ${TESTSVNPATH} ${testdir} - # invoke test on testbox - pass url and build url - so the tests can use myplc-init-vserver.sh + # invoke test on testbox - pass url and build url - so the tests can use vtest-init-vserver.sh ssh 2>&1 ${TESTBOXSSH} python -u ${testdir}/runtest --build ${SVNPATH} --url ${url} --all # still missing - need to populate /var/www/html/install-rpms on the myplc diff --git a/myplc-init-vserver.sh b/vtest-init-vserver.sh similarity index 100% rename from myplc-init-vserver.sh rename to vtest-init-vserver.sh diff --git a/vtest-nightly.sh b/vtest-nightly.sh index 1dabbf3e..6a0a5664 100644 --- a/vtest-nightly.sh +++ b/vtest-nightly.sh @@ -171,7 +171,7 @@ function main () { svn export $SVNPATH $tmpdir # Create vserver cd $tmpdir - ./myplc-init-vserver.sh -f ${FCDISTRO} -d ${PLDISTRO} -p ${PERSONALITY} ${BASE} ${REPOURL} + ./vtest-init-vserver.sh -f ${FCDISTRO} -d ${PLDISTRO} -p ${PERSONALITY} ${BASE} ${REPOURL} # cleanup cd - rm -rf $tmpdir