1
1

Update the nightly script to start building v1.8 tarballs

This commit was SVN r31208.
Этот коммит содержится в:
Jeff Squyres 2014-03-25 16:19:15 +00:00
родитель 949abe45cd
Коммит f0712076a0

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

@ -24,7 +24,7 @@ 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
dirs="/trunk /branches/v1.7 /branches/v1.6"
dirs="/trunk /branches/v1.8 /branches/v1.6"
else
dirs=$@
fi