On Wed, Apr 17, 2019 at 2:31 PM Patrick Uiterwijk puiterwijk@redhat.com wrote:
Hi,
Can I get +1s for the patch underneath? This will switch from /srv/web/docs (synced from externally built docs sources) to /srv/docs (mount point for doc build outputs built in openshift). This is tested in staging, and the contents in the new location have been confirmed.
+1 looks fine
Regards, Patrick
diff --git a/roles/rsyncd/files/rsyncd.conf.sundries b/roles/rsyncd/files/rsyncd.conf.sundries index f6fe92e4f..8cf5cd222 100644 --- a/roles/rsyncd/files/rsyncd.conf.sundries +++ b/roles/rsyncd/files/rsyncd.conf.sundries @@ -24,7 +24,7 @@ hosts allow = 10.5.126.0/255.255.255.0 192.168.0.0/255.255.0.0 10.5.128.0/255.25
[docs] comment = Docs Site -path = /srv/web/docs +path = /srv/docs uid = root gid = root read only = yes _______________________________________________ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-leave@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedorapro...