Skip to content

Commit

Permalink
warn that blacklisting is only supported for ros2
Browse files Browse the repository at this point in the history
  • Loading branch information
lreiher authored Jun 6, 2024
1 parent c925799 commit e78a7c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,8 @@ Most of the steps listed in [*About*](#about) and below can be toggled between r

### Package Blacklist

*:warning: only supported on ROS 2*

If your ROS-based repository (or any of your repository's upstream dependencies, see `.repos`) contains ROS packages that should neither be built nor be used for determining dependencies, you can blacklist those in a special `blacklisted-packages.txt` file.
Create a file `blacklisted-packages.txt` in your `docker` folder (or configure a different `BLACKLISTED_PACKAGES_FILE`) and list any ROS package name to blacklist.
Expand Down

0 comments on commit e78a7c9

Please sign in to comment.