Southparkfan has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/199947

Change subject: Use always metawiki.labsdb server
......................................................................

Use always metawiki.labsdb server

Change-Id: I1a940b6af6a941ca5e6a4cf0cc024a053d96764c
---
M bots/slaves/irc-wmt-blocks-systemmessages-purge.php
M bots/slaves/irc-wmt-delete-systemmessages-purge.php
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/WMT 
refs/changes/47/199947/1

diff --git a/bots/slaves/irc-wmt-blocks-systemmessages-purge.php 
b/bots/slaves/irc-wmt-blocks-systemmessages-purge.php
index 7bc0c73..0d1acf4 100644
--- a/bots/slaves/irc-wmt-blocks-systemmessages-purge.php
+++ b/bots/slaves/irc-wmt-blocks-systemmessages-purge.php
@@ -24,7 +24,7 @@
 
 // Getting the list of the wiki channels (wmirc)
 $replica_mycnf = parse_ini_file( __DIR__ . "/../../replica.my.cnf" );
-$mysql = new MySQLi ( 'zuwiki.labsdb', $replica_mycnf['user'], 
$replica_mycnf['password'], 'meta_p' );
+$mysql = new MySQLi ( 'metawiki.labsdb', $replica_mycnf['user'], 
$replica_mycnf['password'], 'meta_p' );
 unset( $toolserver_mycnf );
 
 $query = "SELECT `dbname`,`slice`,`url` FROM `wiki` WHERE `is_closed`=0 ORDER 
BY `slice`";
diff --git a/bots/slaves/irc-wmt-delete-systemmessages-purge.php 
b/bots/slaves/irc-wmt-delete-systemmessages-purge.php
index bcc3aa3..bd2f858 100644
--- a/bots/slaves/irc-wmt-delete-systemmessages-purge.php
+++ b/bots/slaves/irc-wmt-delete-systemmessages-purge.php
@@ -24,7 +24,7 @@
 
 // Getting the list of the wiki channels (wmirc)
 $replica_mycnf = parse_ini_file( __DIR__ . "/../../replica.my.cnf" );
-$mysql = new MySQLi ( 'zuwiki.labsdb', $replica_mycnf['user'], 
$replica_mycnf['password'], 'meta_p' );
+$mysql = new MySQLi ( 'metawiki.labsdb', $replica_mycnf['user'], 
$replica_mycnf['password'], 'meta_p' );
 unset( $toolserver_mycnf );
 
 $query = "SELECT `dbname`,`slice`,`url` FROM `wiki` WHERE `is_closed`=0 ORDER 
BY `slice`";

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1a940b6af6a941ca5e6a4cf0cc024a053d96764c
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/WMT
Gerrit-Branch: master
Gerrit-Owner: Southparkfan <southparkfan...@hotmail.com>

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

Reply via email to