Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
hotfix for Issue #123
Browse files Browse the repository at this point in the history
- makes config work with mock-2.3-1.el7.noarch
- ensures mock does not wait for user to press enter

This is only a hotfix, I plan to rework the config to align
with the new mock
  • Loading branch information
pcfe committed Jun 10, 2020
1 parent e326403 commit 5463c15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rhel-7-x86_64.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ config_opts['chroot_setup_cmd'] = 'install bash bzip2 cpio diffutils gcc gcc-c++
config_opts['dist'] = 'el7' # only useful for --resultdir variable subst
config_opts['releasever'] = '7Server'
config_opts['use_nspawn'] = False
config_opts['use_bootstrap'] = False
config_opts['dnf_warning'] = False

config_opts['yum.conf'] = """
[main]
Expand Down

0 comments on commit 5463c15

Please sign in to comment.