Skip to content

Commit

Permalink
Correct mock to point to 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 420f977
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mock/el7.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ baseurl=http://mirror.centos.org/centos/7/sclo/$basearch/rh/
[pulpcore]
name=pulpcore
baseurl=https://yum.theforeman.org/pulpcore/3.18/el7/$basearch/
baseurl=https://yum.theforeman.org/pulpcore/3.21/el7/$basearch/
"""
2 changes: 1 addition & 1 deletion mock/el8.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 420f977

Please sign in to comment.