-
Notifications
You must be signed in to change notification settings - Fork 14
feat: Add package processing script and packages template for RHEL 9.0, add RHEL9.0 template as well #150
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
Conversation
…e from `dnf repoquery command`
…mplate to run it standalone
…ile name for package generation through args for RHEL9.0, also add host template for rhel9.0 only so it matches
…ackages are false positives
6de65fa
to
ba188e1
Compare
hi @Smejky338 , i can see some gitleaks failure, but probably it is due to finding a package name having suffix key in it? |
Hey Shubham, thanks for looking at my MR. Yeah all the finds are false positives, I've tried to overcome the issues by adding the |
|
||
This is just a standalone helper script to help you process `dnf repoquery` into a generator-friendly structure for packages. | ||
|
||
Before using this, run `dnf repoquery --available --show-duplicates` on your desired machine/VM to get a list of all packages that could be installed on your mahcine. |
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.
dnf repoquery --available --queryformat="%{name} %{epoch} %{version} %{release} %{arch} \n"
might be easier to process (dnf
on my Fedora does not support --show-duplicates
so have not tried that, but it is still important).
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.
/lgtm
Hmm, looks like gitleaks check is still failing |
Let's merge this for now. |
No description provided.