1
1

openmpi-nightly-tarball.sh: now build 2.x nightlies

Этот коммит содержится в:
Jeff Squyres 2015-06-22 06:17:56 -04:00
родитель 0bd765eddd
Коммит 74cf969561

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

@ -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 v1.10"
branches="master v1.8 v1.10 2.x"
else
branches=$@
fi