summaryrefslogtreecommitdiffstats
path: root/db-testing
diff options
context:
space:
mode:
Diffstat (limited to 'db-testing')
-rwxr-xr-xdb-testing5
1 files changed, 4 insertions, 1 deletions
diff --git a/db-testing b/db-testing
index 2e36f88..ab4850d 100755
--- a/db-testing
+++ b/db-testing
@@ -1,5 +1,5 @@
#!/bin/bash
-# $Id: db-testing,v 1.4 2004/04/16 18:14:18 judd Exp $
+# $Id: db-testing,v 1.5 2004/04/16 18:15:38 judd Exp $
uid=`id -u`
repoid=4
@@ -37,10 +37,13 @@ mkdir $TMPDIR; [ $? -gt 0 ] && exit 1
echo "==> Generating Pacman Database for TESTING..." >&2
cd $TMPDIR
+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 "--- EXTRA ---"
CVS_RSH=ssh CVSROOT=:ext:cvs.archlinux.org:/home/cvs-extra cvs -q export -r TESTING extra
cp -a extra/* . && rm -rf extra
+echo "--- UNSTABLE ---"
CVS_RSH=ssh CVSROOT=:ext:cvs.archlinux.org:/home/cvs-unstable cvs -q export -r TESTING unstable
cp -a unstable/* . && rm -rf unstable
# check again