Ladsgroup has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/345619 )

Change subject: Enable ORES review tool in hewiki
......................................................................

Enable ORES review tool in hewiki

After deploying these actions need to be done in the given order:
1- Create tables ores_model and ores_classification (see sql folder in the 
extension)
(mwscript maintenance/sql.php --wiki=hewiki 
extensions/ORES/sql/(ores_model|ores_classification).sql
2- Run this maintenance script: 
extensions/ORES/maintenance/CheckModelVersions.php
It should take a second to finish
3- Run this maintenance script: extensions/ORES/maintenance/PopulateDatabase.php
This one may take a minute or two.

Bug: T161621
Change-Id: I9b2a702a3f1b01cf05223ecd7555e42fc35547f8
---
M wmf-config/InitialiseSettings.php
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/19/345619/1

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 8501028..bf0a9ac 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -18036,6 +18036,7 @@
        'enwiki' => true, // T140003
        'cswiki' => true, // T151611
        'etwiki' => true, // T159609
+       'hewiki' => true, // T161621
 ],
 'wgOresExtensionStatus' => [
        'default' => 'beta',
@@ -18062,6 +18063,7 @@
        'enwiki' => [ 'hard' => 0.17, 'soft' => 0.49, 'softest' => 0.96 ], // 
T140003
        'cswiki' => [ 'hard' => 0.45, 'soft' => 0.8, 'softest' => 0.88 ], // 
T151611
        'etwiki' => [ 'hard' => 0.34, 'soft' => 0.62, 'softest' => 0.95 ], // 
T159609
+       'hewiki' => [ 'hard' => 0.07, 'soft' => 0.50, 'softest' => 0.94 ], // 
T161621
 ],
 'wgOresEnabledNamespaces' => [
        'default' => [],

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9b2a702a3f1b01cf05223ecd7555e42fc35547f8
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Ladsgroup <[email protected]>

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

Reply via email to