r115096 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r115095‎ | r115096 | r115097 >
Date:20:48, 30 April 2012
Author:reedy
Status:ok
Tags:
Comment:
GeSHi isn't symlinked now as we include a copy in our git repo
Modified paths:
  • /trunk/tools/mwmultiversion/multiversion/checkoutMediaWiki (modified) (history)

Diff [purge]

Index: trunk/tools/mwmultiversion/multiversion/checkoutMediaWiki
@@ -137,14 +137,6 @@
138138 if ( !file_exists( $libDir ) ) {
139139 mkdir( $libDir, 0775 );
140140 }
141 - $path = "$libDir/geshi";
142 - if ( !file_exists( $path ) ) {
143 - if ( symlink( "../../lib/geshi", $path ) ) {
144 - print "Created php-$dstVersionNum/lib/geshi symlink.\n";
145 - }
146 - } else {
147 - print "Symlink file already exists: $path\n";
148 - }
149141
150142 # Create l10n cache dir
151143 $l10nDir = "$destIP/cache/l10n";

Status & tagging log