summaryrefslogtreecommitdiffstats
path: root/testing2x
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2009-02-20 19:23:07 +0100
committerAaron Griffin <aaronmgriffin@gmail.com>2009-03-11 16:27:10 +0100
commit9b7b2a7e774f307b6b5ab398908e883364af7247 (patch)
tree7ca67b25cda5844f44db938cf0adcf1dfaae4441 /testing2x
parent1ef058dad91a5ca82db2744776251a2ab68bcf90 (diff)
downloaddbscripts-9b7b2a7e774f307b6b5ab398908e883364af7247.tar.gz
dbscripts-9b7b2a7e774f307b6b5ab398908e883364af7247.tar.xz
Add per-repo SVN configs
This could be useful if we move community to a separate SVN repo Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'testing2x')
-rwxr-xr-xtesting2x3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing2x b/testing2x
index 6a3a70e..0314738 100755
--- a/testing2x
+++ b/testing2x
@@ -13,6 +13,7 @@ case "$0" in
;;
esac
WORKDIR="$TMPDIR/testing2x.$UID"
+svnpath="$(get_svnpath testing)"
cleanup() {
trap '' 0 2
@@ -30,7 +31,7 @@ trap cleanup 0
/bin/mkdir "${WORKDIR}"
cd "${WORKDIR}"
-/usr/bin/svn checkout -N $SVN_PATH checkout
+/usr/bin/svn checkout -N $svnpath checkout
cd checkout
for pkg in $*; do