canmove, Confirmed users
2,850
edits
No edit summary |
ChrisCooper (talk | contribs) No edit summary |
||
Line 26: | Line 26: | ||
== Profile Generation == | == Profile Generation == | ||
Profiles are generated on cruncher, from a crontask that runs at midnight every night, from | Profiles are generated on cruncher, from a crontask that runs at midnight every night, from the talos user's private crontab: | ||
<pre> | <pre> | ||
0 0 * * * (/usr/local/bin/python /home/ | 0 0 * * * (/usr/local/bin/python /home/talos/public_html/updateGenerated.py) >> /home/talos/public_html/reporter.log && mv /home/talos/public_html/dirtyDBs.zip /var/www/html/talos_profiles/. && mv /home/talos/public_html/dirtyMaxDBs.zip /var/www/html/talos_profiles/. && cp /var/www/html/talos_profiles/dirtyMaxDBs.zip /home/talos/public_html/. && cp /var/www/html/talos_profiles/dirtyDBs.zip /home/talos/public_html/ | ||
</pre> | </pre> | ||
The updateGenerated.py script is in http://hg.mozilla.org/build/tools/buildfarm/utils/ | The updateGenerated.py script is in http://hg.mozilla.org/build/tools/buildfarm/utils/ |