diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2012-10-27 14:32:39 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2012-10-27 14:39:47 +0200 |
commit | b2952784db9995ecc21d3a770530a19394234d3b (patch) | |
tree | 8fedbc5d9b3c309554a45aaf31d414332e28adf0 /testing2x | |
parent | a539598c640caa92e2b1967949836d73c5264036 (diff) | |
download | dbscripts-b2952784db9995ecc21d3a770530a19394234d3b.tar.gz dbscripts-b2952784db9995ecc21d3a770530a19394234d3b.tar.xz |
Add the possibility to run all svn commands with a different user
* A SVNUSER can be configured in the config file
* This user needs to be able to call svn without a password
Diffstat (limited to 'testing2x')
-rwxr-xr-x | testing2x | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ declare -A pkgs for pkgbase in $*; do if [ ! -d "${WORKDIR}/${pkgbase}" ]; then - /usr/bin/svn export -q "${SVNREPO}/${pkgbase}/repos" "${WORKDIR}/${pkgbase}" >/dev/null + arch_svn export -q "${SVNREPO}/${pkgbase}/repos" "${WORKDIR}/${pkgbase}" >/dev/null found_source=false for pkgarch in ${ARCHES[@]} 'any'; do |