[ros-diagnostics] branch master updated (a3c5cfc -> f779fe1)
Jochen Sprickerhof
jspricke at moszumanska.debian.org
Sun Dec 4 09:02:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
jspricke pushed a change to branch master
in repository ros-diagnostics.
from a3c5cfc Update my email address
adds 001366c New upstream version 1.8.10
new 0634335 Merge tag 'upstream/1.8.10'
new 026e6f1 Rebase patches
new 639bca4 Update changelog for 1.8.10-1 release
new f779fe1 Update build dependencies
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:
.gitignore | 4 +
.travis.yml | 30 +++
debian/changelog | 4 +-
debian/control | 2 +-
.../0002-Add-Debian-specific-SOVERSION.patch | 4 +-
diagnostic_aggregator/CHANGELOG.rst | 224 ++++++++++++++++++++
diagnostic_aggregator/CMakeLists.txt | 25 ++-
diagnostic_aggregator/demo/pr2_analyzers.yaml | 20 +-
.../include/diagnostic_aggregator/aggregator.h | 47 +++++
.../include/diagnostic_aggregator/analyzer_group.h | 24 ++-
.../diagnostic_aggregator/generic_analyzer_base.h | 12 +-
diagnostic_aggregator/package.xml | 17 +-
diagnostic_aggregator/scripts/add_analyzers | 69 ++++++
diagnostic_aggregator/src/aggregator.cpp | 119 +++++++++--
diagnostic_aggregator/src/analyzer_group.cpp | 25 ++-
diagnostic_aggregator/test/add_analyzers.yaml | 9 +
diagnostic_aggregator/test/add_analyzers_test.py | 135 ++++++++++++
.../test/launch/test_add_agg.launch | 10 +
.../test/launch/test_script_add.launch | 3 +
diagnostic_analysis/CHANGELOG.rst | 98 +++++++++
diagnostic_analysis/package.xml | 2 +-
diagnostic_common_diagnostics/CHANGELOG.rst | 100 +++++++++
diagnostic_common_diagnostics/package.xml | 2 +-
diagnostic_updater/CHANGELOG.rst | 232 +++++++++++++++++++++
diagnostic_updater/package.xml | 2 +-
diagnostics/CHANGELOG.rst | 85 ++++++++
diagnostics/package.xml | 2 +-
self_test/CHANGELOG.rst | 194 +++++++++++++++++
self_test/package.xml | 2 +-
test_diagnostic_aggregator/CHANGELOG.rst | 104 +++++++++
test_diagnostic_aggregator/package.xml | 6 +-
31 files changed, 1544 insertions(+), 68 deletions(-)
create mode 100644 .travis.yml
create mode 100644 diagnostic_aggregator/CHANGELOG.rst
create mode 100755 diagnostic_aggregator/scripts/add_analyzers
create mode 100644 diagnostic_aggregator/test/add_analyzers.yaml
create mode 100755 diagnostic_aggregator/test/add_analyzers_test.py
create mode 100644 diagnostic_aggregator/test/launch/test_add_agg.launch
create mode 100644 diagnostic_aggregator/test/launch/test_script_add.launch
create mode 100644 diagnostic_analysis/CHANGELOG.rst
create mode 100644 diagnostic_common_diagnostics/CHANGELOG.rst
create mode 100644 diagnostic_updater/CHANGELOG.rst
create mode 100644 diagnostics/CHANGELOG.rst
create mode 100644 self_test/CHANGELOG.rst
create mode 100644 test_diagnostic_aggregator/CHANGELOG.rst
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/ros-diagnostics.git
More information about the debian-science-commits
mailing list