Nikerabbit has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/141251

Change subject: Output php before script name
......................................................................

Output php before script name

Otherwise buildChunks doesn't work for me

Change-Id: Ifbcd7fa7f0f0844f187b9728025349bc4bd2b7ad
---
M includes/MaintenanceChunkBuilder.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CirrusSearch 
refs/changes/51/141251/1

diff --git a/includes/MaintenanceChunkBuilder.php 
b/includes/MaintenanceChunkBuilder.php
index 7a3560a..677ec4f 100644
--- a/includes/MaintenanceChunkBuilder.php
+++ b/includes/MaintenanceChunkBuilder.php
@@ -33,7 +33,7 @@
                }
                for ( $id = $from; $id < $to; $id = $id + $chunkSize ) {
                        $chunkToId = min( $to, $id + $chunkSize );
-                       print $self;
+                       print "php $self";
                        foreach ( $options as $optName => $optVal ) {
                                if ( $optVal === null || $optVal === false || 
$optName === 'fromId' ||
                                                $optName === 'toId' || $optName 
=== 'buildChunks' ||

-- 
To view, visit https://gerrit.wikimedia.org/r/141251
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifbcd7fa7f0f0844f187b9728025349bc4bd2b7ad
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CirrusSearch
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to