From: Marc Fiuczynski Date: Wed, 23 Jul 2008 18:29:11 +0000 (+0000) Subject: vtest-init-vserver now needs to be be invoked with an explicit interface name; there... X-Git-Tag: 4.2-rc21~19 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=47220d1e8549873b8c9063dd00e335fac6e8bb60;p=build.git vtest-init-vserver now needs to be be invoked with an explicit interface name; there is some circularity that requires deeper fixing --- diff --git a/vtest-nightly.sh b/vtest-nightly.sh index 30d31634..b50e621c 100644 --- a/vtest-nightly.sh +++ b/vtest-nightly.sh @@ -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