diff options
Diffstat (limited to 'db-arch')
-rwxr-xr-x | db-arch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/db-arch b/db-arch deleted file mode 100755 index 34a3176..0000000 --- a/db-arch +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -repoid=1 -reponame="current" -arch="i686" - -ftppath="/home/ftp/current/os/i686" - -cvspath="/home/cvs-arch" -cvsmod="arch/build" -cvstag="CURRENT" - -stagedir="$HOME/staging/arch" - -# call the real script -. `dirname $0`/db-inc - |