From f8a69fefac5fdcb8bdf8a90d4e268676de8fd483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20L=C3=BCdtke?= <727227+mathias-luedtke@users.noreply.github.com> Date: Wed, 18 Jan 2023 21:51:01 +0100 Subject: [PATCH] Mark galactic as EOL --- doc/index.rst | 2 +- industrial_ci/src/ros.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/index.rst b/doc/index.rst index d5eb802ad..d81b1c432 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -37,7 +37,7 @@ The following `ROS `__ / `ROS2 `__ *(EOL)* * `Eloquent `__ *(EOL)* * `Foxy `__ -* `Galactic `__ +* `Galactic `__ *(EOL)* * `Humble `__ * `Rolling `__ diff --git a/industrial_ci/src/ros.sh b/industrial_ci/src/ros.sh index 7841d5f0b..473085e96 100644 --- a/industrial_ci/src/ros.sh +++ b/industrial_ci/src/ros.sh @@ -79,6 +79,7 @@ function _set_ros_defaults { ;; "galactic") _ros2_defaults "focal" + export ROS_VERSION_EOL=true ;; "humble") _ros2_defaults "jammy"