Chad has uploaded a new change for review.
https://gerrit.wikimedia.org/r/88127
Change subject: Moved scripts but didn't update paths
......................................................................
Moved scripts but didn't update paths
Change-Id: Icffd6a1460e431cdf5558cc1dbdc19a68df71c13
---
M maintenance/forceSearchIndex.php
M maintenance/updateOneSearchIndexConfig.php
M maintenance/updateSearchIndexConfig.php
3 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CirrusSearch
refs/changes/27/88127/1
diff --git a/maintenance/forceSearchIndex.php b/maintenance/forceSearchIndex.php
index 6564ce3..a36cda3 100644
--- a/maintenance/forceSearchIndex.php
+++ b/maintenance/forceSearchIndex.php
@@ -20,7 +20,7 @@
$IP = getenv( 'MW_INSTALL_PATH' );
if( $IP === false ) {
- $IP = __DIR__ . '/../..';
+ $IP = __DIR__ . '/../../..';
}
require_once( "$IP/maintenance/Maintenance.php" );
diff --git a/maintenance/updateOneSearchIndexConfig.php
b/maintenance/updateOneSearchIndexConfig.php
index 065228e..a701d84 100644
--- a/maintenance/updateOneSearchIndexConfig.php
+++ b/maintenance/updateOneSearchIndexConfig.php
@@ -20,7 +20,7 @@
$IP = getenv( 'MW_INSTALL_PATH' );
if( $IP === false ) {
- $IP = __DIR__ . '/../..';
+ $IP = __DIR__ . '/../../..';
}
require_once( "$IP/maintenance/Maintenance.php" );
/**
diff --git a/maintenance/updateSearchIndexConfig.php
b/maintenance/updateSearchIndexConfig.php
index 5d5bc72..4ce9ad9 100644
--- a/maintenance/updateSearchIndexConfig.php
+++ b/maintenance/updateSearchIndexConfig.php
@@ -20,7 +20,7 @@
$IP = getenv( 'MW_INSTALL_PATH' );
if( $IP === false ) {
- $IP = __DIR__ . '/../..';
+ $IP = __DIR__ . '/../../..';
}
require_once( "$IP/maintenance/Maintenance.php" );
/**
--
To view, visit https://gerrit.wikimedia.org/r/88127
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Icffd6a1460e431cdf5558cc1dbdc19a68df71c13
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CirrusSearch
Gerrit-Branch: master
Gerrit-Owner: Chad <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits