From 7fa4936d01e7d33b4e91ba3e02455a96c18dabcb Mon Sep 17 00:00:00 2001 From: Ethan Gao Date: Fri, 29 Jun 2018 10:21:34 +0000 Subject: [PATCH 1/3] ros2_message_filters: 2.0.0-1 in 'bouncy/distribution.yaml' [bloom] --- bouncy/distribution.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/bouncy/distribution.yaml b/bouncy/distribution.yaml index 4348e455b774b..5e641eb4f3257 100644 --- a/bouncy/distribution.yaml +++ b/bouncy/distribution.yaml @@ -824,6 +824,24 @@ repositories: url: https://github.com/ros2/ros1_bridge.git version: master status: developed + ros2_message_filters: + doc: + type: git + url: https://github.com/intel/ros2_message_filters.git + version: 2.0.0 + release: + packages: + - message_filters + tags: + release: release/bouncy/{package}/{version} + url: https://github.com/ros2-gbp/ros2_message_filters-release.git + version: 2.0.0-1 + source: + test_pull_requests: true + type: git + url: https://github.com/intel/ros2_message_filters.git + version: master + status: maintained ros2cli: doc: type: git From 03b1e6c9a2f7d12e4747bd6c14856bab93cfe84c Mon Sep 17 00:00:00 2001 From: Ethan Gao <16472154+gaoethan@users.noreply.github.com> Date: Mon, 2 Jul 2018 01:39:02 +0000 Subject: [PATCH 2/3] refine release configuration of message filters - rename package name from ros2_message_filters to message_filters - remove test_pull_request configuration before it's finally ready to use --- bouncy/distribution.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bouncy/distribution.yaml b/bouncy/distribution.yaml index 5e641eb4f3257..ab5732c4dd3c9 100644 --- a/bouncy/distribution.yaml +++ b/bouncy/distribution.yaml @@ -824,20 +824,17 @@ repositories: url: https://github.com/ros2/ros1_bridge.git version: master status: developed - ros2_message_filters: + message_filters: doc: type: git url: https://github.com/intel/ros2_message_filters.git version: 2.0.0 release: - packages: - - message_filters tags: release: release/bouncy/{package}/{version} url: https://github.com/ros2-gbp/ros2_message_filters-release.git version: 2.0.0-1 source: - test_pull_requests: true type: git url: https://github.com/intel/ros2_message_filters.git version: master From cb03f2dcbf29e6e5fef785b4294fb5449e8227ea Mon Sep 17 00:00:00 2001 From: Ethan Gao <16472154+gaoethan@users.noreply.github.com> Date: Mon, 2 Jul 2018 06:07:01 +0000 Subject: [PATCH 3/3] Involve message_filters with alphabetical order Adjust the package alphabetical order of message_filters --- bouncy/distribution.yaml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/bouncy/distribution.yaml b/bouncy/distribution.yaml index ab5732c4dd3c9..e3444938ccd20 100644 --- a/bouncy/distribution.yaml +++ b/bouncy/distribution.yaml @@ -476,6 +476,21 @@ repositories: url: https://github.com/ros2/libyaml_vendor.git version: master status: maintained + message_filters: + doc: + type: git + url: https://github.com/intel/ros2_message_filters.git + version: 2.0.0 + release: + tags: + release: release/bouncy/{package}/{version} + url: https://github.com/ros2-gbp/ros2_message_filters-release.git + version: 2.0.0-1 + source: + type: git + url: https://github.com/intel/ros2_message_filters.git + version: master + status: maintained navigation: doc: type: git @@ -824,21 +839,6 @@ repositories: url: https://github.com/ros2/ros1_bridge.git version: master status: developed - message_filters: - doc: - type: git - url: https://github.com/intel/ros2_message_filters.git - version: 2.0.0 - release: - tags: - release: release/bouncy/{package}/{version} - url: https://github.com/ros2-gbp/ros2_message_filters-release.git - version: 2.0.0-1 - source: - type: git - url: https://github.com/intel/ros2_message_filters.git - version: master - status: maintained ros2cli: doc: type: git