r97732 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97731‎ | r97732 | r97733 >
Date:13:45, 21 September 2011
Author:reedy
Status:ok
Tags:
Comment:
Commit updated default.conf

Add WikimediaMaintenance, don't keep maintenance scripts (now in WM)

Add some patch revisions that need porting to the branch if a new deployment branch is created
Modified paths:
  • /trunk/tools/make-wmf-branch/default.conf (modified) (history)

Diff [purge]

Index: trunk/tools/make-wmf-branch/default.conf
@@ -94,6 +94,7 @@
9595 'wikidiff2',
9696 'wikihiero',
9797 'WikiEditor',
 98+ 'WikimediaMaintenance',
9899 'WikimediaMessages',
99100 );
100101
@@ -123,12 +124,6 @@
124125
125126 $preservedItems = array(
126127 'StartProfiler.php',
127 - 'math/GNUmakefile',
128 - 'maintenance/jobs-loop.sh',
129 - 'maintenance/jeluf.php',
130 - 'maintenance/storage/testRctComplete.php',
131 - 'maintenance/storage/make-all-blobs',
132 -
133128 'extensions/FlaggedRevs/maintenance/wikimedia-periodic-update.sh',
134129 );
135130
@@ -139,14 +134,10 @@
140135 $destBaseUrl = 'svn+ssh://svn.wikimedia.org/svnroot/mediawiki/branches/wmf';
141136 $mainSourceUrl = '^/branches/REL1_18';
142137 $patches = array(
143 - // NOTE: r81460 is a big rev
144 - // memcached->APC in LanguageConverter. TODO: Ask Tim if this is needed
145 - // Reduce cache size for RepoGroup cache
146 - // array( 'rev' => 81460, 'base' => '^/branches/wmf/1.17wmf1' ),
147 -
148 - // Is this still needed?
149 - // Protect against fatals in Profiler.php
150 - // array( 'rev' => 76243, 'base' => '^/branches/wmf/1.16wmf4' ),
 138+ array( 'rev' => 97505, 'base' => '^/branches/wmf/1.18wmf1' ),
 139+ array( 'rev' => 97508, 'base' => '^/branches/wmf/1.18wmf1' ),
 140+ array( 'rev' => 97509, 'base' => '^/branches/wmf/1.18wmf1' ),
 141+ array( 'rev' => 97512, 'base' => '^/branches/wmf/1.18wmf1' ),
151142 );
152143
153144 $dryRun = false;

Status & tagging log