ArielGlenn has submitted this change and it was merged.

Change subject: don't try to preserve owner/group for kiwix local mirror
......................................................................


don't try to preserve owner/group for kiwix local mirror

Change-Id: I5e1da78c136c2a632a044791988b69fde3b407a9
---
M modules/dataset/files/kiwix-rsync-cron.sh
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/modules/dataset/files/kiwix-rsync-cron.sh 
b/modules/dataset/files/kiwix-rsync-cron.sh
index 3b056eb..f6d9b1f 100644
--- a/modules/dataset/files/kiwix-rsync-cron.sh
+++ b/modules/dataset/files/kiwix-rsync-cron.sh
@@ -9,9 +9,9 @@
     srcpath=$1
     destpath=$2
 
-    running=`pgrep -f -x "/usr/bin/rsync -rlptqgo $bwlimit 
${sourcehost}::${srcpath} ${destroot}/${destpath}"`
+    running=`pgrep -f -x "/usr/bin/rsync -rlptq $bwlimit 
${sourcehost}::${srcpath} ${destroot}/${destpath}"`
     if [ -z "$running" ]; then
-        /usr/bin/rsync -rlptqgo "$bwlimit" "${sourcehost}::${srcpath}" 
"${destroot}/${destpath}"
+        /usr/bin/rsync -rlptq "$bwlimit" "${sourcehost}::${srcpath}" 
"${destroot}/${destpath}"
     fi
 }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I5e1da78c136c2a632a044791988b69fde3b407a9
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: ArielGlenn <[email protected]>
Gerrit-Reviewer: ArielGlenn <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to