have proxies not copy over copying.tmp if it shows up in docs tree
This commit is contained in:
parent
4f63e6e74f
commit
0339781ad3
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue