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

Enable additional repositories to match CentOS equivalent #1

Closed
mark-au opened this issue Dec 11, 2020 · 1 comment · Fixed by #13
Closed

Enable additional repositories to match CentOS equivalent #1

mark-au opened this issue Dec 11, 2020 · 1 comment · Fixed by #13
Assignees
Labels
centos-6 CentOS Linux 6 centos-7 CentOS Linux 7 centos-8 CentOS Linux 8 enhancement New feature or request

Comments

@mark-au
Copy link
Member

mark-au commented Dec 11, 2020

The converter enables the minimum base Oracle Linux repositories. Users may be using additional CentOS repositories so we should automatically enable the Oracle Linux equivalent.

We should not automatically enable all Oracle Linux repositories, just the equivalent of those already enabled. This may take some research and testing e.g. CodeReady Builder vs PowerTools.

@mark-au mark-au added the enhancement New feature or request label Dec 11, 2020
@mark-au mark-au self-assigned this Dec 11, 2020
@mark-au
Copy link
Member Author

mark-au commented Dec 11, 2020

Started working in fork main...mark-au:feature-automatically-enable-repos
Code can currently read out enabled repos.

Starting to map out equivalent repos names.
An easy way to get started is:

podman run -ti centos:6 /bin/bash
podman run -ti centos:7 /bin/bash
podman run -ti centos:8 /bin/bash
podman run -ti oraclelinux:6 /bin/bash
podman run -ti oraclelinux:7 /bin/bash
podman run -ti oraclelinux:8 /bin/bash

@mark-au mark-au added centos-6 CentOS Linux 6 centos-7 CentOS Linux 7 centos-8 CentOS Linux 8 labels Dec 14, 2020
@mark-au mark-au changed the title CentOS 6/7/8 - Enable additional repositories to match CentOS equivalent Enable additional repositories to match CentOS equivalent Dec 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
centos-6 CentOS Linux 6 centos-7 CentOS Linux 7 centos-8 CentOS Linux 8 enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant