jenkins-bot has submitted this change and it was merged. Change subject: Make ExportCache executable ......................................................................
Make ExportCache executable Change-Id: I38ccaa9a4f8047bce3ab29bc42894463c4ba3341 --- M maintenance/ExportCache.php 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Physikerwelt: Looks good to me, approved jenkins-bot: Verified diff --git a/maintenance/ExportCache.php b/maintenance/ExportCache.php old mode 100644 new mode 100755 index aadabde..979d3cc --- a/maintenance/ExportCache.php +++ b/maintenance/ExportCache.php @@ -1,3 +1,4 @@ +#!/usr/bin/env php <?php /** * -- To view, visit https://gerrit.wikimedia.org/r/284371 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I38ccaa9a4f8047bce3ab29bc42894463c4ba3341 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/MathSearch Gerrit-Branch: master Gerrit-Owner: Physikerwelt <[email protected]> Gerrit-Reviewer: Dyiop <[email protected]> Gerrit-Reviewer: Hcohl <[email protected]> Gerrit-Reviewer: Physikerwelt <[email protected]> Gerrit-Reviewer: Whyameri <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
