Index: trunk/tools/make-wmf-branch/default.conf |
— | — | @@ -5,7 +5,7 @@ |
6 | 6 | |
7 | 7 | $normalExtensions = array( |
8 | 8 | 'AbuseFilter', |
9 | | - 'ActiveAbstract', |
| 9 | + 'ActiveAbstract', // Used as part of dumpBackup |
10 | 10 | 'AntiBot', |
11 | 11 | 'AntiSpoof', |
12 | 12 | 'ArticleFeedback', |
— | — | @@ -138,7 +138,7 @@ |
139 | 139 | ); |
140 | 140 | |
141 | 141 | $destBaseUrl = 'svn+ssh://svn.wikimedia.org/svnroot/mediawiki/branches/wmf'; |
142 | | -$mainSourceUrl = '^/branches/REL1_17'; |
| 142 | +$mainSourceUrl = '^/branches/REL1_18'; |
143 | 143 | $patches = array( |
144 | 144 | // NOTE: r81460 is a big rev |
145 | 145 | // memcached->APC in LanguageConverter. TODO: Ask Tim if this is needed |