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

feat: add support for excluding OS #93

Merged
merged 1 commit into from
Oct 5, 2024

Conversation

aauren
Copy link
Contributor

@aauren aauren commented Oct 1, 2024

Allows the user to specify a list of excluded OS's for a given release. Which is particularly useful for avoiding errors when repos don't support a specific OS.

Not sure what you'll think of this one, feel free to reject it if you don't like the changes, or would prefer this to be done a different way.

I also changed common error types to be evaluated by an actual Error interfaces rather than their message strings to make the pattern a bit more extensible and so that people didn't have to guess where error strings were being evaluated.

Allows the user to specify a list of excluded OS's for a given release.
Which is particularly useful for avoiding errors when repos don't
support a specific OS.

Signed-off-by: Aaron U'Ren <aauren@gmail.com>
@aauren aauren force-pushed the add_exclude_os_config branch from 396a55f to a76f74e Compare October 1, 2024 01:02
@rjbrown57 rjbrown57 merged commit 3f02bed into rjbrown57:main Oct 5, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants