|
From: Christopher D. M. <cas...@us...> - 2012-10-19 17:14:43
|
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 "cap4".
The branch, master has been updated
via 2340fa0859b15cf3436e3eb6f7d1608e275cacf9 (commit)
via 487720f3d27e856b4f55307fa37d3c4bdf2a4c73 (commit)
from eddfe9ecad31824363a615ad2182d2a32893ab6b (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 -----------------------------------------------------------------
commit 2340fa0859b15cf3436e3eb6f7d1608e275cacf9
Author: CDM <cas...@us...>
Date: Fri Oct 19 11:09:43 2012 -0600
new version
commit 487720f3d27e856b4f55307fa37d3c4bdf2a4c73
Author: CDM <cas...@us...>
Date: Fri Oct 19 11:06:05 2012 -0600
CDM: new host list and added clustershell package
-----------------------------------------------------------------------
Summary of changes:
src/clustershell/Makefile | 8 ++++++++
src/python-hostlist/Makefile | 2 +-
2 files changed, 9 insertions(+), 1 deletions(-)
create mode 100644 src/clustershell/Makefile
diff --git a/src/clustershell/Makefile b/src/clustershell/Makefile
new file mode 100644
index 0000000..0c53303
--- /dev/null
+++ b/src/clustershell/Makefile
@@ -0,0 +1,8 @@
+include ../make.def
+
+VERSION=1.6
+SRC=clustershell-$(VERSION)
+TAR=$(SRC).tar.gz
+URL="https://github.com/downloads/cea-hpc/clustershell/$(TAR)"
+
+include ../make.workbench
diff --git a/src/python-hostlist/Makefile b/src/python-hostlist/Makefile
index f31ad5b..318ebf0 100644
--- a/src/python-hostlist/Makefile
+++ b/src/python-hostlist/Makefile
@@ -1,6 +1,6 @@
include ../make.def
-VERSION=1.11
+VERSION=1.13
SRC=python-hostlist-$(VERSION)
TAR=$(SRC).tar.gz
URL="http://www.nsc.liu.se/~kent/python-hostlist/$(TAR)"
hooks/post-receive
--
cap4
|