Tim Starling has submitted this change and it was merged. Change subject: Sync w at the same time as docroot ......................................................................
Sync w at the same time as docroot Change-Id: I3904d81fc094969900c3adce2b89ec79d119c250 --- M files/scap/sync-docroot 1 file changed, 3 insertions(+), 2 deletions(-) Approvals: Tim Starling: Verified; Looks good to me, approved diff --git a/files/scap/sync-docroot b/files/scap/sync-docroot index 2d80976..e911717 100755 --- a/files/scap/sync-docroot +++ b/files/scap/sync-docroot @@ -2,8 +2,9 @@ . /usr/local/lib/mw-deployment-vars.sh echo "Synchronizing $MW_COMMON_SOURCE/docroot to $MW_COMMON/docroot..." -dsh -cM -g mediawiki-installation -o -oSetupTimeout=30 -F30 -- "sudo -u mwdeploy rsync -a --no-perms $MW_RSYNC_HOST::common/docroot $MW_COMMON" +dsh -cM -g mediawiki-installation -o -oSetupTimeout=30 -F30 -- "sudo -u mwdeploy rsync -a --no-perms $MW_RSYNC_HOST::common/docroot $MW_RSYNC_HOST::common/w $MW_COMMON" +echo "done!" BINDIR=/usr/local/bin -$BINDIR/dologmsg "!log $USER synchronized docroot" +$BINDIR/dologmsg "!log $USER synchronized docroot and w" $BINDIR/deploy2graphite sync-docroot -- To view, visit https://gerrit.wikimedia.org/r/64449 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3904d81fc094969900c3adce2b89ec79d119c250 Gerrit-PatchSet: 3 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Reedy <[email protected]> Gerrit-Reviewer: Tim Starling <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
