-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add melodic. Signed-off-by: Chris Lalancette <[email protected]> * Fix the corner case of the distro not yet existing. Signed-off-by: Chris Lalancette <[email protected]> * Fixes from review. Signed-off-by: Chris Lalancette <[email protected]>
- Loading branch information
1 parent
dd1a65d
commit 61e903d
Showing
3 changed files
with
29 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
%YAML 1.1 | ||
# ROS distribution file | ||
# see REP 143: http://ros.org/reps/rep-0143.html | ||
--- | ||
release_platforms: | ||
debian: | ||
- stretch | ||
fedora: | ||
- '28' | ||
ubuntu: | ||
- artful | ||
- bionic | ||
repositories: | ||
type: distribution | ||
version: 2 |
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