[MediaWiki-commits] [Gerrit] Remove unused $wmfHostnames['bits'] configuration - change (operations/mediawiki-config)

2016-04-18 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: Remove unused $wmfHostnames['bits'] configuration
..


Remove unused $wmfHostnames['bits'] configuration

Checked all occurrences of "bits" or "$wmfHostnames". The only
match is the definition. No loops or variable bracket access.

Bug: T107430
Change-Id: I1547834441de858a74a1bfaa4d418aeaccaa0e72
---
M wmf-config/CommonSettings.php
1 file changed, 1 insertion(+), 4 deletions(-)

Approvals:
  Ori.livneh: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index bcbb42d..1a987f9 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -59,7 +59,6 @@
 # 'meta': meta wiki for user editable content
 # 'upload'  : hostname where files are hosted
 # 'wikidata': hostname for the data repository
-# 'bits': for load.php and js/css assets
 # Whenever all realms/datacenters should use the same host, do not use
 # $wmfHostnames but use the hardcoded hostname instead. A good example are the
 # spam blacklists hosted on meta.wikimedia.org which you will surely want to
@@ -67,7 +66,6 @@
 $wmfHostnames = array();
 switch( $wmfRealm ) {
 case 'labs':
-   $wmfHostnames['bits'] = 'bits.beta.wmflabs.org';
$wmfHostnames['meta'] = 'meta.wikimedia.beta.wmflabs.org';
$wmfHostnames['test'] = 'test.wikimedia.beta.wmflabs.org';
$wmfHostnames['upload']   = 'upload.beta.wmflabs.org';
@@ -75,7 +73,6 @@
break;
 case 'production':
 default:
-   $wmfHostnames['bits']   = 'bits.wikimedia.org';
$wmfHostnames['meta']   = 'meta.wikimedia.org';
$wmfHostnames['test']   = 'test.wikipedia.org';
$wmfHostnames['upload'] = 'upload.wikimedia.org';
@@ -497,7 +494,7 @@
$wgFileExtensions[] = 'dv';
$wgFileExtensions[] = 'avi';
$wgFileExtensions[] = 'mov';
-   $wgFileExtensions[] = 'mp3'; // for Jay for fundraising bits
+   $wgFileExtensions[] = 'mp3'; // for Jay for fundraising files
$wgFileExtensions[] = 'aif'; // "
$wgFileExtensions[] = 'aiff'; // "
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I1547834441de858a74a1bfaa4d418aeaccaa0e72
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Krinkle 
Gerrit-Reviewer: BBlack 
Gerrit-Reviewer: Florianschmidtwelzow 
Gerrit-Reviewer: Krinkle 
Gerrit-Reviewer: Ori.livneh 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] Remove unused $wmfHostnames['bits'] configuration - change (operations/mediawiki-config)

2016-04-18 Thread Krinkle (Code Review)
Krinkle has uploaded a new change for review.

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

Change subject: Remove unused $wmfHostnames['bits'] configuration
..

Remove unused $wmfHostnames['bits'] configuration

Checked all occurrences of "bits" or "$wmfHostnames". The only
match is the definition. No loops or variable bracket access.

Bug: T107430
Change-Id: I1547834441de858a74a1bfaa4d418aeaccaa0e72
---
M wmf-config/CommonSettings.php
1 file changed, 1 insertion(+), 4 deletions(-)


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

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 410f106..1a8d82a 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -59,7 +59,6 @@
 # 'meta': meta wiki for user editable content
 # 'upload'  : hostname where files are hosted
 # 'wikidata': hostname for the data repository
-# 'bits': for load.php and js/css assets
 # Whenever all realms/datacenters should use the same host, do not use
 # $wmfHostnames but use the hardcoded hostname instead. A good example are the
 # spam blacklists hosted on meta.wikimedia.org which you will surely want to
@@ -67,7 +66,6 @@
 $wmfHostnames = array();
 switch( $wmfRealm ) {
 case 'labs':
-   $wmfHostnames['bits'] = 'bits.beta.wmflabs.org';
$wmfHostnames['meta'] = 'meta.wikimedia.beta.wmflabs.org';
$wmfHostnames['test'] = 'test.wikimedia.beta.wmflabs.org';
$wmfHostnames['upload']   = 'upload.beta.wmflabs.org';
@@ -75,7 +73,6 @@
break;
 case 'production':
 default:
-   $wmfHostnames['bits']   = 'bits.wikimedia.org';
$wmfHostnames['meta']   = 'meta.wikimedia.org';
$wmfHostnames['test']   = 'test.wikipedia.org';
$wmfHostnames['upload'] = 'upload.wikimedia.org';
@@ -497,7 +494,7 @@
$wgFileExtensions[] = 'dv';
$wgFileExtensions[] = 'avi';
$wgFileExtensions[] = 'mov';
-   $wgFileExtensions[] = 'mp3'; // for Jay for fundraising bits
+   $wgFileExtensions[] = 'mp3'; // for Jay for fundraising files
$wgFileExtensions[] = 'aif'; // "
$wgFileExtensions[] = 'aiff'; // "
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1547834441de858a74a1bfaa4d418aeaccaa0e72
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Krinkle 

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