Skip to content

Commit

Permalink
Start to flesh out which rosdep sources are allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoote committed May 17, 2019
1 parent 076820b commit 16eb4a8
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,47 @@ Guidelines for rosdep rules
* Keep everything in alphabetical order for better merging.
* No trailing whitespace.

### Expected Rosdep Sources

Keys in the rosdep database are required to come from packages contained in the following repositories only.

#### Ubuntu

* Ubuntu Repositories: Main Universe or Multiverse
* ROS Sources: https://wiki.ros.org/Installation/Ubuntu/Sources

#### Debian

* Debian Repositories: Main Universe or Multiverse
* ROS Sources: https://wiki.ros.org/Installation/Ubuntu/Sources

#### Fedora

TODO

#### RHEL

TODO

#### MacOS

TODO

#### Gentoo

TODO

#### Alpine

TODO

#### pip

For pip installers they are expected to be in the main pypi index.

####


### Python 3 rules

When adding rules for python 3 packages, create a separate entry prefixed with `python3-` rather than `python`
Expand Down

0 comments on commit 16eb4a8

Please sign in to comment.