[mpich] MPICH primary repository branch, master, updated. v3.0.4-99-g4ec86a8
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 4ec86a889491805bb803538a59c70e377b35db61 (commit) from 268d3b5b36c67413d703d4ebd32409f1b4f61b75 (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/4ec86a889491805bb803538a59c70e377b... commit 4ec86a889491805bb803538a59c70e377b35db61 Author: Pavan Balaji <[email protected]> Date: Thu Apr 25 17:22:27 2013 -0500 Cleanup unnecessary command in the release script. We were deleting an unnecessary directory which didn't even exist. We don't need to do this, since the entire temp directory would be cleaned up at the end. No reviewer. diff --git a/maint/release.pl b/maint/release.pl index 701494b..743772f 100755 --- a/maint/release.pl +++ b/maint/release.pl @@ -298,7 +298,6 @@ run_cmd("cp -a doc/installguide/install.pdf ${expdir}/doc/installguide"); run_cmd("cp -a doc/smpd/smpd_pmi.pdf ${expdir}/doc/smpd"); run_cmd("cp -a doc/logging/logging.pdf ${expdir}/doc/logging"); run_cmd("cp -a doc/windev/windev.pdf ${expdir}/doc/windev"); -run_cmd("rm -rf ${expdir}-tmp"); print("done\n"); print("===> Creating ROMIO docs... "); ----------------------------------------------------------------------- Summary of changes: maint/release.pl | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) hooks/post-receive -- MPICH primary repository
participants (1)
-
noreply@mpich.org