1
1

openmpi-nightly-tarball.sh: don't even check v1.6 any more

The create_tarball.sh in v1.6 assumes SVN.  So let's not check that
any more...
Этот коммит содержится в:
Jeff Squyres 2014-10-03 11:16:30 -07:00
родитель 534d773a9a
Коммит d0336745f4

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

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