oops, svn cat needs redirection
[infrastructure.git] / scripts / nightly-build-vserver.sh
index dafc250..4a1011c 100755 (executable)
@@ -53,7 +53,7 @@ function build () {
     date
 
     cd $ROOT
-    svn co $SVNPATH $BASE
+    svn checkout $SVNPATH $BASE
 
   # if TAGSRELEASE specified : update DISTROMAKETAGS with this tag
     if [ -n "$TAGSRELEASE" ] ; then
@@ -209,8 +209,8 @@ function main () {
            done
            BASE=${BASE}${i}
            ### extract vbuild.setup and run it
-           svn cat $SVNPATH/vbuild.setup /tmp/vbuild-$$
-           svn cat $SVNPATH/${DISTRO}-devel.lst /tmp/${DISTRO}-devel.lst
+           svn cat $SVNPATH/vbuild.setup /tmp/vbuild-$$
+           svn cat $SVNPATH/${DISTRO}-devel.lst /tmp/${DISTRO}-devel.lst
             # Create vserver
            cd /tmp
            /tmp/vbuild-$$ ${BASE} ${FC_DISTRO} ${DISTRO}-devel