r97086 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97085‎ | r97086 | r97087 >
Date:19:00, 14 September 2011
Author:reedy
Status:resolved (Comments)
Tags:
Comment:
Update make-wmf-branch/default.conf per http://etherpad.wikimedia.org/118make-wmf-branch
Modified paths:
  • /trunk/tools/make-wmf-branch/default.conf (modified) (history)

Diff [purge]

Index: trunk/tools/make-wmf-branch/default.conf
@@ -18,7 +18,6 @@
1919 'cldr',
2020 'ClickTracking',
2121 'ClientSide',
22 - 'CodeReview',
2322 'Collection',
2423 'CommunityApplications',
2524 'CommunityHiring',
@@ -37,7 +36,7 @@
3837 'ExpandTemplates',
3938 'ExtensionDistributor',
4039 'FlaggedRevs',
41 - 'FormPreloadPostCache',
 40+ 'FormPreloadPostCache', // Foundation wiki
4241 'Gadgets',
4342 'GlobalBlocking',
4443 'GlobalUsage',
@@ -46,12 +45,10 @@
4746 'InputBox',
4847 'intersection',
4948 'LabeledSectionTransclusion',
 49+ 'LiquidThreads',
5050 'LocalisationUpdate',
5151 'MWSearch',
5252 'Math',
53 - 'MobileFrontend',
54 - 'Moodbar',
55 - 'Narayam',
5653 'NewUserMessage',
5754 'normal',
5855 'Nuke',
@@ -72,12 +69,12 @@
7370 'Renameuser',
7471 'RSS',
7572 'ScanSet',
76 - 'SecurePoll',
 73+ 'SecurePoll', // Maybe move to specials?
7774 'SimpleAntiSpam',
7875 'SimpleSurvey',
7976 'SiteMatrix',
80 - 'SkinPerPage',
81 - 'skins',
 77+ 'SkinPerPage', // Foundation wiki
 78+ 'skins', // Foundation wiki
8279 'SlippyMap',
8380 'SpamBlacklist',
8481 'StrategyWiki',
@@ -92,7 +89,6 @@
9390 'TrustedXFF',
9491 'UnicodeConverter',
9592 'UploadBlacklist',
96 - 'UploadWizard',
9793 'UserDailyContribs',
9894 'UserThrottle',
9995 'Vector',
@@ -100,20 +96,30 @@
10197 'wikidiff2',
10298 'wikihiero',
10399 'WikiEditor',
104 - 'WikiLove',
105 - 'WikimediaIncubator',
106100 'WikimediaMessages',
107101 );
108102
 103+# Extensions that are updated to trunk in deployment, so we want to keep that version
 104+# into the new branch
109105 $specialExtensions = array(
110 - 'LiquidThreads' => '^/branches/wmf/1.16wmf4/extensions/LiquidThreads',
111 - 'CentralNotice' => '^/branches/wmf/1.16wmf4/extensions/CentralNotice',
112 - 'ContributionReporting' => '^/branches/wmf/1.16wmf4/extensions/ContributionReporting',
113 - 'ContributionTracking' => '^/branches/wmf/1.16wmf4/extensions/ContributionTracking',
114 - 'DonationInterface' => '^/branches/wmf/1.16wmf4/extensions/DonationInterface',
115 - 'FundraiserPortal' => '^/branches/wmf/1.16wmf4/extensions/FundraiserPortal',
116 - 'LandingCheck' => '^/branches/wmf/1.16wmf4/extensions/LandingCheck',
117 - 'VariablePage' => '^/branches/wmf/1.16wmf4/extensions/VariablePage',
 106+
 107+ // Fundraising
 108+ 'CentralNotice' => '^/branches/wmf/1.17wmf1/extensions/CentralNotice', // Updated in 1.17wmf1
 109+ 'ContributionReporting' => '^/branches/wmf/1.17wmf1/extensions/ContributionReporting', // NOT updated in 1.17wmf1
 110+ 'ContributionTracking' => '^/branches/wmf/1.17wmf1/extensions/ContributionTracking', // Updated in 1.17wmf1
 111+ 'DonationInterface' => '^/branches/wmf/1.17wmf1/extensions/DonationInterface', // NOT updated in 1.17wmf1
 112+ 'FundraiserPortal' => '^/branches/wmf/1.17wmf1/extensions/FundraiserPortal', // NOT updated in 1.17wmf1
 113+ 'LandingCheck' => '^/branches/wmf/1.17wmf1/extensions/LandingCheck', // Updated in 1.17wmf1
 114+ 'VariablePage' => '^/branches/wmf/1.17wmf1/extensions/VariablePage', // NOT updated in 1.17wmf1
 115+
 116+ 'CodeReview' => '^/branches/wmf/1.17wmf1/extensions/CodeReview',
 117+ 'MobileFrontend' => '^/branches/wmf/1.17wmf1/extensions/MobileFrontend',
 118+ 'MoodBar' => '^/branches/wmf/1.17wmf1/extensions/MoodBar',
 119+ 'Narayam' => '^/branches/wmf/1.17wmf1/extensions/Narayam',
 120+ 'TitleBlacklist' => '^/branches/wmf/1.17wmf1/extensions/TitleBlacklist',
 121+ 'UploadWizard' => '^/branches/wmf/1.17wmf1/extensions/UploadWizard',
 122+ 'WikiLove' => '^/branches/wmf/1.17wmf1/extensions/WikiLove',
 123+ 'WikimediaIncubator' => '^/branches/wmf/1.17wmf1/extensions/WikimediaIncubator',
118124 );
119125
120126 $preservedItems = array(
@@ -134,23 +140,16 @@
135141 $destBaseUrl = 'svn+ssh://svn.wikimedia.org/svnroot/mediawiki/branches/wmf';
136142 $mainSourceUrl = '^/branches/REL1_17';
137143 $patches = array(
138 - # Needs conflict resolution
139 - # array( 'rev' => 56394, 'base' => '^/branches/wmf/1.16wmf3' ),
140 -
 144+ // NOTE: r81460 is a big rev
141145 // memcached->APC in LanguageConverter. TODO: Ask Tim if this is needed
142 - array( 'rev' => 60970, 'base' => '^/branches/wmf/1.16wmf3' ),
 146+ array( 'rev' => 81460, 'base' => '^/branches/wmf/1.17wmf1' ),
143147
144 - // Suppress logging DB reconnections if more than 5 mins have elapsed
145 - array( 'rev' => 67177, 'base' => '^/branches/wmf/1.16wmf4' ),
146 -
147148 // Reduce cache size for RepoGroup cache
148 - array( 'rev' => 69199, 'base' => '^/branches/wmf/1.16wmf4' ),
 149+ array( 'rev' => 81460, 'base' => '^/branches/wmf/1.17wmf1' ),
149150
 151+ // Is this still needed?
150152 // Protect against fatals in Profiler.php
151153 array( 'rev' => 76243, 'base' => '^/branches/wmf/1.16wmf4' ),
152 -
153 - // thumb.php hack for thumbs of temp files
154 - array( 'rev' => 77266, 'base' => '^/branches/wmf/1.16wmf4' ),
155154 );
156155
157156 $dryRun = false;

Sign-offs

UserFlagDate
Aaron Schulzinspected22:35, 16 September 2011

Comments

#Comment by Aaron Schulz (talk | contribs)   22:34, 16 September 2011

I guess $mainSourceUrl still has to be updated and a patch setting the MW version in defaultsettings.php is needed.

#Comment by Reedy (talk | contribs)   22:37, 16 September 2011

Do we actually need a "patch" in the sense of this config/script? Or just make that the first manual commit afterwards?

Status & tagging log