rename myplc-init-vserver into vtest-init-vserver
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 10 Jan 2008 11:34:36 +0000 (11:34 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 10 Jan 2008 11:34:36 +0000 (11:34 +0000)
vbuild-init-vserver.sh
vbuild-nightly.sh
vtest-init-vserver.sh [moved from myplc-init-vserver.sh with 100% similarity]
vtest-nightly.sh

index 4f2973f..8b74e91 100755 (executable)
@@ -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 ]"
index 3a87d36..1466d35 100755 (executable)
@@ -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
        
similarity index 100%
rename from myplc-init-vserver.sh
rename to vtest-init-vserver.sh
index 1dabbf3..6a0a566 100644 (file)
@@ -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