summaryrefslogtreecommitdiffstats
path: root/db-arch
blob: 9b61eeed511ca259be6662961ed73a2f68c05a4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash
# $Id: db-arch,v 1.24 2006/05/05 01:38:33 judd Exp $

repoid=1
reponame="current"
arch="i686"

ftppath="/home/ftp/current/os/i686"

cvspath="/home/cvs-arch"
cvsmod="arch/build"
cvstag="CURRENT"

stagedir="$HOME/staging/arch"

# call the real script
. `dirname $0`/db-inc