SIG policy cron job
Signed-off-by: Patrik Polakovič <patrik@alphamail.org>
This commit is contained in:
parent
a1e6a14e17
commit
8dc4de4df7
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# Runs the `sig_policy.py` script
|
||||
MAILTO=releng-cron@lists.fedoraproject.org
|
||||
PAGURE_API_TOKEN={{ fesco-sig-policy-src-token }}
|
||||
PAGURE_API_TOKEN={{ fesco_sig_policy_src_token }}
|
||||
30 9 * * 1 root TMPDIR=`mktemp -d /tmp/sig_policy` && chmod 755 $TMPDIR && cd $TMPDIR && git clone https://pagure.io/releng.git && cd releng/scripts/fesco/sig-policy && python sig_policy.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue