diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-03-14 18:34:33 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-03-14 18:34:33 +0000 |
commit | af619ea74896836cfc649ff7b9d2e7e3800f57d8 (patch) | |
tree | 6ffce282fbd1533679715e3cca92bf43ca7cea85 | |
parent | b3207a4c049a4629229f693d27838d8673baa27a (diff) |
Put Kasabi import script on cron.
-rw-r--r-- | conf/crontab.ugly | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/crontab.ugly b/conf/crontab.ugly index 8c52c898d..530fc084b 100644 --- a/conf/crontab.ugly +++ b/conf/crontab.ugly @@ -35,3 +35,7 @@ MAILTO=cron-!!(*= $site *)!!@mysociety.org 43 2 * * * !!(*= $user *)!! /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/problem-creation-graph 00 8 * * * !!(*= $user *)!! /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/check-for-zombies !!(*= $user *)!! +!!(* } if ($vhost eq 'www.fixmystreet.com') { *)!! +10 * * * * !!(*= $user *)!! /data/vhost/!!(*= $vhost *)!!/fixmystreet-virtualenv/bin/python /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/kasabi +!!(* } *)!! + |