summaryrefslogtreecommitdiffstats
path: root/db-update
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2008-05-07 00:21:54 +0200
committerAaron Griffin <aaronmgriffin@gmail.com>2008-05-07 00:21:54 +0200
commit382a2fd7c25dfa9769f1a945f692e938168a21b6 (patch)
treea1a30670e0099de49aba0532fce93fd0f5ad4007 /db-update
parentfeac9cc83037b01d7e7904433086e57056fe0bc4 (diff)
downloaddbscripts-382a2fd7c25dfa9769f1a945f692e938168a21b6.tar.gz
dbscripts-382a2fd7c25dfa9769f1a945f692e938168a21b6.tar.xz
Remove testing paths
These snuck in in a previous commit Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'db-update')
-rwxr-xr-xdb-update6
1 files changed, 2 insertions, 4 deletions
diff --git a/db-update b/db-update
index 6c9af1a..f9452b4 100755
--- a/db-update
+++ b/db-update
@@ -19,12 +19,10 @@ arch="$2"
export CARCH="$arch"
##### Arch specific stuff. TODO make this configurable #####
-#ftppath="/home/ftp/$reponame/os/$arch/"
-ftppath="/home/aaron/dbscripts/ftp-$reponame"
+ftppath="/home/ftp/$reponame/os/$arch/"
svnpath="file:///home/svn-packages"
svnrepo="$reponame-$arch"
-#stagedir="$HOME/staging/$reponame"
-stagedir="/home/aaron/dbscripts/staging/$reponame"
+stagedir="$HOME/staging/$reponame"
############################################################
[ "$UID" = "" ] && UID=$(uid)