Make critpath download cronjob silent

This commit is contained in:
Martin Krizek 2016-06-01 17:50:22 +00:00
parent 63a570eb9e
commit f8852ed89c

View file

@ -47,7 +47,7 @@
cron:
name="download crithpath list"
special_time=daily
job="wget -O {{ trigger_critpath_file }} {{ trigger_critpath_url }} && chown fedmsg:fedmsg {{ trigger_critpath_file }}"
job="{ wget -O {{ trigger_critpath_file }} {{ trigger_critpath_url }}; chown fedmsg:fedmsg {{ trigger_critpath_file }}; } >& /dev/null"
- name: copy tmpfiles.d for trigger distgit cache
template: src=tmpfiles.d.trigger.conf.j2 dest=/etc/tmpfiles.d/trigger.conf owner=root group=root mode=0644