Make critpath download cronjob silent
This commit is contained in:
parent
63a570eb9e
commit
f8852ed89c
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
||||||
cron:
|
cron:
|
||||||
name="download crithpath list"
|
name="download crithpath list"
|
||||||
special_time=daily
|
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
|
- 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
|
template: src=tmpfiles.d.trigger.conf.j2 dest=/etc/tmpfiles.d/trigger.conf owner=root group=root mode=0644
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue