ArielGlenn has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/399835 )

Change subject: fix up one more time the xml misc dumps dir for rsyncs
......................................................................


fix up one more time the xml misc dumps dir for rsyncs

Change-Id: I9e8e736d855c10350619a0dff86edfcb1e6c1c04
---
M modules/dumps/files/generation/rsync-to-peers.sh
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  ArielGlenn: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/dumps/files/generation/rsync-to-peers.sh 
b/modules/dumps/files/generation/rsync-to-peers.sh
index 49abbe9..3845197 100644
--- a/modules/dumps/files/generation/rsync-to-peers.sh
+++ b/modules/dumps/files/generation/rsync-to-peers.sh
@@ -113,7 +113,7 @@
 
     # rsync of xml/sql dumps for public wikis
     for dest in $xmlremotedirs_list; do
-        /usr/bin/rsync -a  --contimeout=600 --timeout=600 --exclude='**bad/' 
--exclude='**save/' --exclude='**not/' --exclude='**temp/' --exclude='**tmp/' 
--exclude='*.inprog'  --exclude='*.html' --exclude='*.txt' --exclude='*.json' 
${xmldumpsdir}/public/*wik* "$dest" > /dev/null 2>&1
+        /usr/bin/rsync -a  --contimeout=600 --timeout=600 --exclude='**bad/' 
--exclude='**save/' --exclude='**not/' --exclude='**temp/' --exclude='**tmp/' 
--exclude='*.inprog'  --exclude='*.html' --exclude='*.txt' --exclude='*.json' 
${xmldumpsdir}/*wik* "$dest" > /dev/null 2>&1
 
        # send statusfiles tarball over last, remote can unpack it when it 
notices the arrival
        # this way, content of status and html files always reflects dump 
output already

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9e8e736d855c10350619a0dff86edfcb1e6c1c04
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: ArielGlenn <ar...@wikimedia.org>
Gerrit-Reviewer: ArielGlenn <ar...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to