jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/397719 )

Change subject: Have ExtensionDistributor treat REL1_30 as stable
......................................................................


Have ExtensionDistributor treat REL1_30 as stable

Change-Id: I9672c1cf8c5083c985afe95516af86f819a9f417
---
M wmf-config/CommonSettings.php
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 3bc58e3..479f817 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -999,10 +999,10 @@
        ];
 
        // Current stable release
-       $wgExtDistDefaultSnapshot = 'REL1_29';
+       $wgExtDistDefaultSnapshot = 'REL1_30';
 
        // Current development snapshot
-       $wgExtDistCandidateSnapshot = 'REL1_30';
+       // $wgExtDistCandidateSnapshot = 'REL1_31';
 
        // Available snapshots
        $wgExtDistSnapshotRefs = [

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9672c1cf8c5083c985afe95516af86f819a9f417
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Legoktm <lego...@member.fsf.org>
Gerrit-Reviewer: Legoktm <lego...@member.fsf.org>
Gerrit-Reviewer: Urbanecm <martin.urba...@wikimedia.cz>
Gerrit-Reviewer: Zoranzoki21 <zorandori4...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to