canmove, Confirmed users
2,850
edits
ChrisCooper (talk | contribs) |
ChrisCooper (talk | contribs) No edit summary |
||
| Line 28: | Line 28: | ||
=== SeaMonkey === | === SeaMonkey === | ||
@weekly nice -n 19 find /home/ftp/pub/ | @weekly nice -n 19 find /home/ftp/pub/seamonkey/nightly -mtime +180 \( -name '*.installer.*' -o -name '*xpi' \) -exec rm -rf '{}' \; | ||
@weekly nice -n 19 find /home/ftp/pub/ | @weekly nice -n 19 find /home/ftp/pub/seamonkey/nightly -depth -empty -type d rmdir '{}' \; | ||
=== Sunbird === | === Sunbird === | ||
@weekly nice -n 19 find /home/ftp/pub/calendar/sunbird/nightly -mtime +180 -name '*.installer.*' -type f -exec rm -f '{}' \; | @weekly nice -n 19 find /home/ftp/pub/calendar/sunbird/nightly -mtime +180 -name '*.installer.*' -type f -exec rm -f '{}' \; | ||
@weekly nice -n 19 find /home/ftp/pub/calendar/sunbird/nightly -depth -empty -type d rmdir '{}' \; | @weekly nice -n 19 find /home/ftp/pub/calendar/sunbird/nightly -depth -empty -type d rmdir '{}' \; | ||