From 0a348ac2e2ed6dbba861c6268ea3bb6d75c31d85 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 9 Apr 2014 14:30:16 +0000 Subject: [PATCH] Oops -- the last commit moved the "update www.open-mpi.org" script (i.e., the script that fires via cron every 15 mins to "git pull" from the github ompi-www repo). This commit moves the mercurial mirroring script to the "infrastructure" directory. This commit was SVN r31360. --- .../openmpi-update-hg-svn.sh} | 0 contrib/infrastructure/openmpi-update-www.open-mpi.org.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename contrib/{nightly/openmpi-upate-hg-svn.sh => infrastructure/openmpi-update-hg-svn.sh} (100%) diff --git a/contrib/nightly/openmpi-upate-hg-svn.sh b/contrib/infrastructure/openmpi-update-hg-svn.sh similarity index 100% rename from contrib/nightly/openmpi-upate-hg-svn.sh rename to contrib/infrastructure/openmpi-update-hg-svn.sh diff --git a/contrib/infrastructure/openmpi-update-www.open-mpi.org.sh b/contrib/infrastructure/openmpi-update-www.open-mpi.org.sh index 89b39833cf..9c237f6531 100755 --- a/contrib/infrastructure/openmpi-update-www.open-mpi.org.sh +++ b/contrib/infrastructure/openmpi-update-www.open-mpi.org.sh @@ -6,6 +6,6 @@ cd /l/osl/www/www.open-mpi.org # run "svn up" in this tree, too umask 2 -svn up +git pull --rebase origin date >> /tmp/bogus-mpiteam