From 447ec9786696cdff679b9a9ecec74a22e37591df Mon Sep 17 00:00:00 2001 From: Christoph Froehlich Date: Mon, 13 May 2024 18:08:21 +0000 Subject: [PATCH 1/2] Mark Jazzy as released --- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index 6db9c4befc..8f5007b530 100644 --- a/conf.py +++ b/conf.py @@ -203,9 +203,9 @@ # Add branches you want to whitelist here. smv_branch_whitelist = r"^(foxy|galactic|humble|iron|jazzy|"+ base_branch + r")$" -smv_released_pattern = r"^refs/(heads|remotes/[^/]+)/(foxy|galactic|humble|iron).*$" +smv_released_pattern = r"^refs/(heads|remotes/[^/]+)/(foxy|galactic|humble|iron|jazzy).*$" smv_remote_whitelist = r"^(origin)$" -smv_latest_version = "iron" +smv_latest_version = "jazzy" smv_eol_versions = ["foxy", "galactic"] distro_full_names = { From 61503a47ab78729d99a427681a1c1ce8a3227437 Mon Sep 17 00:00:00 2001 From: Christoph Froehlich Date: Tue, 14 May 2024 12:28:30 +0000 Subject: [PATCH 2/2] Update compile-from-source information --- doc/getting_started/getting_started.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/getting_started/getting_started.rst b/doc/getting_started/getting_started.rst index b292ad0aa8..1a88882177 100644 --- a/doc/getting_started/getting_started.rst +++ b/doc/getting_started/getting_started.rst @@ -15,14 +15,17 @@ To use it, you have to install ``ros-{DISTRO}-ros2-control`` and ``ros-{DISTRO}- Building from Source --------------------------- -The rolling branch is compatible with both Humble and Iron ROS distributions. You can find more information about this compatibility on the respective `Humble `__ and `Iron `__ versions of this page. +The rolling branch is compatible with both Humble and Iron ROS distributions. You can find more information about this compatibility on the respective `Humble `__, `Iron `__, and `Jazzy `__ versions of this page. .. raw:: html {DISTRO} Binary Build
- Rolling Compatibility iron + Rolling Compatibility iron
+ + Rolling Compatibility jazzy
+ Rolling Compatibility humble