Switch all these sync jobs to pull from sundries01 instead of bapp02.
Will test out on one proxy first, then push to the rest.
This commit is contained in:
parent
09448c2d2b
commit
ed7984ef1f
16 changed files with 16 additions and 16 deletions
|
@ -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/
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -1 +1 @@
|
|||
25 * * * * root /usr/bin/rsync --delete -a --no-owner --no-group bapp02::arm.fedoraproject.org/ /srv/web/arm.fedoraproject.org/
|
||||
25 * * * * root /usr/bin/rsync --delete -a --no-owner --no-group sundries01::arm.fedoraproject.org/ /srv/web/arm.fedoraproject.org/
|
||||
|
|
|
@ -1 +1 @@
|
|||
25 * * * * root /usr/bin/rsync --delete -a --no-owner --no-group bapp02::boot.fedoraproject.org/ /srv/web/boot.fedoraproject.org/
|
||||
25 * * * * root /usr/bin/rsync --delete -a --no-owner --no-group sundries01::boot.fedoraproject.org/ /srv/web/boot.fedoraproject.org/
|
||||
|
|
|
@ -33,7 +33,7 @@ fi
|
|||
|
||||
# Freeze the website to prepare beta changes. On release day, comment the git
|
||||
# checkout line below, run this script, and use:
|
||||
# sudo func proxy\* call command run "/usr/bin/rsync -a --no-owner --no-group bapp02::fedoraproject.org/* /srv/web/fedoraproject.org/"
|
||||
# sudo func proxy\* call command run "/usr/bin/rsync -a --no-owner --no-group sundries01::fedoraproject.org/* /srv/web/fedoraproject.org/"
|
||||
# on puppet1 to update the website.
|
||||
#
|
||||
# For any other last-minute changes or fixes, make the necessary changes in the
|
||||
|
|
|
@ -33,7 +33,7 @@ fi
|
|||
|
||||
# Freeze the website to prepare beta changes. On release day, comment the git
|
||||
# checkout line below, run this script, and use:
|
||||
# sudo func proxy\* call command run "/usr/bin/rsync -a --no-owner --no-group bapp02::fedoraproject.org/* /srv/web/fedoraproject.org/"
|
||||
# sudo func proxy\* call command run "/usr/bin/rsync -a --no-owner --no-group sundries01::fedoraproject.org/* /srv/web/fedoraproject.org/"
|
||||
# on puppet1 to update the website.
|
||||
#
|
||||
# For any other last-minute changes or fixes, make the necessary changes in the
|
||||
|
|
|
@ -1 +1 @@
|
|||
25 * * * * root /usr/bin/rsync --delete -a --no-owner --no-group bapp02::fedoracommunity.org/ /srv/web/fedoracommunity.org/
|
||||
25 * * * * root /usr/bin/rsync --delete -a --no-owner --no-group sundries01::fedoracommunity.org/ /srv/web/fedoracommunity.org/
|
||||
|
|
|
@ -1 +1 @@
|
|||
25 * * * * root /usr/bin/rsync --delete -a --no-owner --no-group bapp02::fudcon.fedoraproject.org/ /srv/web/fudcon.fedoraproject.org/
|
||||
25 * * * * root /usr/bin/rsync --delete -a --no-owner --no-group sundries01::fudcon.fedoraproject.org/ /srv/web/fudcon.fedoraproject.org/
|
||||
|
|
|
@ -1 +1 @@
|
|||
25 * * * * root /usr/bin/rsync --delete -a --no-owner --no-group bapp02::getfedora.org/ /srv/web/getfedora.org/
|
||||
25 * * * * root /usr/bin/rsync --delete -a --no-owner --no-group sundries01::getfedora.org/ /srv/web/getfedora.org/
|
||||
|
|
|
@ -1 +1 @@
|
|||
25 * * * * root /usr/bin/rsync --delete -a --no-owner --no-group bapp02::labs.fedoraproject.org/ /srv/web/labs.fedoraproject.org/
|
||||
25 * * * * root /usr/bin/rsync --delete -a --no-owner --no-group sundries01::labs.fedoraproject.org/ /srv/web/labs.fedoraproject.org/
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
# TODO: Make add some locking to this.
|
||||
25 * * * * root /usr/bin/rsync --delete -a --no-owner --no-group bapp02::fedoraproject.org/ /srv/web/fedoraproject.org/
|
||||
25 * * * * root /usr/bin/rsync --delete -a --no-owner --no-group sundries01::fedoraproject.org/ /srv/web/fedoraproject.org/
|
||||
|
|
|
@ -1 +1 @@
|
|||
25 * * * * root /usr/bin/rsync --delete -a --no-owner --no-group bapp02::mirrors.fedoraproject.org/ /srv/web/mirrors.fedoraproject.org/
|
||||
25 * * * * root /usr/bin/rsync --delete -a --no-owner --no-group sundries01::mirrors.fedoraproject.org/ /srv/web/mirrors.fedoraproject.org/
|
||||
|
|
|
@ -1 +1 @@
|
|||
25 * * * * root /usr/bin/rsync --delete -a --no-owner --no-group bapp02::spins.fedoraproject.org/ /srv/web/spins.fedoraproject.org/
|
||||
25 * * * * root /usr/bin/rsync --delete -a --no-owner --no-group sundries01::spins.fedoraproject.org/ /srv/web/spins.fedoraproject.org/
|
||||
|
|
|
@ -1 +1 @@
|
|||
25 * * * * root /usr/bin/rsync --delete -a --no-owner --no-group bapp02::start.fedoraproject.org/ /srv/web/start.fedoraproject.org/
|
||||
25 * * * * root /usr/bin/rsync --delete -a --no-owner --no-group sundries01::start.fedoraproject.org/ /srv/web/start.fedoraproject.org/
|
||||
|
|
|
@ -1 +1 @@
|
|||
10,40 * * * * root /usr/bin/rsync -a --delete bapp02::membership-map/* /srv/web/membership-map/ >& /dev/null
|
||||
10,40 * * * * root /usr/bin/rsync -a --delete sundries01::membership-map/* /srv/web/membership-map/ >& /dev/null
|
||||
|
|
|
@ -1 +1 @@
|
|||
3,33 * * * * root /usr/bin/rsync -a --delete bapp02::review-stats/* /srv/web/review-stats/ >& /dev/null
|
||||
3,33 * * * * root /usr/bin/rsync -a --delete sundries01::review-stats/* /srv/web/review-stats/ >& /dev/null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue