-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Develop more complete EOL policies #18296
Comments
As announced rosdep no longer pulls out-of-support distros by default. I like the idea of taking snapshots of rosdep keys when retiring distros. Perhaps we can start with just branches or tags on this repository? |
Gentle bump here, is it possible to create tag like Now that some rules have been changed for some EOL ROS distros while their host Linux distros is still active, a tagged version of the rosdep database would be valuable for people still using the EOL ROS distro. Similarly is would be useful for people still using e.g. trusty ELTS. |
@tfoote @nuclearsandwich friendly ping |
@mjcarroll @tfoote Since Eloquent and Kinetic are the next ones to be EOLed. |
We now are tagging the rosdistro on every sync which includes the rosdistro state and rosdep keys that were aggregated at the time. As such if you want to revive something on an EOL distro or EOL rosdistro you can checkout from those tags. And it takes a little bit of work, but you can also setup rosdep sources to pull from the tags which will reenable them from the snapshot. We have added the |
More discussion at: #31569 |
I really like the idea of having a "final" tag in the snapshots apt repository. Would it be possible to follow the same logic here and tag |
Tagging the rosdistro with final probably does make sense using the safe ref as the last dated snapshot. I'd suggest |
@tfoote do you think we could experiment this for the upcoming melodic EOL ? |
Filing this to keep track of my discussion with @mikaelarguedas
When an Ubuntu Distro goes EOL if we remove it from the rosdistro it stops being resolvable via rosdistro APIs. #18151 (comment) and #18235 A potential solution for this is to take a snapshot of the rosdistro contents and make a static rosdep.yaml file with the contents for people to add to their sources.
Related we also noticed that rosdep update is pulling a lot of old content even on newer platforms. Due to groovy and newer being in the index.yaml We should also have a policy for retiring these keys.
And if we're snapshotting EOL distros, that might also be an opportunity to prune those keys from the main rosdep database. The snapshot could include both the rosdistro results and the distro specific rules from the main rosdep database. And then we could retire those from the main database to allow us to simplify.
The text was updated successfully, but these errors were encountered: