-
Notifications
You must be signed in to change notification settings - Fork 354
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
infra: Add custom rpmlint config #5926
infra: Add custom rpmlint config #5926
Conversation
This is very |
Just for the record, here is sample of current F41 dist git rpmlint run:
|
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.
How did you test it? I think you can create a dist-git PR , (which you will not merge) and let the tests run to see if the errors get whitelisted with this.
Yep, this should work and we definitely used it in the past to test similar changes. :) |
56ad2ff
to
4cf8137
Compare
/kickstart-tests --testtype smoke |
Custom rpmlint config file is merged with default config. This way we can supress some errors which are inrelevant to our project.
Anaconda uses multiple configuration files stored in /etc This commit marks two locations used by anaconda as config: - /etc/pam.d/anaconda - /etc/xdg/autostart/*.desktop
4cf8137
to
02a1f20
Compare
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.
Looks good to me.
/kickstart-test --waive infra only |
/kickstart-test --testtype smoke |
Custom rpmlint config file is merged with default config. This way we can supress some errors which are inrelevant to our project.