[Debian-ha-commits] [resource-agents] branch master updated (462f45c -> e9b9501)

Valentin Vidic vvidic-guest at moszumanska.debian.org
Sun Nov 26 13:19:34 UTC 2017


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

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

      from  462f45c   Remove myself from Uploaders
       new  f047456   New upstream version 4.1.0~rc1
       new  ed0c6d0   Merge tag 'upstream/4.1.0_rc1'
       new  d48be03   debian/patches: refresh for new version
       new  32f9076   debian/rules: use first non-empty line for agent description
       new  2c7e9ce   debian/install: update systemd files
       new  fac6da3   debian/tests: disable apparmor for mysql
       new  06b734b   debian/control: update Standards-Version to 4.1.1
       new  09657da   debian/changelog: cleanup trailing whitespace
       new  68d8ecb   debian/copyright: update Format URL
       new  f1de162   debian/control: remove python from Depends
       new  e9b9501   releasing package resource-agents version 1:4.1.0~rc1-1

The 11 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:
 .travis.yml                                 |   5 +-
 ChangeLog                                   |  72 +++
 Makefile.am                                 |   2 +-
 ci/build.sh                                 |   4 +-
 configure.ac                                |  11 +-
 debian/changelog                            |  41 +-
 debian/control                              |   4 +-
 debian/copyright                            |   2 +-
 debian/ldirectord.install                   |   2 +-
 debian/patches/ipv6-linux-only              |   2 +-
 debian/patches/pgsql-9.6                    |  38 --
 debian/patches/reproducible.patch           |   2 +-
 debian/patches/series                       |   1 -
 debian/resource-agents.install              |   2 +
 debian/rules                                |   2 +-
 debian/tests/run-ocft                       |   4 +
 doc/dev-guides/ra-dev-guide.asc             |   6 +-
 doc/man/Makefile.am                         |   8 +
 heartbeat/CTDB                              |  21 +-
 heartbeat/IPaddr2                           | 215 ++++---
 heartbeat/LVM                               | 333 ++---------
 heartbeat/LVM-activate                      | 840 ++++++++++++++++++++++++++++
 heartbeat/Makefile.am                       |  13 +
 heartbeat/NodeUtilization                   | 226 ++++++++
 heartbeat/Raid1                             |  34 +-
 heartbeat/Route                             |  29 +-
 heartbeat/SAPInstance                       |  25 +
 heartbeat/VirtualDomain                     | 106 +++-
 heartbeat/ZFS                               | 192 +++++++
 heartbeat/anything                          |  20 +-
 heartbeat/aws-vpc-move-ip                   | 306 ++++++++++
 heartbeat/aws-vpc-route53                   | 302 ++++++++++
 heartbeat/awseip                            |  28 +-
 heartbeat/awsvip                            |  18 +-
 heartbeat/clvm                              |   7 +-
 heartbeat/db2                               |  16 +-
 heartbeat/docker                            | 110 +++-
 heartbeat/exportfs                          |  10 +-
 heartbeat/galera                            | 117 +++-
 heartbeat/iSCSILogicalUnit                  |  57 +-
 heartbeat/iSCSITarget                       |   7 +
 heartbeat/kamailio                          |  71 ++-
 heartbeat/lvm-clvm.sh                       |  86 +++
 heartbeat/lvm-plain.sh                      |  62 ++
 heartbeat/lvm-tag.sh                        | 205 +++++++
 heartbeat/lvmlockd                          | 352 ++++++++++++
 heartbeat/minio                             | 289 ++++++++++
 heartbeat/mysql                             |  20 +-
 heartbeat/named                             |  14 +-
 heartbeat/nfsserver                         |   8 +-
 heartbeat/nginx                             |   2 +-
 heartbeat/ocf-directories.in                |   2 +-
 heartbeat/ocf-shellfuncs.in                 | 160 +++++-
 heartbeat/oraasm                            | 179 ++++++
 heartbeat/{ethmonitor => ovsmonitor}        | 307 ++++------
 heartbeat/pgsql                             | 152 +++--
 heartbeat/portblock                         |   2 +-
 heartbeat/rabbitmq-cluster                  | 157 +++---
 heartbeat/redis                             |  13 +-
 heartbeat/{docker => rkt}                   | 262 ++++-----
 heartbeat/sapdb.sh                          |   2 +-
 heartbeat/sg_persist                        |   4 +-
 heartbeat/varnish                           |  72 ++-
 resource-agents.spec.in                     |  54 +-
 rgmanager/src/resources/Makefile.am         |   2 +-
 {ldirectord/systemd => systemd}/Makefile.am |   9 +-
 systemd/resource-agents-deps.target         |   2 +
 systemd/resource-agents.conf                |   1 +
 tools/send_arp.libnet.c                     |   4 +-
 tools/send_arp.linux.c                      |  43 ++
 70 files changed, 4737 insertions(+), 1039 deletions(-)
 delete mode 100644 debian/patches/pgsql-9.6
 create mode 100755 heartbeat/LVM-activate
 create mode 100755 heartbeat/NodeUtilization
 create mode 100755 heartbeat/ZFS
 create mode 100755 heartbeat/aws-vpc-move-ip
 create mode 100755 heartbeat/aws-vpc-route53
 create mode 100644 heartbeat/lvm-clvm.sh
 create mode 100644 heartbeat/lvm-plain.sh
 create mode 100644 heartbeat/lvm-tag.sh
 create mode 100755 heartbeat/lvmlockd
 create mode 100755 heartbeat/minio
 create mode 100755 heartbeat/oraasm
 copy heartbeat/{ethmonitor => ovsmonitor} (54%)
 copy heartbeat/{docker => rkt} (62%)
 copy {ldirectord/systemd => systemd}/Makefile.am (83%)
 create mode 100644 systemd/resource-agents-deps.target
 create mode 100644 systemd/resource-agents.conf

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



More information about the Debian-HA-Commits mailing list