2014-12-12 19:42:48 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2020-08-24 10:33:06 -07:00
|
|
|
/usr/bin/rsync --timeout 300 -aH --link-dest /srv/web/docs-redirects/ --link-dest /srv/web/docs-old.fedoraproject.org/public_html/ --link-dest /srv/web/docs-combined/ --delete --delete-excluded --delete-after --exclude=.git --exclude='copying.tmp/' sundries01::docs/ /srv/web/docs.fedoraproject.org/
|
|
|
|
/usr/bin/rsync --timeout 300 -aH --link-dest /srv/web/docs.fedoraproject.org --link-dest /srv/web/docs-old.fedoraproject.org/public_html/ --link-dest /srv/web/docs-combined/ --delete --delete-excluded --delete-after --exclude=.git --exclude='copying.tmp/' sundries01::docs-redirects/ /srv/web/docs-redirects/
|
2018-08-02 15:25:30 +00:00
|
|
|
|
|
|
|
# build the combined docs tree.
|
|
|
|
# See https://pagure.io/fedora-infrastructure/issue/7130
|
|
|
|
|
2020-08-24 10:33:06 -07:00
|
|
|
rsync --timeout 300 -aH --delete --delete-after --exclude=.git /srv/web/docs.fedoraproject.org/ /srv/web/docs-redirects/ /srv/web/docs-old.fedoraproject.org/public_html/ /srv/web/docs-combined/
|