Index: trunk/extensions/ExtensionDistributor/svn-invoker.php |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | exit( 1 ); |
11 | 11 | } |
12 | 12 | |
13 | | -$wgExtDistWorkingCopy = '/home/wikipedia/ExtensionDistributor/mw-snapshot'; |
| 13 | +$wgExtDistWorkingCopy = '/mnt/upload5/private/ExtensionDistributor/mw-snapshot'; |
14 | 14 | svnExecute(); |
15 | 15 | |
16 | 16 | function svnValidate( $s ) { |
Index: trunk/extensions/ExtensionDistributor/ExtensionDistributor.php |
— | — | @@ -24,24 +24,7 @@ |
25 | 25 | * To add a branch, first check out the new branch in $wgExtDistWorkingCopy, and |
26 | 26 | * then add it here. Do not add a branch here without first checking it out. |
27 | 27 | */ |
28 | | -$wgExtDistBranches = array( |
29 | | - 'trunk' => array( |
30 | | - 'tarLabel' => 'trunk', |
31 | | - 'msgName' => 'extdist-current-version', |
32 | | - ), |
33 | | - 'branches/REL1_14' => array( |
34 | | - 'tarLabel' => 'MW1.14', |
35 | | - 'name' => '1.14.x', |
36 | | - ), |
37 | | - 'branches/REL1_13' => array( |
38 | | - 'tarLabel' => 'MW1.13', |
39 | | - 'name' => '1.13.x', |
40 | | - ), |
41 | | - 'branches/REL1_12' => array( |
42 | | - 'tarLabel' => 'MW1.12', |
43 | | - 'name' => '1.12.x', |
44 | | - ), |
45 | | -); |
| 28 | +$wgExtDistBranches = array(); |
46 | 29 | |
47 | 30 | /** Remote socket for svn-invoker.php (optional) */ |
48 | 31 | $wgExtDistRemoteClient = false; |