diff options
author | Michael Scherer <misc@mageia.org> | 2011-07-20 23:47:53 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-07-20 23:47:53 +0000 |
commit | ef5b5120aa963754a466f7d0e4c249db03336727 (patch) | |
tree | 59fa3df8ec5028d417aa670c8bdb7e06e50b0e50 /modules/buildsystem/templates | |
parent | 65e7f948729965a4f8695df154607a97625feac6 (diff) | |
download | puppet-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
Diffstat (limited to 'modules/buildsystem/templates')
-rw-r--r-- | modules/buildsystem/templates/repsys.conf | 2 |
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 |