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

RHEL8: Fix epel-modular repo names #247

Merged
merged 1 commit into from
Apr 25, 2022

Conversation

ccolic
Copy link

@ccolic ccolic commented Apr 19, 2022

Pull Request (PR) description

fix wrong repo names that lead to 404 errors
it should be epel-modular-$releasever instead of
modular-epel$releasever

This Pull Request (PR) fixes the following issues

Fixes #246

@ccolic
Copy link
Author

ccolic commented Apr 19, 2022

Checks are failing, but as far as I can see, none of these have anything to do with the changes that I made. I would appreciate it if one of the maintainers could have a look at this. Thanks

@ccolic ccolic force-pushed the dev_fix-epel-modular-reponames branch 2 times, most recently from b95f517 to 49d5f5e Compare April 19, 2022 12:48
@root-expert
Copy link
Member

Hello @ccolic, thanks for the PR!

Indeed, rubocop is complaining for some cops disablement. You can auto-fix that by running bundle exec rake rubocop:auto_correct or by removing these comments by hand. 😄

@root-expert root-expert added the bug Something isn't working label Apr 19, 2022
@vchepkov
Copy link

@ccolic , I think if you rebase on top of master tests should succeed

fix wrong repo names that lead to 404 errors
it should be epel-modular-$releasever instead of
modular-epel$releasever
@ccolic ccolic force-pushed the dev_fix-epel-modular-reponames branch from c88612d to e70dc8b Compare April 25, 2022 07:22
@bastelfreak bastelfreak merged commit 507ea6a into voxpupuli:master Apr 25, 2022
@bastelfreak bastelfreak changed the title Fix epel-modular repo names RHEL8: Fix epel-modular repo names Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RHEL8, epel-modular is installed with the wrong repo-name
4 participants