From 490e9b1e805b298086e33ab3475f825cf94adce8 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 30 Apr 2015 09:42:35 +0200 Subject: [PATCH] Activate fedmenu on easyfix --- roles/easyfix/gather/files/easyfix.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/easyfix/gather/files/easyfix.cron b/roles/easyfix/gather/files/easyfix.cron index 317a721ee3..46d335d21f 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