oops, wrong 3rd arg to vbuild.setup
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Mon, 5 Nov 2007 23:34:02 +0000 (23:34 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Mon, 5 Nov 2007 23:34:02 +0000 (23:34 +0000)
scripts/nightly-build-vserver.sh

index 741f029..536b81f 100644 (file)
@@ -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