[Debian-ha-commits] [pcs] branch master updated (ed060cf -> 98811e9)

Valentin Vidic vvidic-guest at moszumanska.debian.org
Fri Nov 3 17:35:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

vvidic-guest pushed a change to branch master
in repository pcs.

      from  ed060cf   Update changelog
       new  f341b6c   New upstream version 0.9.161
       new  20174e7   Update upstream source from tag 'upstream/0.9.161'
       new  4bb570e   d/patches: refresh for new version
       new  98811e9   Update changelog

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.md                                       |   24 +
 Makefile                                           |    3 +
 README.md                                          |   12 +-
 debian/changelog                                   |    7 +
 debian/patches/0004-settings.py                    |    2 +-
 debian/patches/0007-Fix-testsuite.patch            |   14 +-
 debian/patches/0008-Replace-chkconfig.patch        |    8 +-
 debian/patches/0009-Fix-pcsd-port.patch            |   17 -
 debian/patches/0009-Fix-python3-build.patch        |   14 +
 debian/patches/0010-Fix-python3-build.patch        |   26 -
 .../patches/0011-Add-service-documentation.patch   |   26 -
 debian/patches/series                              |    4 +-
 pcs/app.py                                         |   20 +-
 pcs/cli/common/capabilities.py                     |   51 +
 pcs/cli/common/test/test_capabilities.py           |   75 +
 pcs/common/tools.py                                |    6 +-
 pcs/lib/commands/test/test_resource_agent.py       |   84 ++
 pcs/pcs.8                                          |    4 +-
 pcs/resource.py                                    |   55 +-
 pcs/settings_default.py                            |    2 +-
 pcs/test/cib_resource/test_create.py               |   24 +-
 pcs/test/cib_resource/test_stonith_create.py       |   21 +-
 pcs/test/resources/capabilities.xml                |   31 +
 .../resource_agent_ocf_heartbeat_dummy_utf8.xml    |   29 +
 pcs/test/test_cluster_pcmk_remote.py               |   13 +
 pcs/test/test_resource.py                          |   51 +-
 pcs/test/test_stonith.py                           |   42 +-
 pcs/test/tools/cib.py                              |   24 +-
 pcs/usage.py                                       |    3 +-
 pcs/utils.py                                       |   13 +-
 pcsd/bootstrap.rb                                  |   12 +-
 pcsd/capabilities.xml                              | 1536 ++++++++++++++++++++
 pcsd/pcs.rb                                        |   27 +-
 pcsd/pcsd.8                                        |    2 +-
 pcsd/pcsd.rb                                       |   40 +-
 pcsd/pcsd.service                                  |    2 +
 pcsd/pcsd.service.debian                           |    2 +
 pcsd/public/js/nodes-ember.js                      |   48 +-
 pcsd/remote.rb                                     |    7 +
 pcsd/settings.rb.debian                            |    1 +
 setup.py                                           |    2 +-
 41 files changed, 2200 insertions(+), 184 deletions(-)
 delete mode 100644 debian/patches/0009-Fix-pcsd-port.patch
 create mode 100644 debian/patches/0009-Fix-python3-build.patch
 delete mode 100644 debian/patches/0010-Fix-python3-build.patch
 delete mode 100644 debian/patches/0011-Add-service-documentation.patch
 create mode 100644 pcs/cli/common/capabilities.py
 create mode 100644 pcs/cli/common/test/test_capabilities.py
 create mode 100644 pcs/test/resources/capabilities.xml
 create mode 100644 pcs/test/resources/resource_agent_ocf_heartbeat_dummy_utf8.xml
 create mode 100644 pcsd/capabilities.xml

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/pcs.git



More information about the Debian-HA-Commits mailing list