diff options
author | Thomas Bächler <thomas@archlinux.org> | 2007-09-16 11:43:14 +0000 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2007-09-16 11:43:14 +0000 |
commit | 1389aa84cfc4f327e2a2214dda9f4cf9605e40f2 (patch) | |
tree | 32ceab79f3db0648f9256436d83ed80eb5f33240 /db-testing | |
parent | 872267523c5cdea86b65237632b8b369d47c8233 (diff) |
new db-testing scripts
Diffstat (limited to 'db-testing')
-rwxr-xr-x | db-testing | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |