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.
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
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...
On 4/17/19 6:31 AM, Patrick Uiterwijk 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.
Do note that it's somewhat wacky how docs were/are sycing.
basically this docs that you are changing and the docs-redirects repo and the old dpcs.fedoraproject.org site are all rsynced into one tree and served.
If staging looks good tho, I imagine you know/tested this, so +1 from me, just wanted to note the odd way things are setup.
kevin
On Wed, Apr 17, 2019 at 7:16 PM Kevin Fenzi kevin@scrye.com wrote:
On 4/17/19 6:31 AM, Patrick Uiterwijk 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.
Do note that it's somewhat wacky how docs were/are sycing.
basically this docs that you are changing and the docs-redirects repo and the old dpcs.fedoraproject.org site are all rsynced into one tree and served.
If staging looks good tho, I imagine you know/tested this, so +1 from me, just wanted to note the odd way things are setup.
I can confirm that staging works as expected with the redirects.
Adam
kevin
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...
infrastructure@lists.fedoraproject.org