Skip to content

Commit

Permalink
Release 1.8 (#360)
Browse files Browse the repository at this point in the history
http://clustershell.readthedocs.io/en/v1.8/release.html

Closes #360

Change-Id: I0db2b382d9c2c4be2845c023a639f80323e34316
  • Loading branch information
thiell committed Oct 23, 2017
1 parent 02922e5 commit 7ab742e
Show file tree
Hide file tree
Showing 19 changed files with 29 additions and 22 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2017-10-23 S. Thiell <[email protected]>

* Version 1.8 released.

2017-10-18 S. Thiell <[email protected]>

* 1.8 RC1 (1.7.91) release.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Requirements
* GNU/Linux, BSD, Mac OS X
* OpenSSH (ssh/scp) or rsh
* Python 2.x (x >= 6) or Python 3.x (x >= 4)
* PyYAML (optional)
* PyYAML

License
-------
Expand Down
3 changes: 3 additions & 0 deletions clustershell.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@ rm -rf %{buildroot}
%{vimdatadir}/syntax/groupsconf.vim

%changelog
* Mon Oct 23 2017 Stephane Thiell <[email protected]> 1.8-1
- update to 1.8

* Sat Oct 14 2017 Stephane Thiell <[email protected]> 1.7.91-1
- update to 1.7.91 (1.8 RC1)

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/clubak.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH CLUBAK 1 "2017-10-11" "1.8" "ClusterShell User Manual"
.TH CLUBAK 1 "2017-10-23" "1.8" "ClusterShell User Manual"
.SH NAME
clubak \- format output from clush/pdsh-like output and more
.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/cluset.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH CLUSET 1 "2017-10-11" "1.8" "ClusterShell User Manual"
.TH CLUSET 1 "2017-10-23" "1.8" "ClusterShell User Manual"
.SH NAME
cluset \- compute advanced cluster node set operations
.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/clush.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH CLUSH 1 "2017-10-11" "1.8" "ClusterShell User Manual"
.TH CLUSH 1 "2017-10-23" "1.8" "ClusterShell User Manual"
.SH NAME
clush \- execute shell commands on a cluster
.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/nodeset.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH NODESET 1 "2017-10-11" "1.8" "ClusterShell User Manual"
.TH NODESET 1 "2017-10-23" "1.8" "ClusterShell User Manual"
.SH NAME
nodeset \- compute advanced nodeset operations
.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/man5/clush.conf.5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH CLUSH.CONF 5 "2017-10-11" "1.8" "ClusterShell User Manual"
.TH CLUSH.CONF 5 "2017-10-23" "1.8" "ClusterShell User Manual"
.SH NAME
clush.conf \- Configuration file for clush
.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/man5/groups.conf.5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH GROUPS.CONF 5 "2017-10-11" "1.8" "ClusterShell User Manual"
.TH GROUPS.CONF 5 "2017-10-23" "1.8" "ClusterShell User Manual"
.SH NAME
groups.conf \- Configuration file for ClusterShell node groups
.
Expand Down
4 changes: 2 additions & 2 deletions doc/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '1.7.91'
version = '1.8'
# The full version, including alpha/beta/rc tags.
release = '1.7.91'
release = '1.8'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion doc/txt/clubak.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ format output from clush/pdsh-like output and more
--------------------------------------------------

:Author: Stephane Thiell <[email protected]>
:Date: 2017-10-11
:Date: 2017-10-23
:Copyright: GNU Lesser General Public License version 2.1 or later (LGPLv2.1+)
:Version: 1.8
:Manual section: 1
Expand Down
2 changes: 1 addition & 1 deletion doc/txt/cluset.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ compute advanced cluster node set operations
--------------------------------------------

:Author: Stephane Thiell <[email protected]>
:Date: 2017-10-11
:Date: 2017-10-23
:Copyright: GNU Lesser General Public License version 2.1 or later (LGPLv2.1+)
:Version: 1.8
:Manual section: 1
Expand Down
2 changes: 1 addition & 1 deletion doc/txt/clush.conf.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Configuration file for `clush`
------------------------------

:Author: Stephane Thiell, <[email protected]>
:Date: 2017-10-11
:Date: 2017-10-23
:Copyright: GNU Lesser General Public License version 2.1 or later (LGPLv2.1+)
:Version: 1.8
:Manual section: 5
Expand Down
2 changes: 1 addition & 1 deletion doc/txt/clush.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ execute shell commands on a cluster
-----------------------------------

:Author: Stephane Thiell <[email protected]>
:Date: 2017-10-11
:Date: 2017-10-23
:Copyright: GNU Lesser General Public License version 2.1 or later (LGPLv2.1+)
:Version: 1.8
:Manual section: 1
Expand Down
8 changes: 4 additions & 4 deletions doc/txt/clustershell.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ClusterShell is an event-driven open source Python library, designed to run
ClusterShell is an event-driven open source Python framework, designed to run
local or distant commands in parallel on server farms or on large Linux
clusters. It will take care of common issues encountered on HPC clusters, such
as operating on groups of nodes, running distributed commands using optimized
Expand All @@ -9,9 +9,9 @@ remote shell facilities already installed on your systems, like SSH.
User tools
----------

ClusterShell also provides clush, clubak and nodeset, three convenient
command-line tools that allow traditional shell scripts to benefit from some
of the library features:
ClusterShell provides clush, clubak and cluset/nodeset, convenient command-line
tools that allow traditional shell scripts to benefit from some of the
library's features:

- **clush**: issue commands to cluster nodes and format output

Expand Down
2 changes: 1 addition & 1 deletion doc/txt/groups.conf.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Configuration file for ClusterShell node groups
-----------------------------------------------

:Author: Stephane Thiell, <[email protected]>
:Date: 2017-10-11
:Date: 2017-10-23
:Copyright: GNU Lesser General Public License version 2.1 or later (LGPLv2.1+)
:Version: 1.8
:Manual section: 5
Expand Down
2 changes: 1 addition & 1 deletion doc/txt/nodeset.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ compute advanced nodeset operations
-----------------------------------

:Author: Stephane Thiell <[email protected]>
:Date: 2017-10-11
:Date: 2017-10-23
:Copyright: GNU Lesser General Public License version 2.1 or later (LGPLv2.1+)
:Version: 1.8
:Manual section: 1
Expand Down
4 changes: 2 additions & 2 deletions lib/ClusterShell/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
- ClusterShell.Task
"""

__version__ = '1.7.91'
__version__ = '1.8'
__version_info__ = tuple([ int(_n) for _n in __version__.split('.')])
__date__ = '2017/10/14'
__date__ = '2017/10/23'
__author__ = 'Stephane Thiell <[email protected]>'
__url__ = 'http://clustershell.readthedocs.org/'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# User, in-prefix config install (rpmbuild or pip as user)
CFGDIR = 'etc/clustershell'

VERSION = '1.7.91'
VERSION = '1.8'

# Dependencies (for pip install)
REQUIRES = ['PyYAML']
Expand Down

0 comments on commit 7ab742e

Please sign in to comment.