Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import Gazebo11 11.15.0 and sync Citadel packages for Focal #220

Merged
merged 2 commits into from
Dec 19, 2024

Conversation

azeey
Copy link
Contributor

@azeey azeey commented Dec 17, 2024

Part of gazebo-tooling/release-tools#1223
Citadel has reached EOL and this is the final sync.

Packages in packages.osrfoundation.org and packages.ros.org

This was generated using

grep -oP "(?<=Package \(= ).*(?=\))" config/ignition_citadel_gazebo11_ubuntu_focal.yaml | xargs apt-cache madison | v

and filtered manually to only keep the main -dev packages.

ignition-citadel | 1.0.2-2~focal | http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 Packages
ignition-citadel | 1.0.2-2~focal | http://packages.ros.org/ros2/ubuntu focal/main amd64 Packages
libignition-cmake2-dev | 2.17.2-1~focal | http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 Packages
libignition-cmake2-dev | 2.15.0-1~focal | http://packages.ros.org/ros2/ubuntu focal/main amd64 Packages
libignition-common3-dev | 3.17.0-1~focal | http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 Packages
libignition-common3-dev | 3.14.2-1~focal | http://packages.ros.org/ros2/ubuntu focal/main amd64 Packages
libignition-fuel-tools4-dev | 4.9.1-1~focal | http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 Packages
libignition-fuel-tools4-dev | 4.6.0-1~focal | http://packages.ros.org/ros2/ubuntu focal/main amd64 Packages
libignition-gazebo3-dev | 3.15.1-1~focal | http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 Packages
libignition-gazebo3-dev | 3.14.0-1~focal | http://packages.ros.org/ros2/ubuntu focal/main amd64 Packages
libignition-gui3-dev | 3.12.0-1~focal | http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 Packages
libignition-gui3-dev | 3.11.2-1~focal | http://packages.ros.org/ros2/ubuntu focal/main amd64 Packages
libignition-launch2-dev | 2.3.1-1~focal | http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 Packages
libignition-launch2-dev | 2.3.0-1~focal | http://packages.ros.org/ros2/ubuntu focal/main amd64 Packages
libignition-math6-dev | 6.15.1-1~focal | http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 Packages
libignition-math6-dev | 6.15.1-1~focal | http://packages.ros.org/ros2/ubuntu focal/main amd64 Packages
libignition-msgs5-dev | 5.11.0-1~focal | http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 Packages
libignition-msgs5-dev | 5.10.0-4~focal | http://packages.ros.org/ros2/ubuntu focal/main amd64 Packages
libignition-physics2-dev | 2.6.2-1~focal | http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 Packages
libignition-physics2-dev | 2.5.1-1~focal | http://packages.ros.org/ros2/ubuntu focal/main amd64 Packages
libignition-plugin-dev | 1.4.0-1~focal | http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 Packages
libignition-plugin-dev | 1.4.0-1~focal | http://packages.ros.org/ros2/ubuntu focal/main amd64 Packages
libignition-rendering3-dev | 3.7.2-1~focal | http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 Packages
libignition-rendering3-dev | 3.6.0-5~focal | http://packages.ros.org/ros2/ubuntu focal/main amd64 Packages
libignition-sensors3-dev | 3.6.0-1~focal | http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 Packages
libignition-sensors3-dev | 3.4.0-1~focal | http://packages.ros.org/ros2/ubuntu focal/main amd64 Packages
libignition-tools-dev | 1.5.0-1~focal | http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 Packages
libignition-tools-dev | 1.5.0-1~focal | http://packages.ros.org/ros2/ubuntu focal/main amd64 Packages
libignition-transport8-dev | 8.5.0-1~focal | http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 Packages
libignition-transport8-dev | 8.3.0-2~focal | http://packages.ros.org/ros2/ubuntu focal/main amd64 Packages
libsdformat9-dev | 9.10.1-1~focal | http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 Packages
libsdformat9-dev | 9.8.0-1~focal | http://packages.ros.org/ros2/ubuntu focal/main amd64 Packages

cc @j-rivero

Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
@j-rivero
Copy link
Contributor

These changes are partially used in #219 and can potentially affect the behavior of Gazebo11 on Noetic. I think that we can merge both in this PR bumping Gazebo11.

Currently blocked at ros-infrastructure/ros_buildfarm#1080

@j-rivero j-rivero changed the title Sync Citadel packages for Focal Import Gazebo11 11.15.0 and sync Citadel packages for Focal Dec 18, 2024
Copy link
Contributor

@nuclearsandwich nuclearsandwich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The rollout process for this change will be different than usual. Instead of using the aptly scripts to apply this change on the bootstrap repository, we should specify it directly on build.ros.org in order to run it with the main repository import excluded.

Updating these packages in the normal bootstrap repository would cause any other import_upstream job to break the seal and put these packages in main.

Once the noetic sync as put these packages in main, it's probably worth going back and putting these in the bootstrap repository for all other build farms down stream of it.

@j-rivero j-rivero merged commit 248d6f9 into ros-infrastructure:master Dec 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants