-
Notifications
You must be signed in to change notification settings - Fork 24
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
Update mock configs #586
base: rpm/3.21
Are you sure you want to change the base?
Update mock configs #586
Conversation
This uses the mock configs from the host to reduce duplication. It also uses modularity in EL8 rather than using a flattened layout. Additionally an EL9 mock config is created. (cherry picked from commit c70b84a)
mock/el8.cfg
Outdated
baseurl=http://koji.katello.org/kojifiles/releases/split/yum/koji-modules/koji/staged/x86_64/RHEL-8-001-mod/python38:3.8/ | ||
module_hotfixes=1 | ||
config_opts['root'] = 'pulpcore-el8-x86_64' | ||
config_opts['chroot_setup_cmd'] += " python38-rpm-macros" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
config_opts['chroot_setup_cmd'] += " python38-rpm-macros" | |
config_opts['chroot_setup_cmd'] += " python39-rpm-macros" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I copied it from 3.18. Was 3.18 still Python 3.8 or was that already 3.9?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doh - looks like 3.18 was 3.9
mock/el7.cfg
Outdated
@@ -0,0 +1,15 @@ | |||
include('centos-7-x86_64.cfg') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this can be dropped for 3.21 as only EL8 and EL9 are build targets.
420f977
to
be7023a
Compare
This uses the mock configs from the host to reduce duplication. It also uses modularity in EL8 rather than using a flattened layout.
Additionally an EL9 mock config is created.
Besides the cherry pick of c70b84a this also updates the configs to point to 3.21.