Reedy has uploaded a new change for review. https://gerrit.wikimedia.org/r/93083
Change subject: Run sync-wikiversions AFTER all code is deployed ...................................................................... Run sync-wikiversions AFTER all code is deployed Change-Id: If1c8cfda64604acfd26ea8bd7f0e186b4ffe5c12 --- M files/scap/scap 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/83/93083/1 diff --git a/files/scap/scap b/files/scap/scap index 7b56a7f..31c14ec 100755 --- a/files/scap/scap +++ b/files/scap/scap @@ -60,9 +60,6 @@ # Disable logging export DOLOGMSGNOLOG=1 -# Builds wikiversions.cdb and syncs it to the apaches with the dat file -sync-wikiversions || die - echo 'Copying style sheets to apaches...' # Ignore errors from dsh since it gives an exit status of 1 on a connection timeout dsh -F30 -cM -g mediawiki-installation -o -oSetupTimeout=10 '/usr/local/bin/scap-1skins' @@ -82,6 +79,9 @@ dsh -F30 -cM -f "$NODEFILE" -o -oSetupTimeout=10 /usr/local/bin/scap-1 \""$RSYNC_SERVERS"\" echo 'Finished' +# Builds wikiversions.cdb and syncs it to the apaches with the dat file +sync-wikiversions || die + export DOLOGMSGNOLOG="" $BINDIR/dologmsg "!log $USER Finished syncing Wikimedia installation... : $*" $BINDIR/deploy2graphite scap -- To view, visit https://gerrit.wikimedia.org/r/93083 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If1c8cfda64604acfd26ea8bd7f0e186b4ffe5c12 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Reedy <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
