diff options
Diffstat (limited to 'db-unstable64')
-rwxr-xr-x | db-unstable64 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/db-unstable64 b/db-unstable64 new file mode 100755 index 0000000..38904d3 --- /dev/null +++ b/db-unstable64 @@ -0,0 +1,18 @@ +#!/bin/bash +# $Id: db-unstable64,v 1.1 2006/05/05 01:38:33 judd Exp $ + +repoid=3 +reponame="unstable" +arch="x86_64" + +ftppath="/home/ftp/unstable/os/x86_64" + +cvspath="/home/cvs-unstable" +cvsmod="unstable" +cvstag="CURRENT-64" + +stagedir="/home/arch64/staging/unstable" + +# call the real script +. `dirname $0`/db-inc + |