ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

How to Unbuild Packages

asked 2013-12-29 10:11:14 -0500

David Lu gravatar image

I want to take some packages off the build farm. I tried moving the package.xmls to package.xml.NOBUILD (as I've seen done) but after I prepare my catkin release, the packages won't bloom-release.

==> git push --tags
Total 0 (delta 0), reused 0 (delta 0)
To <a href="https://github.com/brown-release/nasa_r2_simulator_release">https://github.com/brown-release/nasa_r2_simulator_release</a>
 * [new tag]         debian/ros-hydro-r2-gazebo_0.5.4-1_precise -> debian/ros-hydro-r2-gazebo_0.5.4-1_precise
 * [new tag]         debian/ros-hydro-r2-gazebo_0.5.4-1_quantal -> debian/ros-hydro-r2-gazebo_0.5.4-1_quantal
 * [new tag]         debian/ros-hydro-r2-gazebo_0.5.4-1_raring -> debian/ros-hydro-r2-gazebo_0.5.4-1_raring
 * [new tag]         release/hydro/r2_gazebo/0.5.4-1 -> release/hydro/r2_gazebo/0.5.4-1
 ! [rejected]        debian/ros-hydro-gazebo-gripper_0.5.3-1_precise -> debian/ros-hydro-gazebo-gripper_0.5.3-1_precise (already exists)
 ! [rejected]        debian/ros-hydro-gazebo-gripper_0.5.3-1_quantal -> debian/ros-hydro-gazebo-gripper_0.5.3-1_quantal (already exists)
 ! [rejected]        debian/ros-hydro-gazebo-gripper_0.5.3-1_raring -> debian/ros-hydro-gazebo-gripper_0.5.3-1_raring (already exists)
 etc....
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-12-29 12:14:53 -0500

tfoote gravatar image

To remove something from the buildfarm remove it from the rosdistro.

To tell bloom to ignore it in the future you can use a hydro.ignored in your gbp repo: https://github.com/ros-gbp/ros_comm-release

edit flag offensive delete link more

Comments

What if I only want to remove some of the packages from the "stack"?

David Lu gravatar image David Lu  ( 2013-12-29 13:58:22 -0500 )edit

Only remove those packages from the rosdistro file. They are listed explicitly https://github.com/ros/rosdistro/blob/master/hydro/release.yaml#L1229 in the release.yaml

tfoote gravatar image tfoote  ( 2013-12-29 14:22:49 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2013-12-29 10:11:14 -0500

Seen: 386 times

Last updated: Dec 29 '13