1
1
openmpi/contrib/dist/build-server/openmpi-update-www.open-mpi.org.sh
Jeff Squyres 0581364508 It occurs to me that the scripts used to build nightly and official
Open MPI tarballs are not saved anywhere besides the local disk of the
build server (eddie.osl.iu.edu).  So I'm putting them here in SVN so
that if something ever happens to eddie, we still have the scripts to
make a new build server.

See the README.txt for more details.

This commit was SVN r26978.
2012-08-08 19:31:51 +00:00

12 строки
185 B
Bash
Исполняемый файл

#!/bin/sh
cd /l/osl/www/www.open-mpi.org
# Absolutely ensure that we have a umask of 2 so that others can
# run "svn up" in this tree, too
umask 2
svn up
date >> /tmp/bogus-mpiteam