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

Content view should accept repository label in place of name+product #1549

Open
kkeane opened this issue Jan 6, 2023 · 1 comment
Open

Comments

@kkeane
Copy link

kkeane commented Jan 6, 2023

SUMMARY

In the content_view module, repositories must be specified as name + product. This can break when the name has been changed in the GUI or elsewhere. One specific example where this happened is with the RHEL 8 repositories; RedHat apparently changed the names of these repositories at some point, removing the architecture name. For instance, the repository with label Red_Hat_Enterprise_Linux_8_for_x86_64_-_BaseOS_RPMs_8 on one of my systems is called:

Red Hat Enterprise Linux 8 for x86_64 - BaseOS RPMs noarch 8

but on another the same repository has the name:

Red Hat Enterprise Linux 8 for x86_64 - BaseOS RPMs 8

This is already possible in the repository_set module; content_view should simply allow the same.

ISSUE TYPE

To resolve this issue, it should be possible to specify the repository by its label (which is immutable) rather than the name + product.

@kkeane
Copy link
Author

kkeane commented Jan 7, 2023

This appears to be the same issue as requested in #336

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

No branches or pull requests

1 participant