diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-03-14 10:37:41 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-03-14 10:37:41 +0000 |
commit | 85ed45239a70f41afc8446cfc0f53acaffdeee3f (patch) | |
tree | 0a30d8db5d46628d37e3728eea15394245592c52 /conf/crontab.ugly | |
parent | 1d2bf7c4c9d00ac25b715a3797c9a7f5bd9c170c (diff) | |
parent | e7036ce558eebb9bde980aa1206cb4d67683ae3d (diff) |
Merge branch 'zurich'
Conflicts:
locale/FixMyStreet.po
locale/cy_GB.UTF-8/LC_MESSAGES/EmptyHomes.po
locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po
locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po
locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po
Diffstat (limited to 'conf/crontab.ugly')
-rw-r--r-- | conf/crontab.ugly | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/crontab.ugly b/conf/crontab.ugly index 4eb6d5a26..c85d3f119 100644 --- a/conf/crontab.ugly +++ b/conf/crontab.ugly @@ -25,14 +25,17 @@ my @sending = qw( demo.fixmybarangay.com www.fixmybarangay.com zurich.fixmystreet.staging.mysociety.org + www.zueriwieneu.ch seesomething.mysociety.org ); my @no_alerts = qw( zurich.fixmystreet.staging.mysociety.org + www.zueriwieneu.ch seesomething.mysociety.org ); my @no_open311 = qw( zurich.fixmystreet.staging.mysociety.org + www.zueriwieneu.ch seesomething.mysociety.org ); my %sending = map { $_ => 1 } @sending; @@ -75,6 +78,6 @@ my %no_alerts = map { $_ => 1 } @no_alerts; 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 =~ /zurich/) { *)!! +!!(* if ($vhost =~ /zurich|zueri/) { *)!! 30 0 * * * !!(*= $user *)!! /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/cron-wrapper zurich-overdue-alert !!(* } *)!! |