canmove, Confirmed users
2,850
edits
ChrisCooper (talk | contribs) |
ChrisCooper (talk | contribs) No edit summary |
||
| Line 31: | Line 31: | ||
# Delete empty dirs | # Delete empty dirs | ||
@weekly nice -n 19 find /home/ftp/pub/firefox/nightly - | @weekly nice -n 19 find /home/ftp/pub/firefox/nightly -wholename '*-candidates/contrib*' -prune -o -empty -type d -exec rmdir '{}' \; | ||
=== Thunderbird === | === Thunderbird === | ||
| Line 41: | Line 41: | ||
# Delete empty dirs | # Delete empty dirs | ||
#@weekly nice -n 19 find /home/ftp/pub/thunderbird/nightly - | #@weekly nice -n 19 find /home/ftp/pub/thunderbird/nightly -wholename '*-candidates/contrib*' -prune -o -empty -type d -exec rmdir '{}' \; | ||
=== SeaMonkey === | === SeaMonkey === | ||
| Line 51: | Line 51: | ||
# Delete empty dirs. | # Delete empty dirs. | ||
@weekly nice -n 19 find /home/ftp/pub/seamonkey/nightly - | @weekly nice -n 19 find /home/ftp/pub/seamonkey/nightly -wholename '*-candidates/contrib*' -prune -o -empty -type d -exec rmdir '{}' \; | ||
=== Sunbird === | === Sunbird === | ||
| Line 58: | Line 58: | ||
# Delete empty dirs. | # Delete empty dirs. | ||
@weekly nice -n 19 find /home/ftp/pub/calendar/sunbird/nightly - | @weekly nice -n 19 find /home/ftp/pub/calendar/sunbird/nightly -wholename '*-candidates/contrib*' -prune -o -empty -type d -exec rmdir '{}' \; | ||