diff options
Diffstat (limited to 'db-unstable')
-rwxr-xr-x | db-unstable | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/db-unstable b/db-unstable index 0b4c524..b0231b4 100755 --- a/db-unstable +++ b/db-unstable @@ -4,14 +4,5 @@ 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 +. $(dirname $0)/db-inc |