Skip to content

Commit 4a4b83b

Browse files
author
mpiteam
committed
Update the nightly tarball script to point to the OMPI master repo
1 parent fbf0329 commit 4a4b83b

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

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

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ results_addr=testing@lists.open-mpi.org
1313
# svn repository uri
1414
master_code_uri=https://github.com/open-mpi/ompi.git
1515
master_raw_uri=https://raw.github.com/open-mpi/ompi
16-
release_code_uri=https://github.com/open-mpi/ompi-release.git
17-
release_raw_uri=https://raw.github.com/open-mpi/ompi-release
1816

1917
# where to put built tarballs - needs to be
2018
# adjusted to match your site!
@@ -55,6 +53,7 @@ export LD_LIBRARY_PATH=$HOME_PREFIX/lib:$LD_LIBRARY_PATH
5553
module use $AUTOTOOL_MODULE
5654

5755
# get our nightly build script
56+
echo "MKDIR"
5857
mkdir -p $build_root
5958
cd $build_root
6059

@@ -70,13 +69,8 @@ for branch in $branches; do
7069
prev_snapshot=`cat $outputroot/$branch/latest_snapshot.txt`
7170
echo "=== Previous snapshot: $prev_snapshot"
7271

73-
if test "$branch" = "master"; then
74-
code_uri=$master_code_uri
75-
raw_uri=$master_raw_uri
76-
else
77-
code_uri=$release_code_uri
78-
raw_uri=$release_raw_uri
79-
fi
72+
code_uri=$master_code_uri
73+
raw_uri=$master_raw_uri
8074

8175
# Form a URL-specific script name
8276
script=$branch-`basename $script_uri`

0 commit comments

Comments
 (0)