Blame mock/c6-firefox78.i386.cfg

c7d649
config_opts['root'] = 'TARGETNAME'
c7d649
config_opts['target_arch'] = 'i686'
c7d649
config_opts['legal_host_arches'] = ('i386', 'i486', 'i586', 'i686', 'x86_64',)
c7d649
config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils system-release findutils gawk gcc gcc-c++ grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz scl-utils-build '
c7d649
config_opts['dist'] = 'el6'  # only useful for --resultdir variable subst
c7d649
config_opts['macros']['%dist'] = ".el6"
c7d649
config_opts['%centos_ver'] = "6"
c7d649
config_opts['macros']['%centos_ver'] = "6"
c7d649
config_opts['macros']['%rhel'] = "6"
c7d649
config_opts['macros']['%el6'] = "1"
c7d649
config_opts['macros']['%redhat'] = "6"
c7d649
config_opts['macros']['%_vendor'] = "redhat"
c7d649
config_opts['macros']['%_vendor_host'] = "redhat"
c7d649
config_opts['macros']['%_host'] = "i386-redhat-linux-gnu"
c7d649
config_opts['macros']['%vendor'] = "CentOS"
c7d649
config_opts['macros']['%packager'] = "CentOS BuildSystem <http://bugs.centos.org>"
c7d649
c7d649
# no ccache in base repo
c7d649
config_opts['plugin_conf']['ccache_enable'] = False
c7d649
config_opts['plugin_conf']['yum_cache_enable'] = False
c7d649
c7d649
config_opts['yum.conf'] = """
c7d649
[main]
c7d649
cachedir=/var/cache/yum
c7d649
keepcache=1
c7d649
debuglevel=2
c7d649
reposdir=/dev/null
c7d649
logfile=/var/log/yum.log
c7d649
retries=20
c7d649
obsoletes=1
c7d649
gpgcheck=0
c7d649
assumeyes=1
c7d649
syslog_ident=mock
c7d649
syslog_device=
c7d649
c7d649
exclude=*.x86_64  
c7d649
c7d649
# repos
c7d649
c7d649
[all]
c7d649
name=centos 6 i386 - all
c7d649
baseurl=http://repohost/repo/6.all.i386/
c7d649
enabled=1
c7d649
gpgcheck=0
c7d649
cost=2000
c7d649
c7d649
[6.10-updates]
c7d649
name=6.10-updates
c7d649
baseurl=http://repohost/repo/6.10-updates.i386/
c7d649
enabled=1
c7d649
gpgcheck=0
c7d649
cost=1900
c7d649
c7d649
[c6-devtoolset-8.i386]
c7d649
name=c6-devtoolset-8
c7d649
enabled=1
c7d649
baseurl=http://repohost/repo/c6-devtoolset-8.i386/
c7d649
c7d649
#[c6-devtoolset-7.i386]
c7d649
#name=c6-devtoolset-7
c7d649
#enabled=1
c7d649
#baseurl=http://repohost/repo/c6-devtoolset-7.i386/
c7d649
c7d649
[c6-llvm-toolset-7.0.i386]
c7d649
name=c6-llvm-toolset-7.0
c7d649
enabled=1
c7d649
baseurl=http://repohost/repo/c6-llvm-toolset-7.0.i386/
c7d649
c7d649
#[c6-llvm-toolset-7.i386]
c7d649
#name=c6-llvm-toolset-7
c7d649
#enabled=1
c7d649
#baseurl=http://repohost/repo/c6-llvm-toolset-7.i386/
c7d649
c7d649
[c6-rust-toolset-1.41.i386]
c7d649
name=c6-rust-toolset-1.41
c7d649
enabled=1
c7d649
baseurl=http://repohost/repo/c6-rust-toolset-1.41.i386/
c7d649
"""
c7d649