canmove, Confirmed users
2,850
edits
ChrisCooper (talk | contribs) |
ChrisCooper (talk | contribs) |
||
| Line 21: | Line 21: | ||
=== Firefox === | === Firefox === | ||
# Clean up symbols every night. | |||
10 22 * * * /usr/local/bin/clean_symbols.py /mnt/breakpad_symbols/symbols_ffx | |||
# Delete all installer and xpi files/dirs older than 6 months | # Delete all installer and xpi files/dirs older than 6 months | ||
@weekly nice -n 19 find /home/ftp/pub/firefox/nightly -depth -mtime +180 \( -name '*.installer.*' -o -name '*xpi' \) -exec rm -rf '{}' \; | @weekly nice -n 19 find /home/ftp/pub/firefox/nightly -depth -mtime +180 \( -name '*.installer.*' -o -name '*xpi' \) -exec rm -rf '{}' \; | ||
# Delete all MAR | # Delete all MAR files older than 1 month that aren't in a candidates dir. | ||
@weekly nice -n 19 find /home/ftp/pub/firefox/nightly -wholename '*-candidates' -prune -o -mtime +30 \( -name '*.mar' -o -name '*.tests.*' \) -exec rm -f '{}' \; | @weekly nice -n 19 find /home/ftp/pub/firefox/nightly -wholename '*-candidates' -prune -o -mtime +30 \( -name '*.mar' -o -name '*.tests.*' \) -exec rm -f '{}' \; | ||