From 67d26e738416ad25e8cdf82640949f7927551ac7 Mon Sep 17 00:00:00 2001 From: thierry Date: Mon, 5 Nov 2007 23:45:56 +0000 Subject: [PATCH] oops, svn cat needs redirection --- scripts/nightly-build-vserver.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/nightly-build-vserver.sh b/scripts/nightly-build-vserver.sh index dafc250..4a1011c 100755 --- a/scripts/nightly-build-vserver.sh +++ b/scripts/nightly-build-vserver.sh @@ -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 -- 2.43.0