Skip to content

Commit 74cf969

Browse files
committed
openmpi-nightly-tarball.sh: now build 2.x nightlies
1 parent 0bd765e commit 74cf969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/build-server/openmpi-nightly-tarball.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ script_dir=/u/mpiteam/scripts
2727
# The tarballs to make
2828
if [ $# -eq 0 ] ; then
2929
# We're no longer ever checking the 1.0 - 1.6 branches anymore
30-
branches="master v1.8 v1.10"
30+
branches="master v1.8 v1.10 2.x"
3131
else
3232
branches=$@
3333
fi

0 commit comments

Comments
 (0)