1
0
Fork 0
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:
Maxwell G 2026-07-06 11:03:15 -05:00 committed by Kevin Fenzi
commit 3d93bf17bc

View file

@ -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