summaryrefslogtreecommitdiffstats
path: root/db-unstable
blob: 45c69c7997b612f1e11f35a3b9345ca58ab1a951 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
# $Id: db-unstable,v 1.3 2003/05/23 05:08:57 judd Exp $

echo "==> Generating pacsync2 Database for UNSTABLE..." >&2
cd /tmp
CVS_RSH=ssh CVSROOT=:ext:cvs.archlinux.org:/home/cvs-unstable cvs -q export -r CURRENT unstable
/usr/bin/gensync /tmp/unstable /tmp/unstable.db.tar.gz
[ -f /tmp/unstable.db.tar.gz ] && mv -f /tmp/unstable.db.tar.gz /home/ftp/unstable

/arch/pkgdb 3

rm -rf /tmp/unstable