[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2rc1-11-g32de416
Service Account
noreply at mpich.org
Sat Oct 17 00:34:58 CDT 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MPICH primary repository".
The branch, master has been updated
via 32de416540731de9f5d8e0e1a79cfc6b44d49541 (commit)
from 61dfbb3020a8cbf3792077a18dd197640147ce9c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/32de416540731de9f5d8e0e1a79cfc6b44d49541
commit 32de416540731de9f5d8e0e1a79cfc6b44d49541
Author: Yanfei Guo <yguo at anl.gov>
Date: Sat Oct 17 00:33:57 2015 -0500
maint/jenkins: fix git clean
Perform git clean on NFS.
No reviewer.
diff --git a/maint/jenkins/test-worker-tarball.sh b/maint/jenkins/test-worker-tarball.sh
index e80d85d..162b0e6 100755
--- a/maint/jenkins/test-worker-tarball.sh
+++ b/maint/jenkins/test-worker-tarball.sh
@@ -9,6 +9,9 @@ export CXX=g++
export FC=gfortran
cd $WORKSPACE
+
+git clean -x -d -f
+
TMP_WORKSPACE=$(mktemp -d /sandbox/jenkins.tmp.XXXXXXXX)
if test ! -d $WORKSPACE/build ; then
@@ -17,9 +20,6 @@ fi
cp -a $WORKSPACE/* $TMP_WORKSPACE/
pushd $TMP_WORKSPACE
-
-git clean -x -d -f
-
pushd build
../maint/release.pl --branch=master --version=master --git-repo=git://git.mpich.org/mpich.git
-----------------------------------------------------------------------
Summary of changes:
maint/jenkins/test-worker-tarball.sh | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list