Skip to content

Commit

Permalink
update default ros2.repos URL (#62)
Browse files Browse the repository at this point in the history
* update default ros2.repos URL

Signed-off-by: Mikael Arguedas <[email protected]>

* reverse order

Signed-off-by: Mikael Arguedas <[email protected]>
  • Loading branch information
mikaelarguedas authored Jun 4, 2019
1 parent 1bc4cd8 commit ae529da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@[ for i, (imports_name, imports) in enumerate(vcs.items())]@
@{
if imports['repos'] is None:
imports['repos'] = "https://raw.githubusercontent.com/ros2/ros2/$ROS_DISTRO/ros2.repos"
imports['repos'] = "https://raw.githubusercontent.com/ros2/ros2/$ROS_DISTRO-release/ros2.repos"
}@
RUN wget @(imports['repos']) \
&& vcs import @(ws) < @(imports['repos'].split('/')[-1])
Expand Down

0 comments on commit ae529da

Please sign in to comment.