-
Notifications
You must be signed in to change notification settings - Fork 297
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
Fixes #38009 - content-override with deselect #11216
base: master
Are you sure you want to change the base?
Fixes #38009 - content-override with deselect #11216
Conversation
ae3d07f
to
259acc9
Compare
5fc8308
to
67f179a
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.
@m-bucher can you elaborate more on step 1? How do I enable structured apt and do you have a url that has structured apt content to sync from?
@chris1984 All deb/apt repositories you find on the internet are structured*. As in they define custom release/distribution names (e.g. stable, bookworm, noble) and components (e.g. main, non-free, universe). * there are some weird flavours of APT-Repos out there, but the OS-repos of the distributions (Debian, Ubuntu, etc) are structured |
For host repository-sets with structured apt enabled setting content-overrides using bulk-action: de-selecting deb-repos after using select-all has no effect.
67f179a
to
6f1828a
Compare
For host repository-sets with structured apt enabled setting content-overrides using bulk-action: de-selecting deb-repos after using select-all has no effect. from Katello#11216
For host repository-sets with structured apt enabled setting content-overrides using bulk-action:
de-selecting deb-repos after using select-all has no effect.
What are the changes introduced in this pull request?
find_content_overrides()
helper method must be adapted to work with one content for each katello-repo (#11058).Considerations taken when implementing this change?
What are the testing steps for this pull request?
ToDo
Show all
selected