Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document the precedence / behavior in case of multiple package configuration providers #8742

Open
sschuberth opened this issue Jun 10, 2024 · 0 comments
Labels
documentation About end-user documentation enhancement Issues that are considered to be enhancements

Comments

@sschuberth
Copy link
Member

This

# Package configurations have to be unique by ID and provenance. Ensure that different providers do not provide
# configurations for the same package, see https://github.com/oss-review-toolkit/ort/issues/6972 for details.
packageConfigurationProviders:
- type: DefaultDir
- type: Dir
id: SomeConfigDir
options:
path: '/some-path/'
mustExist: true
- type: OrtConfig

should be documented similar to curation providers at

# Package curation providers are listed from highest to lowest priority. Technically, they are applied in reverse
# order: The provider with the highest priority is applied last, so it can overwrite any previously applied curations.
packageCurationProviders:

@sschuberth sschuberth added enhancement Issues that are considered to be enhancements documentation About end-user documentation labels Jun 10, 2024
@sschuberth sschuberth changed the title Document the precedence /behavior in case of multiple package configuration providers Document the precedence / behavior in case of multiple package configuration providers Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation About end-user documentation enhancement Issues that are considered to be enhancements
Projects
None yet
Development

No branches or pull requests

1 participant