diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-10-25 10:08:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-10-25 10:08:12 +0000 |
commit | 90c6073c7b0ac830393b0836bcdb677ee6e64e22 (patch) | |
tree | 630ba023cb734c49dffb8644c7756fd1d39d194e /deployment | |
parent | 296702803b277da6d40e5e1bb3e1a670fb7242ba (diff) | |
download | puppet-90c6073c7b0ac830393b0836bcdb677ee6e64e22.tar puppet-90c6073c7b0ac830393b0836bcdb677ee6e64e22.tar.gz puppet-90c6073c7b0ac830393b0836bcdb677ee6e64e22.tar.bz2 puppet-90c6073c7b0ac830393b0836bcdb677ee6e64e22.tar.xz puppet-90c6073c7b0ac830393b0836bcdb677ee6e64e22.zip |
Add rsync access to packages svn repository for lissyx
lissyx is working on a PhD thesis which involves some study of Mageia
releases. In order to do that he needs to do a lot of svn requests on
all packages. To avoid loading our server with those requests, I
proposed him to download a full copy of the svn repository, so he can do
the requests locally without loading our server.
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/main_mirror/templates/rsyncd.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/deployment/main_mirror/templates/rsyncd.conf b/deployment/main_mirror/templates/rsyncd.conf index 374a82de..3f559db2 100644 --- a/deployment/main_mirror/templates/rsyncd.conf +++ b/deployment/main_mirror/templates/rsyncd.conf @@ -56,3 +56,9 @@ gid = nogroup comment = Mageia Git repos hosts allow = alamut.mageia.org +# Temporary access for lissyx +[svn_packages] + path = /svn/packages + comment = Mageia Packages Repos + host allow = 193.52.208.229 + |