Adam Hošek

Results 54 comments of Adam Hošek

I have no idea what different name can we choose. Maybe @bocekm would have any idea?

Thanks, Michal! I will change it to `CONVERT2RHEL_THROUGH_FOREMAN` there and in https://github.com/theforeman/foreman_ansible/pull/709

Changed the `CONVERT2RHEL_THROUGH_SATELLITE: 1` to `CONVERT2RHEL_THROUGH_FOREMAN: 1` based on https://github.com/theforeman/foreman_remote_execution/pull/888#issuecomment-2058540860

@r0x0d Thanks for taking a look! I used `rhel-*` based on the names of the repos, But `rhel*` might be more generic and future-proof. I'll switch to that.

So from the last time: - unit tests for check if system is up-to-date were added for both yum and dnf - changed the disable pattern from `rhel-*` to `rhel*`...

@pr-watson needs to try something. The PR is now WIP

- created `repo.get_rhel_repos_to_disable()` to reduce duplicity - moved preparation of the disablerepo list higher in the chain in many places to reduce duplicity TBD: - one place waiting to be...

- `_get_package_repositories`, the repoquery now contains the `"--disablerepo=rhel*"`

- refactor how the disable_repos is passed - disabled RHEL repos when retrieving repo info from pkgs in `RemoveSpecialPkgs` and `ListThirdPartyPackages` (caused by the refactor - in the first attempt...