1
1

Add the new v2.0.x branch to nightly tarballs

Этот коммит содержится в:
Ralph Castain 2016-09-14 16:16:26 -07:00
родитель 4c9e38e8e0
Коммит 037020e448

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

@ -29,7 +29,7 @@ script_dir=$HOME/ompi/contrib/build-server
# The tarballs to make
if [ $# -eq 0 ] ; then
# We're no longer ever checking the 1.0 - 1.8 branches anymore
branches="master v1.10 v2.x"
branches="master v1.10 v2.x v2.0.x"
else
branches=$@
fi