Blockerbugs: adding chronic to cron sync to reduce cron emails

This commit is contained in:
Tim Flink 2019-06-20 11:40:38 +00:00
parent 6ee5bfe5df
commit e2147f0ba3
2 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,2 @@
MAILTO="sysadmin-qa-members@fedoraproject.org" MAILTO="sysadmin-qa-members@fedoraproject.org"
*/30 * * * * blockerbugs blockerbugs sync > /dev/null */30 * * * * blockerbugs chronic blockerbugs sync > /dev/null

View File

@ -18,6 +18,8 @@
- python-bugzilla - python-bugzilla
- blockerbugs - blockerbugs
- python-bunch - python-bunch
# this is for chronic which helps get rid of excess cron emails
- moreutils
tags: tags:
- packages - packages
- blockerbugs - blockerbugs