summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdb-move2
-rwxr-xr-xdb-remove2
-rwxr-xr-xdb-update2
-rwxr-xr-xtesting2x2
4 files changed, 4 insertions, 4 deletions
diff --git a/db-move b/db-move
index 13f2c4e..c8d30c4 100755
--- a/db-move
+++ b/db-move
@@ -27,7 +27,7 @@ svnrepo_to="$repoto-$arch"
[ "$UID" = "" ] && UID=$(uid)
-WORKDIR="/tmp/db-move.$svnrepo_from.$svnrepo_to.$UID"
+WORKDIR="/home/tmp/db-move.$svnrepo_from.$svnrepo_to.$UID"
cleanup() {
# unlock
diff --git a/db-remove b/db-remove
index f4d9419..fdc7c5d 100755
--- a/db-remove
+++ b/db-remove
@@ -23,7 +23,7 @@ svnrepo="$reponame-$arch"
[ "$UID" = "" ] && UID=$(uid)
-WORKDIR="/tmp/db-remove.$svnrepo.$UID"
+WORKDIR="/home/tmp/db-remove.$svnrepo.$UID"
cleanup() {
# unlock
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=""
diff --git a/testing2x b/testing2x
index c385fd8..687994e 100755
--- a/testing2x
+++ b/testing2x
@@ -13,7 +13,7 @@ case "$0" in
;;
esac
svnpath="file:///home/svn-packages"
-WORKDIR="$(mktemp -d /tmp/testing2x.XXXXXX)"
+WORKDIR="/home/tmp/testing2x.$UID"
cleanup() {
rm -rf "${WORKDIR}"