diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2009-07-22 20:02:37 +0200 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-07-22 23:23:37 +0200 |
commit | 94c1ba6eed3fbdda8be0b7c67257d30dcabfd5c6 (patch) | |
tree | 11fabb071df62d01b9c3c06af5a59721b8c09ac7 /testing2x | |
parent | e4346ab8404ee32a69848d4f55bb0d09664c7d75 (diff) | |
download | dbscripts-94c1ba6eed3fbdda8be0b7c67257d30dcabfd5c6.tar.gz dbscripts-94c1ba6eed3fbdda8be0b7c67257d30dcabfd5c6.tar.xz |
remove support for different svn repos
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'testing2x')
-rwxr-xr-x | testing2x | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -13,7 +13,6 @@ case "$0" in ;; esac WORKDIR="$TMPDIR/testing2x.$UID" -svnpath="$(get_svnpath testing)" cleanup() { trap '' 0 2 @@ -31,7 +30,7 @@ trap cleanup 0 /bin/mkdir "${WORKDIR}" cd "${WORKDIR}" -/usr/bin/svn checkout -N $svnpath checkout +/usr/bin/svn checkout -N $SVNREPO checkout cd checkout for pkg in $*; do |