You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently only github.com is supported, but with eloquent the index contains also ros2_tracing components fetched from gitlab.com: https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing.git
which superflore refuses to generate recipes for.
To generate recipes for eloquent I've worked around this limitation by manually changing the index to use my temporary clone on github.com (https://github.com/shr-project/ros2_tracing) to generate the recipes and then changed the SRC_URI back to gitlab.com.
If we can expect that there will be more components hosted elsewhere, then we should enhance superflore to support that.
The text was updated successfully, but these errors were encountered:
If we can expect that there will be more components hosted elsewhere, then we should enhance superflore to support that.
There are packages hosted elsewhere, and many of them exist today in ROS 1. This shouldn't be fixed here, though, since it is more of a rosdistro limitation than a superflore limitation.
Once that issue is resolved, I don't believe there's anything that should prevent superflore from generating those recipes (though it will still be unable to push to a non-GitHub repository).
That's a good question... There's some good discussion on how to proceed, but I haven't had much reason to pursue it lately.
I stopped iterating on it when I saw there was a big difference in approach from my patch, and wanted to just start over on it (though didn't get around to it).
Currently only github.com is supported, but with eloquent the index contains also ros2_tracing components fetched from gitlab.com:
https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing.git
which superflore refuses to generate recipes for.
To generate recipes for eloquent I've worked around this limitation by manually changing the index to use my temporary clone on github.com (https://github.com/shr-project/ros2_tracing) to generate the recipes and then changed the SRC_URI back to gitlab.com.
If we can expect that there will be more components hosted elsewhere, then we should enhance superflore to support that.
The text was updated successfully, but these errors were encountered: