summaryrefslogtreecommitdiffstats
path: root/el7x71.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'el7x71.cfg')
-rw-r--r--el7x71.cfg14
1 files changed, 9 insertions, 5 deletions
diff --git a/el7x71.cfg b/el7x71.cfg
index fb6c27c..abbe985 100644
--- a/el7x71.cfg
+++ b/el7x71.cfg
@@ -4,6 +4,9 @@ config_opts['macros']['%dtsversion']="6"
config_opts['macros']['%dtsenable']="source /opt/rh/devtoolset-6/enable"
config_opts['macros']['%dtsprefix']="devtoolset-6-"
+config_opts['root'] = 'el7x71'
+config_opts['resultdir'] = "/var/lib/mock/el7x71"
+
config_opts['yum.conf'] = """
[main]
cachedir=/var/cache/yum
@@ -37,26 +40,22 @@ enabled=0
[centos-base]
name=BaseOS
mirrorlist=http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os
-failovermethod=priority
enabled=0
[centos-updates]
name=updates
mirrorlist=http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=updates
-failovermethod=priority
enabled=0
[epel]
name=epel
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-7&arch=x86_64
-failovermethod=priority
exclude=epel-rpm-macros
enabled=1
[epel-testing]
name=epel-testing
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=testing-epel6&arch=x86_64
-failovermethod=priority
enabled=0
[remi]
@@ -101,6 +100,11 @@ name=result
baseurl=file:///var/lib/mock/el7x/
enabled=1
+[result71]
+name=result
+baseurl=file:///var/lib/mock/el7x71/
+enabled=1
+
[centos-sclo-rh]
name=CentOS-7 - SCLo rh
baseurl=http://mirror.centos.org/centos/7/sclo/$basearch/rh/
@@ -109,7 +113,7 @@ enabled=0
[msprod]
name=msprod
baseurl=https://packages.microsoft.com/rhel/7/prod/
-enabled=1
+enabled=0
includepkgs=msodbcsql17
"""