Addshore has submitted this change and it was merged. Change subject: Switch apiLogScanner.sh to php file ......................................................................
Switch apiLogScanner.sh to php file Change-Id: I481f3d5c5a3b4dcfa34f592815ecb59fa7656adf --- M cron/daily.12.sh 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Addshore: Verified; Looks good to me, approved diff --git a/cron/daily.12.sh b/cron/daily.12.sh index 2b108f9..0bf7521 100755 --- a/cron/daily.12.sh +++ b/cron/daily.12.sh @@ -11,4 +11,4 @@ fi # Logrotate is at 6:25, + time for rsync (hourly?), 12 gives us roughly 6 hours -eval "$1/src/wikidata/apiLogScanner.sh" \ No newline at end of file +eval "$1/src/wikidata/apiLogScanner.php" \ No newline at end of file -- To view, visit https://gerrit.wikimedia.org/r/300303 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I481f3d5c5a3b4dcfa34f592815ecb59fa7656adf Gerrit-PatchSet: 1 Gerrit-Project: analytics/wmde/scripts Gerrit-Branch: production Gerrit-Owner: Addshore <[email protected]> Gerrit-Reviewer: Addshore <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
