Reedy has submitted this change and it was merged.

Change subject: (bug 44285) config changes for eswikivoyage
......................................................................


(bug 44285) config changes for eswikivoyage

Change-Id: I7c1cb660aa36cafd1cf3114781e312f568927704
---
M wmf-config/InitialiseSettings.php
1 file changed, 11 insertions(+), 0 deletions(-)

Approvals:
  Reedy: Verified; Looks good to me, approved



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 9e4cf78..68143e2 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -4049,6 +4049,7 @@
        'arwiki' => 50, // Bug 12123
        'enwiki' => 10, // Bug 14191
        'eswiki' => 50, // Bug 13261
+       'eswikivoyage' => 25, // bug 44285
        'fawiki' => 10, // Bug 43630
        'itwiktionary' => 10, // Bug 22274
        'jawiki' => 10, // Bug 40270
@@ -6872,6 +6873,10 @@
                'editprotected' => array( 'editprotected' => true ),
                'flood' => array( 'bot' => true ),
        ),
+       'eswikivoyage' => array(
+               'rollbacker' => array( 'rollback' => true ),
+               'patroller' => array( 'patrol' => true ),
+       ), // bug 44285
        // http://bugzilla.wikimedia.org/show_bug.cgi?id=7152
        'eswiktionary' => array(
                'user' => array( 'upload' => false ),
@@ -7683,6 +7688,9 @@
        '+eswikinews' => array(
                'bureaucrat' => array( 'editprotected', 'flood', ),
        ),
+       '+eswikivoyage' => array(
+               'sysop' => array( 'rollbacker', 'patroller', ),
+       ), // bug 44285
        '+eswiktionary' => array(
                'bureaucrat' => array( 'autopatrolled', 'patroller', 
'rollbacker' ),
        ),
@@ -8085,6 +8093,9 @@
        '+eswikinews' => array(
                'bureaucrat' => array( 'editprotected', 'flood', ),
        ),
+       '+eswikivoyage' => array(
+               'sysop' => array( 'rollbacker', 'patroller', ),
+       ), // bug 44285
        '+eswiktionary' => array(
                'bureaucrat' => array( 'autopatrolled', 'patroller', 
'rollbacker' ),
        ),

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7c1cb660aa36cafd1cf3114781e312f568927704
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: MF-Warburg <[email protected]>
Gerrit-Reviewer: Odder <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to