https://bugzilla.wikimedia.org/show_bug.cgi?id=52329
--- Comment #31 from Daniel Zahn <[email protected]> --- took a look at the cron on ytterbium crontab -u gerrit2 -l * 1 * * * ssh -p 29418 localhost gerrit gsql --format JSON_SINGLE -c "'SELECT changes.change_id AS change_id, COUNT(DISTINCT patch_set_approvals.account_id) AS reviewer_count FROM changes LEFT JOIN patch_set_approvals ON (changes.change_id = patch_set_approvals.change_id) GROUP BY changes.change_id'" > /var/www/reviewer-counts.json looked normal, ran it with sudo -u gerrit2, it created the file just fine. i chowned it to gerrit2. try it now http://gerrit.wikimedia.org/reviewer-counts.json -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
