-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I67e4b9ee72ae12ff2de45ad500c57e1127dd475b
- Loading branch information
Showing
17 changed files
with
53 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
2016-02-28 S. Thiell <[email protected]> | ||
|
||
* Version 1.7.1 released. | ||
|
||
2016-02-27 S. Thiell <[email protected]> | ||
|
||
* Worker/Tree.py: implement tree mode reverse copy using tar commands to | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
.. _guide-NodeSet: | ||
|
||
Node sets handling | ||
================== | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,9 @@ format output from clush/pdsh-like output and more | |
-------------------------------------------------- | ||
|
||
:Author: Stephane Thiell <[email protected]> | ||
:Date: 2015-11-05 | ||
:Date: 2016-02-28 | ||
:Copyright: CeCILL-C V1 | ||
:Version: 1.7 | ||
:Version: 1.7.1 | ||
:Manual section: 1 | ||
:Manual group: ClusterShell User Manual | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,9 @@ Configuration file for `clush` | |
------------------------------ | ||
|
||
:Author: Stephane Thiell, <[email protected]> | ||
:Date: 2015-08-27 | ||
:Date: 2016-02-28 | ||
:Copyright: CeCILL-C V1 | ||
:Version: 1.7 | ||
:Version: 1.7.1 | ||
:Manual section: 5 | ||
:Manual group: ClusterShell User Manual | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,9 @@ execute shell commands on a cluster | |
----------------------------------- | ||
|
||
:Author: Stephane Thiell <[email protected]> | ||
:Date: 2015-11-01 | ||
:Date: 2016-02-28 | ||
:Copyright: CeCILL-C V1 | ||
:Version: 1.7 | ||
:Version: 1.7.1 | ||
:Manual section: 1 | ||
:Manual group: ClusterShell User Manual | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,9 @@ Configuration file for ClusterShell node groups | |
----------------------------------------------- | ||
|
||
:Author: Stephane Thiell, <[email protected]> | ||
:Date: 2015-11-06 | ||
:Date: 2016-02-28 | ||
:Copyright: CeCILL-C V1 | ||
:Version: 1.7 | ||
:Version: 1.7.1 | ||
:Manual section: 5 | ||
:Manual group: ClusterShell User Manual | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ compute advanced nodeset operations | |
----------------------------------- | ||
|
||
:Author: Stephane Thiell <[email protected]> | ||
:Date: 2016-02-09 | ||
:Date: 2016-02-28 | ||
:Copyright: CeCILL-C V1 | ||
:Version: 1.7.1 | ||
:Manual section: 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright CEA/DAM/DIF (2007-2015) | ||
# Copyright CEA/DAM/DIF (2007-2016) | ||
# Contributor: Stephane THIELL <[email protected]> | ||
# | ||
# This file is part of the ClusterShell library. | ||
|
@@ -48,8 +48,8 @@ | |
- ClusterShell.Task | ||
""" | ||
|
||
__version__ = '1.7' | ||
__version__ = '1.7.1' | ||
__version_info__ = tuple([ int(_n) for _n in __version__.split('.')]) | ||
__date__ = '2015/11/10' | ||
__date__ = '2016/02/28' | ||
__author__ = 'Stephane Thiell <[email protected]>' | ||
__url__ = 'http://clustershell.readthedocs.org/' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env python | ||
# | ||
# Copyright CEA/DAM/DIF (2008-2015) | ||
# Copyright CEA/DAM/DIF (2008-2016) | ||
# Contributor: Stephane THIELL <[email protected]> | ||
# | ||
# This file is part of the ClusterShell library. | ||
|
@@ -49,7 +49,7 @@ | |
# User, in-prefix config install (rpmbuild or pip as user) | ||
CFGDIR = 'etc/clustershell' | ||
|
||
VERSION='1.7' | ||
VERSION='1.7.1' | ||
|
||
setup(name='ClusterShell', | ||
version=VERSION, | ||
|