1
1
openmpi/contrib/build-server/openmpi-update-www.open-mpi.org.sh
Jeff Squyres eb270172a7 build server: moved scripts to contrib/build-server
Removed a redundant copy of the scripts running on the build server
and moved the remaining copy out to a top-level directory in contrib
(i.e., contrib/build-server vs. contrib/dist/build-server, where I
never could remember where to find them).
2014-10-02 11:32:54 -07: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