File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ for branch in $branches; do
148
148
# tell the web server to cleanup old nightly tarballs
149
149
run_command ssh -p 2222 \
150
150
$output_ssh_target \
151
- " git/ompi/contrib/build-server/remove-old.pl 7 public_html/software/hwloc/nightly/$branch "
151
+ \ " git/ompi/contrib/build-server/remove-old.pl 7 public_html/software/hwloc/nightly/$branch \ "
152
152
# upload the new ones
153
153
run_command scp -P 2222 \
154
154
$outputroot /$branch /hwloc-$latest_snapshot .tar.* \
@@ -159,10 +159,10 @@ for branch in $branches; do
159
159
# direct the web server to regenerate the checksums
160
160
run_command ssh -p 2222 \
161
161
$output_ssh_target \
162
- " cd public_html/software/hwloc/nightly/$branch & & md5sum hwloc* > md5sums.txt"
162
+ \ " cd public_html/software/hwloc/nightly/$branch \&\ & md5sum hwloc\* \ > md5sums.txt\ "
163
163
run_command ssh -p 2222 \
164
164
$output_ssh_target \
165
- " cd public_html/software/hwloc/nightly/$branch & & sha1sum hwloc* > sha1sums.txt"
165
+ \ " cd public_html/software/hwloc/nightly/$branch \&\ & sha1sum hwloc\* \ > sha1sums.txt\ "
166
166
fi
167
167
168
168
# Failed builds are not removed. But if a human forgets to come
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ for branch in $branches; do
151
151
# tell the web server to cleanup old nightly tarballs
152
152
run_command ssh -p 2222 \
153
153
$output_ssh_target \
154
- " git/ompi/contrib/build-server/remove-old.pl 7 public_html/nightly/$branch "
154
+ \ " git/ompi/contrib/build-server/remove-old.pl 7 public_html/nightly/$branch \ "
155
155
# upload the new ones
156
156
run_command scp -P 2222 \
157
157
$outputroot /$branch /openmpi-$latest_snapshot .tar.* \
@@ -162,10 +162,10 @@ for branch in $branches; do
162
162
# direct the web server to regenerate the checksums
163
163
run_command ssh -p 2222 \
164
164
$output_ssh_target \
165
- " cd public_html/nightly/$branch & & md5sum openmpi* > md5sums.txt"
165
+ \ " cd public_html/nightly/$branch \&\ & md5sum openmpi\* \ > md5sums.txt\ "
166
166
run_command ssh -p 2222 \
167
167
$output_ssh_target \
168
- " cd public_html/nightly/$branch & & sha1sum openmpi* > sha1sums.txt"
168
+ \ " cd public_html/nightly/$branch \&\ & sha1sum openmpi\* \ > sha1sums.txt\ "
169
169
fi
170
170
171
171
# Failed builds are not removed. But if a human forgets to come
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ for branch in $branches; do
157
157
# tell the web server to cleanup old nightly tarballs
158
158
run_command ssh -p 2222 \
159
159
$output_ssh_target \
160
- " git/ompi/contrib/build-server/remove-old.pl 7 public_html/software/pmix/nightly/$branch "
160
+ \ " git/ompi/contrib/build-server/remove-old.pl 7 public_html/software/pmix/nightly/$branch \ "
161
161
# upload the new ones
162
162
run_command scp -P 2222 \
163
163
$outputroot /$branch /pmix-$latest_snapshot .tar.* \
@@ -168,10 +168,10 @@ for branch in $branches; do
168
168
# direct the web server to regenerate the checksums
169
169
run_command ssh -p 2222 \
170
170
$output_ssh_target \
171
- " cd public_html/software/pmix/nightly/$branch & & md5sum pmix* > md5sums.txt"
171
+ \ " cd public_html/software/pmix/nightly/$branch \&\ & md5sum pmix\* \ > md5sums.txt\ "
172
172
run_command ssh -p 2222 \
173
173
$output_ssh_target \
174
- " cd public_html/software/pmix/nightly/$branch & & sha1sum pmix* > sha1sums.txt"
174
+ \ " cd public_html/software/pmix/nightly/$branch \&\ & sha1sum pmix\* \ > sha1sums.txt\ "
175
175
fi
176
176
177
177
# Failed builds are not removed. But if a human forgets to come
You can’t perform that action at this time.
0 commit comments