You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'release-foxy' does not point to a valid file and 'release-latest' is no longer used.
Signed-off-by: Jacob Perron <[email protected]>
(cherry picked from commit b0f7676)
# Conflicts:
# source/Installation/Maintaining-a-Source-Checkout.rst
Co-authored-by: Jacob Perron <[email protected]>
Copy file name to clipboardExpand all lines: source/Installation/Maintaining-a-Source-Checkout.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ If you wish to checkout the latest development code for the upcoming ROS release
55
55
Update your repositories
56
56
------------------------
57
57
58
-
You will notice that in the `ros2.repos <https://raw.githubusercontent.com/ros2/ros2/release-latest/ros2.repos>`__ file, each repository has a ``version`` associated with it that points to a particular commit hash, tag, or branch name.
58
+
You will notice that in the `ros2.repos <https://raw.githubusercontent.com/ros2/ros2/master/ros2.repos>`__ file, each repository has a ``version`` associated with it that points to a particular commit hash, tag, or branch name.
59
59
It is possible that these versions refer to new tags/branches that your local copy of the repositories will not recognize as they are out-of-date.
60
60
Because of this, you should update the repositories that you have already checked out with the following command:
0 commit comments