diff options
Diffstat (limited to 'db-unstable64')
-rwxr-xr-x | db-unstable64 | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/db-unstable64 b/db-unstable64 index dece93a..225cf97 100755 --- a/db-unstable64 +++ b/db-unstable64 @@ -1,20 +1,8 @@ #!/bin/bash -export CARCH=x86_64 - 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" -stagedir="$HOME/staging/unstable64" - -# call the real script -. `dirname $0`/db-inc +. $(dirname $0)/db-inc |