From: thierry Date: Mon, 5 Nov 2007 23:34:02 +0000 (+0000) Subject: oops, wrong 3rd arg to vbuild.setup X-Git-Tag: foo~420 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=50a8bdd7e2f97d18728200b8438daeb27eb9f859;p=infrastructure.git oops, wrong 3rd arg to vbuild.setup --- diff --git a/scripts/nightly-build-vserver.sh b/scripts/nightly-build-vserver.sh index 741f029..536b81f 100644 --- a/scripts/nightly-build-vserver.sh +++ b/scripts/nightly-build-vserver.sh @@ -233,9 +233,12 @@ function main () { done BASE=${BASE}${i} ### extract vbuild.setup and run it - svn checkout $SVNPATH/vbuild.setup /tmp/vbuild-$$ + svn cat $SVNPATH/vbuild.setup /tmp/vbuild-$$ + svn cat $SVNPATH/${DISTRO}-devel.lst /tmp/${DISTRO}-devel.lst # Create vserver - /tmp/vbuild-$$ ${BASE} ${FC_DISTRO} $DISTRO + cd /tmp + /tmp/vbuild-$$ ${BASE} ${FC_DISTRO} ${DISTRO}-devel + cd - # Extract build vserver ${BASE} exec svn checkout ${SVNPATH} /build fi