From 1389aa84cfc4f327e2a2214dda9f4cf9605e40f2 Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Sun, 16 Sep 2007 11:43:14 +0000 Subject: new db-testing scripts --- db-testing | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'db-testing') diff --git a/db-testing b/db-testing index 1baad46..f631ad7 100755 --- a/db-testing +++ b/db-testing @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: db-testing,v 1.13 2006/05/05 01:38:33 judd Exp $ +# $Id: db-testing,v 1.14 2007/09/16 11:43:14 thomas Exp $ repoid=4 reponame="testing" @@ -36,9 +36,9 @@ cd $cvsdir if [ "`ls $stagedir/add`" -o "`ls $stagedir/del`" ]; then echo "==> Checking out TESTING branches..." >&2 - echo "--- CURRENT ---" - CVS_RSH=ssh CVSROOT=:ext:cvs.archlinux.org:/home/cvs-arch cvs -q export -r TESTING arch - mv arch/build/* . && rm -rf arch + echo "--- CORE ---" + CVS_RSH=ssh CVSROOT=:ext:cvs.archlinux.org:/home/cvs-core cvs -q export -r TESTING core + cp -a core/* . && rm -rf core echo "--- EXTRA ---" CVS_RSH=ssh CVSROOT=:ext:cvs.archlinux.org:/home/cvs-extra cvs -q export -r TESTING extra cp -a extra/* . && rm -rf extra -- cgit v1.2.3-24-g4f1b