merged from trunk
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 2 Sep 2008 10:40:37 +0000 (10:40 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 2 Sep 2008 10:40:37 +0000 (10:40 +0000)
vbuild-init-vserver.sh
vtest-nightly.sh

index 8234065..31514cb 100755 (executable)
@@ -299,6 +299,9 @@ function post_install_myplc  () {
     # create symlink for /dev/fd
     [ ! -e "/dev/fd" ] && ln -s /proc/self/fd /dev/fd
 
+    # turn off regular crond, as plc invokes plc_crond
+    chkconfig crond off
+
     # customize root's prompt
     cat << PROFILE > /root/.profile
 export PS1="[$vserver] \\w # "
index 30d3163..b50e621 100644 (file)
@@ -187,7 +187,7 @@ function main () {
     svn export $SVNPATH $tmpdir
     # Create vserver
     cd $tmpdir
-    ./vtest-init-vserver.sh -f ${FCDISTRO} -d ${PLDISTRO} -p ${PERSONALITY} ${BASE} ${REPOURL}
+    ./vtest-init-vserver.sh -i eth${TESTVSERVER_DEV} -f ${FCDISTRO} -d ${PLDISTRO} -p ${PERSONALITY} ${BASE} ${REPOURL}
     # cleanup
     cd -
     rm -rf $tmpdir