Greetings. For Beta tomorrow, the websites are going to advertize the windows and osx versions of the new Fedora Media Writer. We want to just have these on all of the proxies locally for easy downloading. I'd like to push this out today so everything is synced for tomorrow. Note that likely we will want to improve this after release as we have to update it anytime the versions change, but for Beta this should be sufficient. +1s? diff --git a/roles/fedora-web/getfedora/files/cron-sync-getfedora b/roles/fedora-web/getfedora/files/cron-sync-getfedora index 8de6dbd..54ba1cb 100644 --- a/roles/fedora-web/getfedora/files/cron-sync-getfedora +++ b/roles/fedora-web/getfedora/files/cron-sync-getfedora @@ -1 +1,2 @@ 25 * * * * root /usr/bin/rsync --delete -a --no-owner --no-group sundries01::getfedora.org/ /srv/web/getfedora.org/ +30 * * * * root /usr/bin/rsync --delete -a --no-owner --no-group sundries01::fmw/ /srv/web/fmw/ diff --git a/roles/fedora-web/getfedora/files/getfedora.org.conf b/roles/fedora-web/getfedora/files/getfedora.org.conf index 14c5fed..456592c 100644 --- a/roles/fedora-web/getfedora/files/getfedora.org.conf +++ b/roles/fedora-web/getfedora/files/getfedora.org.conf @@ -3,6 +3,9 @@ Alias /favicon.ico /srv/web/fedoraproject.org/static/images/favicon.ico AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/x-javascript +Alias /FedoraMediaWriter-osx-3.97.1-17-g480c143.dmg /srv/web/fwm/FedoraMediaWriter-osx-3.97.1-17-g480c143.dmg +Alias /FedoraMediaWriter-win-3.97.1-17-g480c143.exe /srv/web/fmw/FedoraMediaWriter-win-3.97.1-17-g480c143.exe + FileETag MTime Size ExpiresActive On diff --git a/roles/rsyncd/files/rsyncd.conf.sundries-stg b/roles/rsyncd/files/rsyncd.conf.sundries-stg index 53c2deb..36f9378 100644 --- a/roles/rsyncd/files/rsyncd.conf.sundries-stg +++ b/roles/rsyncd/files/rsyncd.conf.sundries-stg @@ -173,3 +173,11 @@ uid = root gid = root read only = yes hosts allow = 10.5.126.0/255.255.255.0 192.168.0.0/255.255.0.0 + +[fmw] +comment = fmw +path = /srv/web/fmw +uid = root +gid = root +read only = yes +hosts allow = 10.5.126.0/255.255.255.0 192.168.0.0/255.255.0.0
Attachment:
pgpu2I2u7ZZkc.pgp
Description: OpenPGP digital signature
_______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx