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

repoid=5
reponame="core"
arch="i686"

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

cvspath="/home/cvs-core"
cvsmod="core"
cvstag="CURRENT"

stagedir="$HOME/staging/core"

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