ReleaseEngineering:StageCleanupPolicy: Difference between revisions

Jump to navigation Jump to search
Line 51: Line 51:


=== Sunbird ===
=== Sunbird ===
# Delete all installer files older than 6 months.
  @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 '{}' \;
# Delete empty dirs.
  @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 '{}' \;
canmove, Confirmed users
2,850

edits

Navigation menu