BryanDavis has uploaded a new change for review. https://gerrit.wikimedia.org/r/233651
Change subject: Revert "Run mw-install-mysql.sh with statement tracing" ...................................................................... Revert "Run mw-install-mysql.sh with statement tracing" This reverts commit a2cdf4f895f31c18f87a1af0296ac808567a0a75. Change-Id: I214c206f182f139f3c218e2950081552efd27205 --- M bin/mw-install-mysql.sh 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/integration/jenkins refs/changes/51/233651/1 diff --git a/bin/mw-install-mysql.sh b/bin/mw-install-mysql.sh index 16aa841..0ce58c4 100755 --- a/bin/mw-install-mysql.sh +++ b/bin/mw-install-mysql.sh @@ -1,4 +1,4 @@ -#!/bin/bash -xeu +#!/bin/bash -eu . /srv/deployment/integration/slave-scripts/bin/mw-setup.sh -- To view, visit https://gerrit.wikimedia.org/r/233651 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I214c206f182f139f3c218e2950081552efd27205 Gerrit-PatchSet: 1 Gerrit-Project: integration/jenkins Gerrit-Branch: master Gerrit-Owner: BryanDavis <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
