diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-02-20 10:23:07 -0800 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-03-11 08:27:10 -0700 |
commit | 9b7b2a7e774f307b6b5ab398908e883364af7247 (patch) | |
tree | 7ca67b25cda5844f44db938cf0adcf1dfaae4441 /db-remove | |
parent | 1ef058dad91a5ca82db2744776251a2ab68bcf90 (diff) |
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 'db-remove')
-rwxr-xr-x | db-remove | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,6 +17,7 @@ export CARCH="$arch" ftppath="$FTP_BASE/$reponame/os/$arch/" svnrepo="$reponame-$arch" +svnpath="$(get_svnpath $reponame)" [ "$UID" = "" ] && UID=$(uid) @@ -51,7 +52,7 @@ repo_lock $reponame $arch echo "==> Removing package '$packagename' from '$reponame'..." >&2 cd "$WORKDIR" -/usr/bin/svn checkout -N $SVN_PATH checkout +/usr/bin/svn checkout -N $svnpath checkout cd checkout /usr/bin/svn up -q $packagename |