Where is the code that builds the Ubuntu packages?
I was hoping to find some ground truth for what comes with the .deb packages and how they are built.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
I was hoping to find some ground truth for what comes with the .deb packages and how they are built.
bloom is the tool in ROS which generates the Debian control files based on the metadata available in the package manifest.
ros_buildfarm is the Python package which drives the buildfarm which actually produces the .deb
files. But uultimately it simply invokes gbp buildpackage
and apt-src build
.
It seems the ROS2 config is here: https://github.com/ros2/ci
That repository doesn't contain any logic to create Debian packages. It only creates logic for CI jobs.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2018-07-19 10:35:19 -0500
Seen: 101 times
Last updated: Jul 19 '18
How does ROS2 select the default QoS profile ?
Porting micro-ROS on any microcontroller other than supported ones?
Colcon could not find a package configuration file provided by "catkin"
How to disable certain tests in ROS 2 Buildfarm?
ROS2/rviz2 cannot load pixmaps
Ros2 galactic and porting rqt plugins from ros1?
Missing header file(static_string.hpp) during compilation
Any way to see IO sooner with OnProcessIO event in ROS2 Launch Description?
intermittent errors with pyserial based service - how to make it robust?