-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #457 from pazeshun/lock-melodic-rosdep
Use snapshot of rosdep list on melodic
- Loading branch information
Showing
5 changed files
with
30 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# This list targets a snapshot of rosdistro (before https://github.com/ros/rosdistro/pull/39174 was merged) for post-EOL use on Bionic | ||
|
||
# os-specific listings first | ||
yaml https://raw.githubusercontent.com/ros/rosdistro/e0a9ff920317daff3b6f177e1325e27f498063c1/rosdep/osx-homebrew.yaml osx | ||
|
||
# generic | ||
yaml https://raw.githubusercontent.com/ros/rosdistro/e0a9ff920317daff3b6f177e1325e27f498063c1/rosdep/base.yaml | ||
yaml https://raw.githubusercontent.com/ros/rosdistro/e0a9ff920317daff3b6f177e1325e27f498063c1/rosdep/python.yaml | ||
yaml https://raw.githubusercontent.com/ros/rosdistro/e0a9ff920317daff3b6f177e1325e27f498063c1/rosdep/ruby.yaml | ||
gbpdistro https://raw.githubusercontent.com/ros/rosdistro/e0a9ff920317daff3b6f177e1325e27f498063c1/releases/fuerte.yaml fuerte | ||
|
||
# newer distributions (Groovy, Hydro, ...) must not be listed anymore, they are being fetched from the rosdistro index.yaml instead |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# This list targets a snapshot of rosdistro for post-EOL use on Xenial | ||
|
||
# os-specific listings first | ||
yaml https://raw.githubusercontent.com/ros/rosdistro/d234db9d9c888e052a5bf05f6092eaaca45c0527/rosdep/osx-homebrew.yaml osx | ||
|
||
# generic | ||
yaml https://raw.githubusercontent.com/ros/rosdistro/d234db9d9c888e052a5bf05f6092eaaca45c0527/rosdep/base.yaml | ||
yaml https://raw.githubusercontent.com/ros/rosdistro/d234db9d9c888e052a5bf05f6092eaaca45c0527/rosdep/python.yaml | ||
yaml https://raw.githubusercontent.com/ros/rosdistro/d234db9d9c888e052a5bf05f6092eaaca45c0527/rosdep/ruby.yaml | ||
gbpdistro https://raw.githubusercontent.com/ros/rosdistro/d234db9d9c888e052a5bf05f6092eaaca45c0527/releases/fuerte.yaml fuerte | ||
|
||
# newer distributions (Groovy, Hydro, ...) must not be listed anymore, they are being fetched from the rosdistro index.yaml instead |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters