Skip to content

Commit

Permalink
Use binary released packages for binary builds only.
Browse files Browse the repository at this point in the history
The idea behind this is basically this:
 * If we require direct upstream dependencies in a more recent version,
   we have the semi-binary builds. With this, it would be acceptable, that
   the binary builds turn failed if there has been an upstream breaking
   change, that we already adapted to.
 * For development the semi-binary builds are the actually interesting ones.
   They will keep building upstream dependencies from their most recent versions.
 * The binary builds should give us feedback whether the driver will work
   with the currently released packages. This is only a valid feedback if
   it is actually built against the released state.
  • Loading branch information
fmauch authored and RobertWilbrandt committed Jun 6, 2023
1 parent 25545e9 commit e250715
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 34 deletions.
16 changes: 0 additions & 16 deletions Universal_Robots_ROS2_Driver-not-released.humble.repos
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,3 @@
# Once Upstream packages are released and synced to the target distributions in the required
# version, the entry in this file shall be removed again.
repositories:
Universal_Robots_ROS2_Description:
type: git
url: https://github.com/UniversalRobots/Universal_Robots_ROS2_Description.git
version: ros2
ros2_control:
type: git
url: https://github.com/ros-controls/ros2_control.git
version: humble
ros2_controllers:
type: git
url: https://github.com/ros-controls/ros2_controllers
version: humble
control_msgs:
type: git
url: https://github.com/ros-controls/control_msgs.git
version: humble
16 changes: 0 additions & 16 deletions Universal_Robots_ROS2_Driver-not-released.rolling.repos
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,3 @@
# Once Upstream packages are released and synced to the target distributions in the required
# version, the entry in this file shall be removed again.
repositories:
Universal_Robots_ROS2_Description:
type: git
url: https://github.com/UniversalRobots/Universal_Robots_ROS2_Description.git
version: ros2
ros2_control:
type: git
url: https://github.com/ros-controls/ros2_control.git
version: master
ros2_controllers:
type: git
url: https://github.com/ros-controls/ros2_controllers
version: master
control_msgs:
type: git
url: https://github.com/ros-controls/control_msgs.git
version: master
2 changes: 1 addition & 1 deletion Universal_Robots_ROS2_Driver.humble.repos
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repositories:
Universal_Robots_ROS2_Description:
type: git
url: https://github.com/UniversalRobots/Universal_Robots_ROS2_Description.git
version: ros2
version: humble
ur_msgs:
type: git
url: https://github.com/ros-industrial/ur_msgs.git
Expand Down
2 changes: 1 addition & 1 deletion Universal_Robots_ROS2_Driver.rolling.repos
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ repositories:
control_msgs:
type: git
url: https://github.com/ros-controls/control_msgs.git
version: humble
version: master

0 comments on commit e250715

Please sign in to comment.