softwarefactory-project / rdopkg

power to the packagers
Apache License 2.0
28 stars 21 forks source link

[RFE] Allow to provide overrides file to reqcheck #182

Closed amoralej closed 3 years ago

amoralej commented 4 years ago

There are cases when we need to override requirements in two different ways:

In those cases we want rdopkg reqcheck to not report those as failures.

My proposal is to maintain those exceptions as a file in a different repo (not part of rdopkg), an "overrides file" that would contain something like:

override;foo>=1.5.0 ignore;bar

Then we should be able to use something like:

rdopkg reqcheck --overrides overrides-file.txt

apevec commented 3 years ago

in current release