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

Add support for rpmlint folder in the root of inventory_dir #377

Closed
wants to merge 1 commit into from

Conversation

Odilhao
Copy link
Member

@Odilhao Odilhao commented Dec 11, 2023

This PRs adds support for one folder called rpmlint inside of the inventory_dir.

With Pulp packaging going to Python 3.11, rpmlint is about to break when the Jenkins nodes start to use one ansible version that requires python 3.11 and install python3.11-libs, it will start to complain about the
dist-utls deprecation in python 3.12+.

@evgeni
Copy link
Member

evgeni commented Dec 11, 2023

What's the reason to do it like this vs setting rpmlint_rc_file in the manifest?

I would expect this to break when someone wants to set rc file in the manifest, but there is one in the folder?

This PRs adds support for one folder called rpmlint inside of the
inventory_dir.

With Pulp packaging going to Python 3.11, rpmlint is about to break when
the Jenkins nodes start to use one ansible version that requires python
3.11 and install python3.11-libs, it will start to complain about the
  dist-utls deprecation in python 3.12+.
@Odilhao
Copy link
Member Author

Odilhao commented Dec 11, 2023

Sometimes I forget that we can use the manifest as one Ansible Inventory, I need to buy one rubber duck

@Odilhao Odilhao closed this Dec 11, 2023
@evgeni
Copy link
Member

evgeni commented Dec 11, 2023

E-v6TS_XEAAEvRC

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