aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-07-20 23:47:53 +0000
committerMichael Scherer <misc@mageia.org>2011-07-20 23:47:53 +0000
commitef5b5120aa963754a466f7d0e4c249db03336727 (patch)
tree59fa3df8ec5028d417aa670c8bdb7e06e50b0e50
parent65e7f948729965a4f8695df154607a97625feac6 (diff)
downloadpuppet-ef5b5120aa963754a466f7d0e4c249db03336727.tar
puppet-ef5b5120aa963754a466f7d0e4c249db03336727.tar.gz
puppet-ef5b5120aa963754a466f7d0e4c249db03336727.tar.bz2
puppet-ef5b5120aa963754a466f7d0e4c249db03336727.tar.xz
puppet-ef5b5120aa963754a466f7d0e4c249db03336727.zip
also force the binary to use svn:// only
-rw-r--r--modules/buildsystem/templates/repsys.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/templates/repsys.conf b/modules/buildsystem/templates/repsys.conf
index 8aa4c3fe..4adfb56b 100644
--- a/modules/buildsystem/templates/repsys.conf
+++ b/modules/buildsystem/templates/repsys.conf
@@ -4,7 +4,7 @@ default_parent = svn+ssh://svn.<%= domain %>/svn/packages/cauldron
#url-map = svn\+ssh://svn\.mageia\.org/(.*) file:///\1
tempdir = <%= sched_home_dir %>/repsys/tmp
use-binaries-repository = yes
-binaries-repository = svn+ssh://svn.<%= domain %>/svn/binrepos
+binaries-repository = svn://svn.<%= domain %>/svn/binrepos
# ldap settings
# ldap is searched first: if not found, then [users] is read
# if ldap search matched, then [users] is not consulted