have docs-rsync not sync over the ar.rebuilding directory which will have incomplete and duplicaed data

This commit is contained in:
Stephen Smoogen
2020-05-27 14:19:17 -04:00
parent 508353cc74
commit 581f7feec9
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
/usr/bin/rsync -aSHPv --delete --exclude=.git/objects/ sundries01::docs/ /srv/web/docs.fedoraproject.org/
/usr/bin/rsync -aSHPv --delete --exclude=.git/objects/ sundries01::docs-redirects/ /srv/web/docs-redirects/
/usr/bin/rsync -aSHPv --delete --exclude=.git/objects/ --exclude=ar.building/ sundries01::docs/ /srv/web/docs.fedoraproject.org/
/usr/bin/rsync -aSHPv --delete --exclude=.git/objects/ --exclude=ar.building/ sundries01::docs-redirects/ /srv/web/docs-redirects/
# build the combined docs tree.
# See https://pagure.io/fedora-infrastructure/issue/7130

View File

@@ -1,7 +1,7 @@
#!/bin/sh
/usr/bin/rsync -aSHPv --delete --exclude=.git/objects/ sundries01::docs/ /srv/web/docs.fedoraproject.org/
/usr/bin/rsync -aSHPv --delete --exclude=.git/objects/ sundries01::docs-redirects/ /srv/web/docs-redirects/
/usr/bin/rsync -aSHPv --delete --exclude=.git/objects/ --exclude=ar.building/ sundries01::docs/ /srv/web/docs.fedoraproject.org/
/usr/bin/rsync -aSHPv --delete --exclude=.git/objects/ --exclude=ar.building/ sundries01::docs-redirects/ /srv/web/docs-redirects/
# build the combined docs tree.
# See https://pagure.io/fedora-infrastructure/issue/7130