1
1

nightly tarball: only save 7 days worth of nightly build trees

This should help alleviate running out of disk space on the IU build
server.
Этот коммит содержится в:
Jeff Squyres 2015-08-22 03:19:44 -07:00
родитель 0f3a3e52ba
Коммит 7217f37092

Просмотреть файл

@ -123,7 +123,7 @@ for branch in $branches; do
# in here and clean up the old failed builds, we can accumulate
# many over time. So remove any old failed bbuilds that are over
# 4 weeks old.
${script_dir}/remove-old.pl 28 $build_root/$branch
${script_dir}/remove-old.pl 7 $build_root/$branch
done
# If we had any new snapshots to send to coverity, process them now