-
Notifications
You must be signed in to change notification settings - Fork 679
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
Support old "supports" field in metadata #347
Conversation
👍 |
@@ -74,6 +71,21 @@ def is_supported(os, entry) | |||
name_ok && family_ok && release_ok | |||
end | |||
|
|||
def support_fields(entry) | |||
@logger.warn("logging") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one littel debugging call left ^^
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ach...
current compliance-profiles still have ```yaml supports: - linux ``` and we might want to be a little backwards compatible, too.
6be5795
to
3ce8cd7
Compare
Thank you @srenatus , this fixes our migration issues. |
WIP support old "supports" field in metadata
Small clarification: We haven't had an official handling on |
@arlimus thanks for fixing that up before the merge. :) |
current compliance-profiles still have
and we might want to be a little backwards compatible, too.
WIP because tests are missing