have proxies not copy over copying.tmp if it shows up in docs tree

This commit is contained in:
Stephen Smoogen 2020-06-04 10:15:37 -04:00
parent 4f63e6e74f
commit 0339781ad3
2 changed files with 4 additions and 4 deletions

View file

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