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

Change subject: Move maintenance script to own folder
......................................................................


Move maintenance script to own folder

Without alias under old name, because it should not be run from cron.

Change-Id: Ic3423580b01b129e331d85a6f4fd38534fa64a62
---
R maintenance/switchExperimentPrefs.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/switchExperimentPrefs.php b/maintenance/switchExperimentPrefs.php
similarity index 98%
rename from switchExperimentPrefs.php
rename to maintenance/switchExperimentPrefs.php
index 26d6245..5c47029 100644
--- a/switchExperimentPrefs.php
+++ b/maintenance/switchExperimentPrefs.php
@@ -1,6 +1,6 @@
 <?php
 
-$path = '../..';
+$path = '../../..';
 
 if ( getenv( 'MW_INSTALL_PATH' ) !== false ) {
        $path = getenv( 'MW_INSTALL_PATH' );

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic3423580b01b129e331d85a6f4fd38534fa64a62
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CollapsibleVector
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to