mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 21:41:53 +08:00
7 lines
362 B
Plaintext
7 lines
362 B
Plaintext
# Sends the reminder about coming meetings
|
|
#
|
|
# The frequency set here should be consistent with the one set in the
|
|
# configuration file.
|
|
#
|
|
*/30 * * * * apache cd /srv/web/easyfix && /usr/bin/python /usr/local/bin/gather_easyfix.py --fedmenu-url="https://apps.fedoraproject.org/fedmenu" --fedmenu-data-url="https://apps.fedoraproject.org/js/data.js" >& /dev/null
|