1
1

pmix nightly tarball: only save 7 days

We don't have infinite disk space: only save 7 days of builds, not 28.

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
Этот коммит содержится в:
Open MPI Team 2017-01-20 17:11:36 +00:00 коммит произвёл Jeff Squyres
родитель 96a90ffab3
Коммит dba106ee10

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

@ -147,7 +147,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