summaryrefslogtreecommitdiffstats
path: root/db-arch64
blob: a16a6df6c51a503435c79a36e55081057f4e67e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash

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