From 90c6073c7b0ac830393b0836bcdb677ee6e64e22 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Fri, 25 Oct 2013 10:08:12 +0000 Subject: 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. --- deployment/main_mirror/templates/rsyncd.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'deployment/main_mirror') 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 + -- cgit v1.2.1