Fusion: strip leading particules from names when comparing them
[platal.git] / configs / platal.cron.in
... / ...
CommitLineData
1MAILTO=root
2PATH=/bin:/usr/bin:/usr/local/bin:/home/web/bin
3WD=/home/web/prod/platal/bin/cron
4
5# db
60 5 * * * web cd $WD; ./clean.php
70 21 * * 1-6 web cd $WD; ./checkdb.php | mail -e -s "Verifications sur la BDD de plat/al @VERSION@" hotliners@staff.m4x.org
80 21 * * 0 web cd $WD; ./checkdb.php -v | mail -e -s "Verifications verbeuses sur la BDD de plat/al @VERSION@" hotliners@staff.m4x.org
90 20 2-31 * * web cd $WD; ./emails.check.php | mail -e -s "Qualite de l'annuaire" hotliners@staff.m4x.org
100 20 1 * * web cd $WD; ./emails.check.php -v | mail -e -s "Qualite de l'annuaire : verbeux" hotliners@staff.m4x.org
110 22 * * * web cd $WD; ./phones.check.php > /dev/null
1230 22 * * 1 web cd $WD; ./bestmail.check.php
13
14# inscription report
150 6 * * 1 web cd $WD; ./registrations.php
16
17# notifs
180 2 * * * web cd $WD; ./notifs.birthday.php
190 4 * * 6 web cd $WD; ./notifs.send.php
20
21# profile modification notifications
220 23 * * * web cd $WD; ./profile_modification.php
23
24# validations
250 */3 * * * web cd $WD; ./cron_validations.php
26
27# flux rss de banana
28*/5 * * * * www-data cd $WD; ./banana.feedgen.php > /dev/null
29
30# Send group Newsletters
3115 * * * * web cd $WD; ./newsletters.send.php | mail -e -s "Envoi des NLs des groupes" hotliners@staff.m4x.org
32
33# homonymes
340 0 * * 1 web cd $WD; ./homonyms.php
35
36# ml moderation
37* * * * * web cd $WD; ./cron_ml_moderate.php > /dev/null
38
39# synchronisation google apps - plat/al
40*/5 * * * * web cd $WD; ./google_apps.php
41
42# Clean-up of our logging tables
4345 0 1 * * web cd $WD; ./compliance.php | mail -e -s "Logging compliance" hotliners@staff.m4x.org
44
45# xnet accounts creation
460 * * * * web cd $WD; ./cron_xnet_accounts.php
47
48# vim:set noet syntax=crontab ts=8 sw=8 sts=8 fenc=utf-8: