diff options
| author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2015-04-30 09:42:35 +0200 |
|---|---|---|
| committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2015-04-30 09:42:45 +0200 |
| commit | 490e9b1e805b298086e33ab3475f825cf94adce8 (patch) | |
| tree | d04b384070534034904419bde5f02d2d35113f99 /roles/easyfix | |
| parent | 1f0799c9865d709305a8199d7cd0a120a45c38c4 (diff) | |
| download | ansible-490e9b1e805b298086e33ab3475f825cf94adce8.tar.gz ansible-490e9b1e805b298086e33ab3475f825cf94adce8.tar.xz ansible-490e9b1e805b298086e33ab3475f825cf94adce8.zip | |
Activate fedmenu on easyfix
Diffstat (limited to 'roles/easyfix')
| -rw-r--r-- | roles/easyfix/gather/files/easyfix.cron | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/easyfix/gather/files/easyfix.cron b/roles/easyfix/gather/files/easyfix.cron index 317a721ee..46d335d21 100644 --- a/roles/easyfix/gather/files/easyfix.cron +++ b/roles/easyfix/gather/files/easyfix.cron @@ -3,4 +3,4 @@ # 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 >& /dev/null +*/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 |
