aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/main_mirror
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-10-25 10:08:12 +0000
committerNicolas Vigier <boklm@mageia.org>2013-10-25 10:08:12 +0000
commit90c6073c7b0ac830393b0836bcdb677ee6e64e22 (patch)
tree630ba023cb734c49dffb8644c7756fd1d39d194e /deployment/main_mirror
parent296702803b277da6d40e5e1bb3e1a670fb7242ba (diff)
downloadpuppet-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/main_mirror')
-rw-r--r--deployment/main_mirror/templates/rsyncd.conf6
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
+