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

repoid=1
reponame="current"
arch="x86_64"

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

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

stagedir="/home/arch64/staging/arch"

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