diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-04-08 05:52:55 +0200 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-04-08 05:52:55 +0200 |
commit | 4bc106f1a60a6172b707bfaee5aff5030234466e (patch) | |
tree | 95e3ff179162665274e0ca212b9b4c8f258201c1 /db-unstable64 | |
parent | 29a77254307e42ba0959fe7660aa3d0d76285e6a (diff) | |
download | dbscripts-4bc106f1a60a6172b707bfaee5aff5030234466e.tar.gz dbscripts-4bc106f1a60a6172b707bfaee5aff5030234466e.tar.xz |
Giant SVN changes
Some other fun stuff snuck in there, like indentation changes,
but this should get us mostly working under SVN, and at least
allow us to build DB files at the very least
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
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 |