-
Notifications
You must be signed in to change notification settings - Fork 146
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
Update release suites. #564
Conversation
Yakkety, Zesty, Artful, and Cosmic are all EOL as well, per: https://wiki.ubuntu.com/Releases But I definitely agree about adding disco and eoan (though we wouldn't be able to land support for them here until @wjwwood What's the policy on supporting EOL'd releases in these cases? |
I opened the PR in bulk as I was spinning up the ROS bootstrap repositories which I had to do for all new distributions regardless of release status. If there is no demand for it I'd much prefer not releasing into distros that are already unsupported at the time of release. |
@wjwwood Can we get |
Testing in |
@mikepurvis I think this could just be merged. |
Sounds good thanks. I'll push one extra commit bumping the supported Python version to 3.5, as that's the Xenial baseline (and already the minimum version per |
Jessie which is still listed in the suites comes with Python 3.4 afaik. |
Huh. I'm not sure what my level of commitment is to pre-3.5 testing and validation, particularly in service of supporting oldoldstable. Perhaps |
Kinetic is still an actively supported distro and targets Jessie (see https://www.ros.org/reps/rep-0003.html#kinetic-kame-may-2016-may-2021). |
Jessie users would still have Anyway, I don't feel strongly one way or another on this. I can bump back the Python version number to 3.4, here and in the travis testing config, but there's unlikely to be much in terms of actual support or attention to issues with it. What is the OSRF opinion on this? |
I don't have an opinion regarding (I would rather like to see the effort spent on adding what is missing to |
Colcon doesn't support Xenial or Jessie either (colcon/colcon-core#138 (comment)), which is one of the barriers for us pursuing a migration to it. :) |
|
I don't have an opinion on what to do one way or the other. I doubt there are many people using I really don't see what |
Ah. The current master branch of catkin tools also uses |
Not that it changes what you should do imo, but |
AFAIR, Again, doesn't really matter, I just wanted to point out that you can use |
Cool, thanks for the clarification. I'll merge this later today if there are no objections. |
Cosmic, Disco, and Eoan are now live on the ROS bootstrap repository and future releases should be pushed to them as well.
The second commit removes suites older than Ubuntu Xenial and Debian Jessie.