summaryrefslogtreecommitdiffstats
path: root/db-arch
blob: 34a31761885002caa723ab9b9fe9713f18e6ed40 (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="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