forked from infra/ansible
releng: run sig_policy script daily instead of weekly
This script should be inexpensive to run, so it'd be nice to run it more frequently.
This commit is contained in:
parent
99e363981c
commit
3d93bf17bc
1 changed files with 1 additions and 1 deletions
|
|
@ -2,6 +2,6 @@
|
|||
# Runs the `sig_policy.py` script
|
||||
MAILTO=releng-cron@lists.fedoraproject.org
|
||||
PAGURE_API_TOKEN={{ fesco_sig_policy_src_token }}
|
||||
30 9 * * 1 root touch /tmp/fedora-compose-sig_policy && TMPDIR=`mktemp -d /tmp/sig_policy.XXXXXXXXXX` && chmod 755 $TMPDIR && cd $TMPDIR && git clone https://forge.fedoraproject.org/releng/tooling.git && cd tooling/infrastructure/fesco/sig-policy/ && python sig_policy.py && rm /tmp/fedora-compose-sig_policy
|
||||
30 9 * * * root touch /tmp/fedora-compose-sig_policy && TMPDIR=`mktemp -d /tmp/sig_policy.XXXXXXXXXX` && chmod 755 $TMPDIR && cd $TMPDIR && git clone https://forge.fedoraproject.org/releng/tooling.git && cd tooling/infrastructure/fesco/sig-policy/ && python sig_policy.py && rm /tmp/fedora-compose-sig_policy
|
||||
{% endif %}
|
||||
# This line left blank
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue