2014-12-12 19:42:48 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2015-07-27 22:55:32 +00:00
|
|
|
/usr/bin/rsync -aSHPv --delete --exclude=.git/objects/ sundries01::docs/ /srv/web/docs.fedoraproject.org/
|
2018-08-02 15:25:30 +00:00
|
|
|
/usr/bin/rsync -aSHPv --delete --exclude=.git/objects/ sundries01::docs-redirects/ /srv/web/docs-redirects/
|
|
|
|
|
|
|
|
# build the combined docs tree.
|
|
|
|
# See https://pagure.io/fedora-infrastructure/issue/7130
|
|
|
|
|
2018-08-02 19:35:45 +00:00
|
|
|
/usr/bin/rsync -aSHPv --link-dest=/srv/web/docs-old.fedoraproject.org/public_html/ /srv/web/docs-old.fedoraproject.org/public_html/ /srv/web/docs-combined/
|
|
|
|
/usr/bin/rsync -aSHPv --link-dest=/srv/web/docs-old.fedoraproject.org/public_html //srv/web/docs-redirects/ /srv/web/docs-combined/
|
|
|
|
/usr/bin/rsync -aSHPv --link-dest=/srv/web/docs-old.fedoraproject.org/public_html/ /srv/web/docs.fedoraproject.org/ /srv/web/docs-combined/
|