Addshore has uploaded a new change for review. https://gerrit.wikimedia.org/r/300300
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(-) git pull ssh://gerrit.wikimedia.org:29418/analytics/wmde/scripts refs/changes/00/300300/1 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/300300 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I481f3d5c5a3b4dcfa34f592815ecb59fa7656adf Gerrit-PatchSet: 1 Gerrit-Project: analytics/wmde/scripts Gerrit-Branch: master Gerrit-Owner: Addshore <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
