ArielGlenn has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/385345 )

Change subject: add in-progress files to excludes for rsync of dumps between 
peers
......................................................................

add in-progress files to excludes for rsync of dumps between peers

Change-Id: I3ab8df036dfdb90ce5022cb9c95bb12d4455821e
---
M modules/dumps/files/copying/rsync-dumps.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/45/385345/1

diff --git a/modules/dumps/files/copying/rsync-dumps.py 
b/modules/dumps/files/copying/rsync-dumps.py
index eab2cbd..00aba76 100644
--- a/modules/dumps/files/copying/rsync-dumps.py
+++ b/modules/dumps/files/copying/rsync-dumps.py
@@ -18,7 +18,7 @@
             self.rsync_args.append("--list-only")
         else:
             self.rsync_args.append("-q")
-        self.excludes = ['--exclude=wikidump_*', '--exclude=md5temp.*']
+        self.excludes = ['--exclude=wikidump_*', '--exclude=md5temp.*', 
'--exclude=*.inprog']
 
     def get_excludes_for_job(self, jobname, host_info):
         excludes = []

-- 
To view, visit https://gerrit.wikimedia.org/r/385345
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3ab8df036dfdb90ce5022cb9c95bb12d4455821e
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: ArielGlenn <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to