summaryrefslogtreecommitdiffstats
path: root/db-testing
diff options
context:
space:
mode:
Diffstat (limited to 'db-testing')
-rwxr-xr-xdb-testing4
1 files changed, 2 insertions, 2 deletions
diff --git a/db-testing b/db-testing
index a515f25..b576f27 100755
--- a/db-testing
+++ b/db-testing
@@ -1,5 +1,5 @@
#!/bin/bash
-# $Id: db-testing,v 1.1 2004/04/13 01:47:04 judd Exp $
+# $Id: db-testing,v 1.2 2004/04/13 02:06:49 judd Exp $
uid=`id -u`
repoid=4
@@ -37,7 +37,7 @@ mkdir $TMPDIR; [ $? -gt 0 ] && exit 1
echo "==> Generating Pacman Database for TESTING..." >&2
cd $TMPDIR
-CVS_RSH=ssh CVSROOT=:ext:cvs.archlinux.org:/home/cvs-arch cvs -q export -r TESTING -f arch/build
+CVS_RSH=ssh CVSROOT=:ext:cvs.archlinux.org:/home/cvs-arch cvs -q export -r TESTING arch
# check again
if [ -d /tmp/.gensync ]; then
echo "error: someone else is currently running gensync!"