File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ results_addr=testing@lists.open-mpi.org
1313# svn repository uri
1414master_code_uri=https://github.com/open-mpi/ompi.git
1515master_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
5553module use $AUTOTOOL_MODULE
5654
5755# get our nightly build script
56+ echo " MKDIR"
5857mkdir -p $build_root
5958cd $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 `
You can’t perform that action at this time.
0 commit comments