summaryrefslogtreecommitdiffstats
path: root/testing2x
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2008-11-12 07:09:24 +0100
committerAaron Griffin <aaronmgriffin@gmail.com>2008-11-12 07:09:24 +0100
commit35e5070403ddae96238bcce6356f4b9713c96675 (patch)
tree28be8d3ae5981d28369c2854447964d581915ed4 /testing2x
parent0dcc6b02d0ed7cf25e9493667030ded9525473ce (diff)
downloaddbscripts-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 'testing2x')
-rwxr-xr-xtesting2x3
1 files changed, 1 insertions, 2 deletions
diff --git a/testing2x b/testing2x
index 0494b98..d87de11 100755
--- a/testing2x
+++ b/testing2x
@@ -12,7 +12,6 @@ case "$0" in
arch="i686"
;;
esac
-svnpath="file:///home/svn-packages"
WORKDIR="/home/tmp/testing2x.$UID"
cleanup() {
@@ -29,7 +28,7 @@ trap ctrl_c 2
trap cleanup 0
cd "${WORKDIR}"
-/usr/bin/svn checkout -N ${svnpath} checkout
+/usr/bin/svn checkout -N $SVN_PATH checkout
cd checkout
for pkg in $*; do