summaryrefslogtreecommitdiffstats
path: root/db-unstable
blob: e37e664a9bd802c8fd9cb052d9741da2d345decc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash
# $Id: db-unstable,v 1.18 2006/05/05 01:38:33 judd Exp $

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