1
1

iopenmpi-nightly-tarball.sh: make v1.10 tarballs

Этот коммит содержится в:
Jeff Squyres 2015-05-27 11:45:40 -07:00
родитель ae0d577513
Коммит 7b9e349498

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

@ -27,7 +27,7 @@ script_dir=/u/mpiteam/scripts
# The tarballs to make
if [ $# -eq 0 ] ; then
# We're no longer ever checking the 1.0 - 1.6 branches anymore
branches="master v1.8"
branches="master v1.8 v1.10"
else
branches=$@
fi