[Debian-ha-commits] [pacemaker] branch debian/master updated (32a2c65 -> 2bf1e07)

Christoph Berg myon at debian.org
Tue Jan 26 09:14:23 UTC 2016


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

myon pushed a change to branch debian/master
in repository pacemaker.

      from  32a2c65   Fix debian/check_header_deps.
       new  836e034   Use PKG_CHECK_MODULES to check for libqb version
       new  0fe7a4d   Use result of PKG_CHECK_MODULES for libqb check
       new  97c4d41   Merge pull request #859 from rubenk/pkgconfig
       new  fa90799   Use sh, not bash, for best-match.sh
       new  6ff5018   Merge pull request #860 from rubenk/use-sh-not-bash-for-best-match-sh
       new  8ebeb52   Use extended regex for matching versions
       new  d2466ef   Merge pull request #861 from rubenk/sed-use-extended-regex
       new  4f6c8c2   Fix an unused variable warning
       new  f36a617   Merge pull request #862 from rubenk/freebsd-fix-undefined-variable-warning
       new  6ca1d17   Remove unused Linux-specific header
       new  456828c   Merge pull request #863 from rubenk/remove-unused-header
       new  da694e0   Fix detection of heartbeat headers on FreeBSD
       new  e16447d   Merge pull request #866 from rubenk/fix-heartbeat-detection
       new  694d9df   Test: cts: Plugin-based cluster has its own PacemakerUp pattern
       new  5339582   Test: cts: Move search patterns to the right place for cman
       new  0836f2a   Merge pull request #849 from gao-yan/cts-patterns-v0
       new  e3e1b75   Low: libcrmcommon: when caching attrd connection, cache connection flags as well
       new  5f8a298   Low: all: spelling corrections
       new  60ab487   Doc: update change log for 1.1.14-rc4
       new  7a9e1a6   Merge pull request #870 from kgaillot/1.1
       new  8c5cb43   Fix typo: isnt -> isn't
       new  6dfafec   Fix typo: doesnt -> doesn't
       new  ac2c6e9   Fix typos: dependan* -> dependen*
       new  a4a89f4   Fix typo: Retreived -> Retrieved
       new  6f4998e   Fix typo: occured -> occurred
       new  37524ee   Use the clusterlabs Publican brand for building the books
       new  90662b4   Libraries go after linker flags
       new  74c3118   Clean up generated files
       new  e0ba29d   Merge pull request #877 from wferi/typo-and-build-fixes
       new  fb8be40   High: fencing: topology is not used
       new  31cc458   Fix: libfencing: topology is not used
       new  25326b1   Fix: fencing, libfencing: remap fence agent error codes before async callback
       new  ce9f2ae   Test: fencing: update regression tests for changed log messages
       new  1da2eb3   Fix: extra: update SNMP MIB with new pacemakerTrap OID containing pacemakerNotificationTrap
       new  406b969   Merge pull request #878 from kgaillot/1.1
       new  f4b2093   autotools: suppress portability warnings
       new  f448b61   Merge pull request #864 from rubenk/autoconf-suppress-warnings
       new  2482e1a   crm_resource --list-agents: don't print uninitialized memory
       new  32185db   Merge pull request #879 from wferi/list-agents
       new  389bf87   Fix: tools: crm_resource compile issue
       new  a3dc8be   Merge pull request #881 from kgaillot/1.1
       new  9c6ab3b   Fix: test: allow pacemaker_remote regression tests to be run via BasicSanity.sh
       new  3453803   Test: cts: update ignore patterns for RemoteStonithd test
       new  dd84eaa   Doc: update change log for 1.1.14-rc5
       new  36ff430   Merge pull request #883 from kgaillot/1.1
       new  b93b409   Imported Upstream version 1.1.14~rc5
       new  4cae0b4   Merge tag 'upstream/1.1.14_rc5' into debian/master
       new  30980dc   Delete upstreamed patches
       new  43883ae   The debug package overrides are not needed with automatic debug packages
       new  356a33e   Stop disabling -Werror
       new  286053e   New patch Don-t-override-a-libdir-containing.patch
       new  0cc1142   Enable parallel builds
       new  03f18e2   Rewrite debian/check_header_deps
       new  ac34441   Replace remote RA description patch with upstream proposal
       new  5e8586f   Fix typos: forsee -> foresee, spilt -> split
       new  7dbae23   Merge pull request #885 from wferi/typo-fix
       new  3658508   Don't override any libdir containing $prefix
       new  71164cc   Merge pull request #886 from wferi/sanitize
       new  0ecd7ac   Fix: cib: don't have code that is shortcircuited in plugin-mode compiled   makes coverity happy
       new  2bf9946   Fix: crmd: 0 is a valid fd   makes coverity happy
       new  93b9f2c   Fix: fencing: free only after last usage   makes coverity happy
       new  f0b585a   Merge pull request #891 from wenningerk/coverity_1.1
       new  525521f   Doc: update change log for 1.1.14
       new  70404b0   Merge pull request #892 from kgaillot/1.1
       new  4f0ffed   Imported Upstream version 1.1.14
       new  b4ddc03   Merge tag 'upstream/1.1.14' into debian/master
       new  cf25e77   Delete upstreamed patch
       new  fdbb9ab   Delete rejected RA description patch
       new  2bf1e07   Update changelog for 1.1.14-1 release

The 69 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:
 .gitignore                                         |    1 +
 BasicSanity.sh                                     |   50 +-
 ChangeLog                                          |   32 +-
 Makefile.am                                        |    1 -
 autogen.sh                                         |    2 +-
 cib/callbacks.c                                    |    6 +-
 cib/common.c                                       |    2 +-
 cib/io.c                                           |    2 +-
 cib/messages.c                                     |    2 +-
 configure.ac                                       |   22 +-
 crmd/Makefile.am                                   |    5 +-
 crmd/control.c                                     |   11 +-
 crmd/election.c                                    |    2 +-
 crmd/fsa_defines.h                                 |   23 +-
 crmd/lrm.c                                         |    4 +-
 crmd/messages.c                                    |   10 +-
 crmd/te_actions.c                                  |    2 +-
 crmd/te_utils.c                                    |    2 +-
 cts/CTStests.py                                    |    6 +-
 cts/patterns.py                                    |    9 +-
 debian/changelog                                   |   17 +
 debian/check_header_deps                           |   49 +-
 ...tion-to-the-pacemaker_remote-RA-for-prope.patch |   33 -
 debian/patches/Clean-up-generated-files.patch      |  137 -
 debian/patches/Fix-typo-Retreived-Retrieved.patch  |   21 -
 debian/patches/Fix-typo-doesnt-doesn-t.patch       |  146 -
 debian/patches/Fix-typo-isnt-isn-t.patch           |   63 -
 debian/patches/Fix-typo-occured-occurred.patch     |   49 -
 debian/patches/Fix-typos-dependan-dependen.patch   | 6529 --------------------
 .../patches/Libraries-go-after-linker-flags.patch  |   39 -
 ...sterlabs-Publican-brand-for-building-the-.patch |   70 -
 ...ource-avoid-printing-uninitialized-memory.patch |   46 -
 ...la-needs-additional-libraries-during-link.patch |    2 +-
 debian/patches/series                              |   10 -
 debian/rules                                       |   12 +-
 debian/source/lintian-overrides                    |    4 -
 doc/Makefile.am                                    |   23 +-
 doc/Pacemaker_Remote/en-US/Ch-Intro.txt            |    2 +-
 extra/PCMK-MIB.txt                                 |   66 +-
 extra/showscores.sh                                |    4 +-
 fencing/Makefile.am                                |    2 +
 fencing/commands.c                                 |   20 +-
 fencing/main.c                                     |    2 +-
 fencing/regression.py.in                           |   27 +-
 include/crm/common/xml.h                           |    2 +-
 include/crm/lrmd.h                                 |    2 +-
 lib/cib/cib_utils.c                                |    2 +-
 lib/cluster/Makefile.am                            |    4 +-
 lib/cluster/election.c                             |    4 +-
 lib/cluster/heartbeat.c                            |    4 +-
 lib/common/digest.c                                |    2 +-
 lib/common/mainloop.c                              |    2 +-
 lib/common/remote.c                                |    2 +-
 lib/common/utils.c                                 |    6 +-
 lib/common/watchdog.c                              |    1 -
 lib/common/xml.c                                   |   10 +-
 lib/fencing/st_client.c                            |   30 +-
 lib/pengine/native.c                               |    4 +-
 lib/pengine/unpack.c                               |   10 +-
 lib/pengine/utils.c                                |   14 +-
 lrmd/Makefile.am                                   |    2 +
 mcp/Makefile.am                                    |    6 +-
 pengine/Makefile.am                                |    4 +-
 pengine/allocate.c                                 |    7 +-
 pengine/clone.c                                    |    4 +-
 pengine/graph.c                                    |    4 +-
 pengine/master.c                                   |    2 +-
 pengine/native.c                                   |    2 +-
 pengine/regression.sh                              |   12 +-
 .../{group-dependants.dot => group-dependents.dot} |    0
 .../{group-dependants.exp => group-dependents.exp} |    0
 ...p-dependants.scores => group-dependents.scores} |    0
 ...dependants.summary => group-dependents.summary} |    0
 .../{group-dependants.xml => group-dependents.xml} |    0
 ...-dependant-ban.dot => master-dependent-ban.dot} |    0
 ...-dependant-ban.exp => master-dependent-ban.exp} |    0
 ...dant-ban.scores => master-dependent-ban.scores} |    0
 ...nt-ban.summary => master-dependent-ban.summary} |    0
 ...-dependant-ban.xml => master-dependent-ban.xml} |    0
 tools/Makefile.am                                  |    5 +-
 tools/crm_resource.c                               |   18 +-
 tools/crmadmin.c                                   |    2 +-
 tools/test.iso8601.c                               |    2 +-
 valgrind-pcmk.suppressions                         |    2 +-
 xml/Makefile.am                                    |    5 +-
 xml/best-match.sh                                  |    2 +-
 xml/regression.sh                                  |    2 +-
 87 files changed, 332 insertions(+), 7415 deletions(-)
 delete mode 100644 debian/patches/Add-description-to-the-pacemaker_remote-RA-for-prope.patch
 delete mode 100644 debian/patches/Clean-up-generated-files.patch
 delete mode 100644 debian/patches/Fix-typo-Retreived-Retrieved.patch
 delete mode 100644 debian/patches/Fix-typo-doesnt-doesn-t.patch
 delete mode 100644 debian/patches/Fix-typo-isnt-isn-t.patch
 delete mode 100644 debian/patches/Fix-typo-occured-occurred.patch
 delete mode 100644 debian/patches/Fix-typos-dependan-dependen.patch
 delete mode 100644 debian/patches/Libraries-go-after-linker-flags.patch
 delete mode 100644 debian/patches/Use-the-clusterlabs-Publican-brand-for-building-the-.patch
 delete mode 100644 debian/patches/crm_resource-avoid-printing-uninitialized-memory.patch
 delete mode 100644 debian/source/lintian-overrides
 rename pengine/test10/{group-dependants.dot => group-dependents.dot} (100%)
 rename pengine/test10/{group-dependants.exp => group-dependents.exp} (100%)
 rename pengine/test10/{group-dependants.scores => group-dependents.scores} (100%)
 rename pengine/test10/{group-dependants.summary => group-dependents.summary} (100%)
 rename pengine/test10/{group-dependants.xml => group-dependents.xml} (100%)
 rename pengine/test10/{master-dependant-ban.dot => master-dependent-ban.dot} (100%)
 rename pengine/test10/{master-dependant-ban.exp => master-dependent-ban.exp} (100%)
 rename pengine/test10/{master-dependant-ban.scores => master-dependent-ban.scores} (100%)
 rename pengine/test10/{master-dependant-ban.summary => master-dependent-ban.summary} (100%)
 rename pengine/test10/{master-dependant-ban.xml => master-dependent-ban.xml} (100%)

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



More information about the Debian-HA-Commits mailing list