Actions
Refactor #37225
closedUpdate frontend to use new upload_profile REX feature
Pull request:
Fixed in Releases:
Found in Releases:
Description
https://github.com/Katello/katello/pull/10900 introduced a new REX feature to force-upload package profiles from hosts. There are a few places in the frontend where we currently use the "Run command" feature to do that, but this new force_upload feature is more reliable since it not only runs subscription-manager repos, but also dnf uploadprofile --force-upload. We should change the frontend to use the new feature.
Files changed by these two original PRs will need updates:
https://github.com/Katello/katello/pull/10501/files
https://github.com/Katello/katello/pull/10757/files
Actions