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

repoid=3
reponame="unstable"
arch="i686"

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

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

stagedir="$HOME/staging/unstable"

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