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

export CARCH=x86_64

repoid=5
reponame="core"
arch="x86_64"

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

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

#stagedir="/home/arch64/staging/extra"
stagedir="$HOME/staging/core64"

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