jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/373287 )

Change subject: Move maintenance scripts to its own folder
......................................................................


Move maintenance scripts to its own folder

Seems standard on all other extensions.

Change-Id: Ifc8b0e032f26378504a2dfef45dc6695fe312ca1
---
R maintenance/cleanupArchiveUserText.php
R maintenance/renameUserCleanup.php
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Umherirrender: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/cleanupArchiveUserText.php b/maintenance/cleanupArchiveUserText.php
similarity index 97%
rename from cleanupArchiveUserText.php
rename to maintenance/cleanupArchiveUserText.php
index 9615794..25f7344 100644
--- a/cleanupArchiveUserText.php
+++ b/maintenance/cleanupArchiveUserText.php
@@ -2,7 +2,7 @@
 
 $IP = getenv( 'MW_INSTALL_PATH' );
 if ( $IP === false ) {
-       $IP = __DIR__ . '/../..';
+       $IP = __DIR__ . '/../../..';
 }
 
 require_once "$IP/maintenance/Maintenance.php";
diff --git a/renameUserCleanup.php b/maintenance/renameUserCleanup.php
similarity index 99%
rename from renameUserCleanup.php
rename to maintenance/renameUserCleanup.php
index 4aa8b49..91d92bc 100644
--- a/renameUserCleanup.php
+++ b/maintenance/renameUserCleanup.php
@@ -25,7 +25,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/373287
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ifc8b0e032f26378504a2dfef45dc6695fe312ca1
Gerrit-PatchSet: 4
Gerrit-Project: mediawiki/extensions/Renameuser
Gerrit-Branch: master
Gerrit-Owner: MarcoAurelio <maure...@tools.wmflabs.org>
Gerrit-Reviewer: Legoktm <lego...@member.fsf.org>
Gerrit-Reviewer: MarcoAurelio <maure...@tools.wmflabs.org>
Gerrit-Reviewer: Umherirrender <umherirrender_de...@web.de>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to