jenkins-bot has submitted this change and it was merged.
Change subject: update.php: Run checkComposerLockUpToDate.php
......................................................................
update.php: Run checkComposerLockUpToDate.php
As suggested on wikitech-l
Change-Id: If9cde3aafb136c7194e74e6f7f0bae0b49e36465
---
M maintenance/update.php
1 file changed, 4 insertions(+), 0 deletions(-)
Approvals:
Reedy: Looks good to me, approved
Jforrester: Looks good to me, but someone else must approve
jenkins-bot: Verified
diff --git a/maintenance/update.php b/maintenance/update.php
index d1d17cf..8ab1ddb 100755
--- a/maintenance/update.php
+++ b/maintenance/update.php
@@ -131,6 +131,10 @@
wfCountdown( 5 );
}
+ // Check external dependencies are up to date
+ $composerLockUpToDate = $this->runChild(
'CheckComposerLockUpToDate' );
+ $composerLockUpToDate->execute();
+
# Attempt to connect to the database as a privileged user
# This will vomit up an error if there are permissions problems
$db = wfGetDB( DB_MASTER );
--
To view, visit https://gerrit.wikimedia.org/r/185592
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If9cde3aafb136c7194e74e6f7f0bae0b49e36465
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
Gerrit-Reviewer: BryanDavis <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Parent5446 <[email protected]>
Gerrit-Reviewer: Physikerwelt <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
Gerrit-Reviewer: saper <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits