-
Notifications
You must be signed in to change notification settings - Fork 24
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 Fortress packages for Ubuntu Jammy. #153
Update Fortress packages for Ubuntu Jammy. #153
Conversation
According to the script which scraped packages.osrfoundation.org ogre-2.2 is missing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All versions LGTM
I know there were plans to make an ogre-next package available upstream in Ubuntu Jammy but I don't think those plans have progressed.
We should be able to use libogre-next-dev
from Jammy upstream, no need to pull Ogre from the OSRF repo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI is complaining about ignition-physics5 source package although it seems to be in the list. Is this a false positive or a known bug in CI?
It's present in the config file: https://github.com/ros-infrastructure/reprepro-updater/pull/153/files#diff-ed53c00ca8237f7ba852b561c727fde4295b2d70918e55cfa6afbf12c142fd52R56 But there's a mismatch between the version in the sources and the version in the config / version in the binary-amd64 repository.
versus 5.1.0+osrf-2 in the config. I've just refreshed the config file and it still finds the same version for the binary ignition-physics5 packages. |
rosdep keys being added here: |
The Ignition Physics packages were revised and rebuilt for arm, bumping the package revision.
Package (= libignition-physics5-tpe-dev) |\ | ||
Package (= libignition-physics5-tpelib) |\ | ||
Package (= libignition-physics5-tpelib-dev) \ | ||
), ($Version (% 5.1.0+osrf-2*) | $Version (% 5.1.0+osrf-3*)) |\ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was manually changed after the scripted generator to account for a situation the script does not cover, where different platforms have different package revisions.
According to the script which scraped packages.osrfoundation.org ogre-2.2 is missing. I know there were plans to make an ogre-next package available upstream in Ubuntu Jammy but I don't think those plans have progressed.
Created using the script in #144