diff options
| author | Kevin Fenzi <kevin@scrye.com> | 2015-07-27 22:55:32 +0000 |
|---|---|---|
| committer | Kevin Fenzi <kevin@scrye.com> | 2015-07-27 22:55:32 +0000 |
| commit | ed7984ef1f1ab6c9084d27d7a07b68f9623afe88 (patch) | |
| tree | 2156093b1c79adbe55d204894df02dd8294749c0 /roles/fedora-docs | |
| parent | 09448c2d2b12ca0ee46518f96cad85f8bb2d7914 (diff) | |
| download | ansible-ed7984ef1f1ab6c9084d27d7a07b68f9623afe88.tar.gz ansible-ed7984ef1f1ab6c9084d27d7a07b68f9623afe88.tar.xz ansible-ed7984ef1f1ab6c9084d27d7a07b68f9623afe88.zip | |
Switch all these sync jobs to pull from sundries01 instead of bapp02.
Will test out on one proxy first, then push to the rest.
Diffstat (limited to 'roles/fedora-docs')
| -rw-r--r-- | roles/fedora-docs/proxy/files/cron-docs-rsync | 2 | ||||
| -rwxr-xr-x | roles/fedora-docs/proxy/files/docs-rsync | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/roles/fedora-docs/proxy/files/cron-docs-rsync b/roles/fedora-docs/proxy/files/cron-docs-rsync index 5f7d02db3..daae988d8 100644 --- a/roles/fedora-docs/proxy/files/cron-docs-rsync +++ b/roles/fedora-docs/proxy/files/cron-docs-rsync @@ -1,2 +1,2 @@ # TODO: Make add some locking to this. -10 * * * * root /usr/bin/rsync --delete -aSHPq --exclude=.git/objects/ bapp02::docs/ /srv/web/docs.fedoraproject.org/ +10 * * * * root /usr/bin/rsync --delete -aSHPq --exclude=.git/objects/ sundries01::docs/ /srv/web/docs.fedoraproject.org/ diff --git a/roles/fedora-docs/proxy/files/docs-rsync b/roles/fedora-docs/proxy/files/docs-rsync index 28ef854d9..e90d9b713 100755 --- a/roles/fedora-docs/proxy/files/docs-rsync +++ b/roles/fedora-docs/proxy/files/docs-rsync @@ -1,3 +1,3 @@ #!/bin/sh -/usr/bin/rsync -aSHPv --delete --exclude=.git/objects/ bapp02::docs/ /srv/web/docs.fedoraproject.org/ +/usr/bin/rsync -aSHPv --delete --exclude=.git/objects/ sundries01::docs/ /srv/web/docs.fedoraproject.org/ |
