summaryrefslogtreecommitdiffstats
path: root/db-arch
blob: ab2a70017e12fa407c67e80724279a88f89de470 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/bash
# $Id: db-arch,v 1.1 2002/08/21 18:13:14 judd Exp $

echo "==> Updating ABS Tree..." >&2
cd /usr
CVSROOT=:ext:judd@archlinux.org:/home/cvs-arch cvs -q export -r CURRENT -f arch/build
rm -rf /usr/abs && mv arch/build /usr/abs
rmdir arch

echo "==> Rebuilding HTML Package List..." >&2
cd /usr/abs
rm -f packages.txt
/root/bin/htmlpkglist
mv pkgs_name.html pkgs_cat.html /home/httpd/html/

echo "==> Generating pacsync1/setup Database..." >&2
/root/bin/gensyncdb

cp /home/ftp/current/pacsync/pacsync.db /home/ftp/current/setup/packages.txt

echo "==> Generating pacsync2 Database for ARCH..." >&2
/usr/bin/gensync /usr/abs /tmp/current.db.tar.gz
[ -f /tmp/current.db.tar.gz ] && mv -f /tmp/current.db.tar.gz /home/ftp/current