diff options
| author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2014-10-16 11:43:48 +0200 |
|---|---|---|
| committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2014-10-16 11:43:57 +0200 |
| commit | dd603d202b3da32e1f097cd8c64bd9eb21e4e560 (patch) | |
| tree | 2b548aa71260d6c62ec4cfa87416411bea76d2d0 | |
| parent | b9cf8da7ecadcb0532def9630a9a1eb97755707c (diff) | |
Adjust anitya's backend cron job
| -rw-r--r-- | roles/anitya/backend/files/anitya.cron | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/anitya/backend/files/anitya.cron b/roles/anitya/backend/files/anitya.cron index 0e2adbdcb..036a48325 100644 --- a/roles/anitya/backend/files/anitya.cron +++ b/roles/anitya/backend/files/anitya.cron @@ -1,3 +1,3 @@ # Checks bi-daily for new versions # -10 /12 * * * root ANITYA_WEB_CONFIG=/etc/anitya/anitya.cfg /usr/bin/python2 /usr/share/anitya/anitya_cron.py +10 */12 * * * root ANITYA_WEB_CONFIG=/etc/anitya/anitya.cfg /usr/bin/python2 /usr/share/anitya/anitya_cron.py |
