Line 45: |
Line 45: |
| http://git.sugarlabs.org/projects/pootle-helpers | | http://git.sugarlabs.org/projects/pootle-helpers |
| | | |
− | Scheduled jobs: | + | Scheduled jobs : |
| | | |
− | pootle@pootle:~$ crontab -l | + | pootle@pootle:~$ cat /etc/crontab.d/pootle |
− | MAILTO="sayamindu@sugarlabs.org" | + | MAILTO="godiard@sugarlabs.org" |
− | # m h dom mon dow command | + | # m h dom mon dow user command |
− | 30 00 * * * /usr/bin/python /var/lib/pootle/maintenance/helpers/potupdater/pogenerator.py /var/lib/pootle/maintenance/helpers/potupdater/project_list.ini | + | 30 00 * * * pootle /usr/bin/python /var/lib/pootle/maintenance/helpers/potupdater/pogenerator.py /var/lib/pootle/maintenance/helpers/potupdater/project_list.ini |
− | #00 00 * * * git --git-dir=/var/lib/pootle/checkouts/etoys/.git pull | + | #00 00 * * * pootle git --git-dir=/var/lib/pootle/checkouts/etoys/.git pull |
− | 45 00 * * * python /var/lib/pootle/langpackgen/src/LangPackGen/pack_generator.py /var/lib/pootle/langpackgen/data/langpackgen_84.ini /var/lib/pootle/public_html/packs/0.84 | + | 45 00 * * * pootle python /var/lib/pootle/langpackgen/src/LangPackGen/pack_generator.py /var/lib/pootle/langpackgen/data/langpackgen_84.ini /var/lib/pootle/public_html/packs/0.84 |
− | 40 00 * * * python /var/lib/pootle/langpackgen/src/LangPackGen/pack_generator.py /var/lib/pootle/langpackgen/data/langpackgen_82.ini /var/lib/pootle/public_html/packs/0.82 | + | 40 00 * * * pootle python /var/lib/pootle/langpackgen/src/LangPackGen/pack_generator.py /var/lib/pootle/langpackgen/data/langpackgen_82.ini /var/lib/pootle/public_html/packs/0.82 |
| | | |
| Refresh stats, needed when the database and the checked out modules get out of sync: | | Refresh stats, needed when the database and the checked out modules get out of sync: |