options to vbuild-init-vserver.sh need to come first
authorMarc Fiuczynski <mef@cs.princeton.edu>
Wed, 5 Dec 2007 15:28:36 +0000 (15:28 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Wed, 5 Dec 2007 15:28:36 +0000 (15:28 +0000)
vbuild-nightly.sh

index 72b3561..3ebcab0 100755 (executable)
@@ -303,7 +303,7 @@ function main () {
            svn export $SVNPATH $tmpdir
             # Create vserver
            cd $tmpdir
-           ./vbuild-init-vserver.sh ${BASE} -f ${FCDISTRO} -d ${PLDISTRO} -p ${PERSONALITY}
+           ./vbuild-init-vserver.sh -f ${FCDISTRO} -d ${PLDISTRO} -p ${PERSONALITY} ${BASE}
            # cleanup
            cd -
            rm -rf $tmpdir