Skip to content

Commit

Permalink
Use iron for cloned repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Nov 4, 2023
1 parent 4c9cbcb commit 48ba020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_help_scripts/deploy_defines
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ api_branch="master"
# definitions for multiversion
# branches on which the temporary commits are created and which branch should be checked out in the subrepositories
# ["branch checked out for multiversion"]="branch checked out for all subrepos"
declare -A branch_version=( ["foxy"]="foxy" ["galactic"]="galactic" ["humble"]="humble" ["iron"]="master" ["master"]="master") # master is rolling
declare -A branch_version=( ["foxy"]="foxy" ["galactic"]="galactic" ["humble"]="humble" ["iron"]="iron" ["master"]="master") # master is rolling

# the subrepos which are cloned into the branches and, optionally, their corresponding PR for checkout
declare -A subrepo_url=( ["ros2_control"]="https://github.com/ros-controls/ros2_control" ["ros2_controllers"]="https://github.com/ros-controls/ros2_controllers" ["ros2_control_demos"]="https://github.com/ros-controls/ros2_control_demos" ["gazebo_ros2_control"]="https://github.com/ros-controls/gazebo_ros2_control" ["gz_ros2_control"]="https://github.com/ros-controls/gz_ros2_control")
Expand Down

0 comments on commit 48ba020

Please sign in to comment.