https://bugzilla.wikimedia.org/show_bug.cgi?id=61453
Daniel Zahn <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|PATCH_TO_REVIEW |RESOLVED Resolution|--- |FIXED --- Comment #10 from Daniel Zahn <[email protected]> --- merged, confirmed on zirconium. that just puppetized the live hack which was already working. so we should be done here. notice: /Stage[main]/Bugzilla::Reporter/Cron[bugzilla_reporter_cron]/ensure: created before, manual tmp. fix: 0 03 * * mon php -q /home/reporter/bugzilla_report.php | mail -s "Bugzilla Weekly Report" [email protected] > /dev/null now, puppet: 0 3 * * 1 php -q /home/reporter/bugzilla_report.php | mail -s "Bugzilla Weekly Report" [email protected] > /dev/null also removed the manual one and ran puppet twice. closing. -- 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
