@@ -106,19 +106,20 @@ for branch in $branches; do
106106        test  " $branch "   = " master" ;  then 
107107        echo  " === Saving output for a Coverity run" 
108108        echo  " $outputroot /$branch /hwloc-$latest_snapshot .tar.bz2"   >>  $pending_coverity 
109-         echo  " === Posting tarball to open-mpi.org" 
110-         #  tell the web server to cleanup old nightly tarballs
111-         ssh -p 2222 
[email protected]  " git/ompi/contrib/build-server/remove-old.pl 7 public_html/software/hwloc/nightly/$branch " 112-         #  upload the new ones
113-         scp -P 2222 
$outputroot /
$branch /hwloc-
$latest_snapshot .tar.
*  [email protected] :public_html/software/hwloc/nightly/
$branch /
114-         scp -P 2222 
$outputroot /
$branch /latest_snapshot.txt 
[email protected] :public_html/software/hwloc/nightly/
$branch /
115-         #  direct the web server to regenerate the checksums
116-         ssh -p 2222 
[email protected]  " cd public_html/software/hwloc/nightly/$branch  && md5sum hwloc* > md5sums.txt" 117-         ssh -p 2222 
[email protected]  " cd public_html/software/hwloc/nightly/$branch  && sha1sum hwloc* > sha1sums.txt" 118109    else 
119110        echo  " === NOT saving output for a Coverity run" 
120111    fi 
121112
113+     echo  " === Posting tarball to open-mpi.org" 
114+     #  tell the web server to cleanup old nightly tarballs
115+     ssh -p 2222 
[email protected]  " git/ompi/contrib/build-server/remove-old.pl 7 public_html/software/hwloc/nightly/$branch " 116+     #  upload the new ones
117+     scp -P 2222 
$outputroot /
$branch /hwloc-
$latest_snapshot .tar.
*  [email protected] :public_html/software/hwloc/nightly/
$branch /
118+     scp -P 2222 
$outputroot /
$branch /latest_snapshot.txt 
[email protected] :public_html/software/hwloc/nightly/
$branch /
119+     #  direct the web server to regenerate the checksums
120+     ssh -p 2222 
[email protected]  " cd public_html/software/hwloc/nightly/$branch  && md5sum hwloc* > md5sums.txt" 121+     ssh -p 2222 
[email protected]  " cd public_html/software/hwloc/nightly/$branch  && sha1sum hwloc* > sha1sums.txt" 122+ 
122123    #  Failed builds are not removed.  But if a human forgets to come
123124    #  in here and clean up the old failed builds, we can accumulate
124125    #  many over time.  So remove any old failed builds that are over
0 commit comments