diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-11-12 07:09:24 +0100 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-11-12 07:09:24 +0100 |
commit | 35e5070403ddae96238bcce6356f4b9713c96675 (patch) | |
tree | 28be8d3ae5981d28369c2854447964d581915ed4 /config | |
parent | 0dcc6b02d0ed7cf25e9493667030ded9525473ce (diff) | |
download | dbscripts-35e5070403ddae96238bcce6356f4b9713c96675.tar.gz dbscripts-35e5070403ddae96238bcce6356f4b9713c96675.tar.xz |
Move as much as we can out to a config file
This should allow us to move FTP and SVN placement
around
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ + +FTP_BASE="/home/ftp/" +SVN_PATH="file:///home/svn-packages" +STAGING="$HOME/staging/" |