summaryrefslogtreecommitdiffstats
path: root/db-update
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2008-09-14 03:30:27 +0200
committerAaron Griffin <aaronmgriffin@gmail.com>2008-09-14 03:30:27 +0200
commit42bbb3dd2ef276c5204651fafb152a888c449c15 (patch)
tree301098e0ee86f75fd2a963b8c1e842502c126a7b /db-update
parenta0f73ceca409fa8995af16eee8440c1467c5f1bf (diff)
downloaddbscripts-42bbb3dd2ef276c5204651fafb152a888c449c15.tar.gz
dbscripts-42bbb3dd2ef276c5204651fafb152a888c449c15.tar.xz
Move temporary directories to /home/tmp
This is to allow moves to /home/ftp/ to remain on the same filesystem, thus making the final moves atomic Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'db-update')
-rwxr-xr-xdb-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-update b/db-update
index d3fff2c..dbfbe51 100755
--- a/db-update
+++ b/db-update
@@ -23,7 +23,7 @@ stagedir="$HOME/staging/$reponame"
[ "$UID" = "" ] && UID=$(uid)
-WORKDIR="/tmp/db-update.$svnrepo.$UID"
+WORKDIR="/home/tmp/db-update.$svnrepo.$UID"
ADDPKGS=""
REMPKGS=""