Skip to content

Commit

Permalink
Update mock configs for 3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Sep 28, 2022
1 parent 09b3d3d commit be7023a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
15 changes: 0 additions & 15 deletions mock/el7.cfg

This file was deleted.

4 changes: 2 additions & 2 deletions mock/el8.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include('centos-stream-8-x86_64.cfg')

config_opts['root'] = 'pulpcore-el8-x86_64'
config_opts['chroot_setup_cmd'] += " python38-rpm-macros"
config_opts['chroot_setup_cmd'] += " python39-rpm-macros"
config_opts['chroot_additional_packages'] = 'vim'
config_opts['module_setup_commands'] = [
('enable', 'pulpcore:el8'),
Expand All @@ -10,5 +10,5 @@ config_opts['module_setup_commands'] = [
config_opts['dnf.conf'] += """
[pulpcore]
name=pulpcore
baseurl=https://yum.theforeman.org/pulpcore/3.18/el8/$basearch/
baseurl=https://yum.theforeman.org/pulpcore/3.21/el8/$basearch/
"""
2 changes: 1 addition & 1 deletion mock/el9.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ config_opts['chroot_additional_packages'] = 'vim'
config_opts['dnf.conf'] += """
[pulpcore]
name=pulpcore
baseurl=https://yum.theforeman.org/pulpcore/3.18/el9/$basearch/
baseurl=https://yum.theforeman.org/pulpcore/3.21/el9/$basearch/
"""

0 comments on commit be7023a

Please sign in to comment.