ReleaseEngineering:StageCleanupPolicy: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Line 31: Line 31:
   
   
  # Delete empty dirs
  # Delete empty dirs
  @weekly nice -n 19 find /home/ftp/pub/firefox/nightly -depth -empty -type d -exec rmdir '{}' \;
  @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 -depth -empty -type d -exec rmdir '{}' \;
  #@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 -depth -empty -type d -exec rmdir '{}' \;
  @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 -depth -empty -type d -exec rmdir '{}' \;
  @weekly nice -n 19 find /home/ftp/pub/calendar/sunbird/nightly -wholename '*-candidates/contrib*' -prune -o -empty -type d -exec rmdir '{}' \;
canmove, Confirmed users
2,850

edits

Navigation menu