summaryrefslogtreecommitdiffstats
path: root/config.local.sigurd
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2012-10-27 14:32:39 +0200
committerPierre Schmitz <pierre@archlinux.de>2012-10-27 14:39:47 +0200
commitb2952784db9995ecc21d3a770530a19394234d3b (patch)
tree8fedbc5d9b3c309554a45aaf31d414332e28adf0 /config.local.sigurd
parenta539598c640caa92e2b1967949836d73c5264036 (diff)
downloaddbscripts-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 'config.local.sigurd')
-rw-r--r--config.local.sigurd1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.local.sigurd b/config.local.sigurd
index 4f95bd2..afd5cba 100644
--- a/config.local.sigurd
+++ b/config.local.sigurd
@@ -2,5 +2,6 @@ PKGREPOS=('community' 'community-testing' 'community-staging' 'multilib' 'multil
PKGPOOL='pool/community'
SRCPOOL='sources/community'
SVNREPO='file:///srv/svn-packages'
+SVNUSER=''
TESTING_REPO='community-testing'
STABLE_REPOS=('community')