Blame mock/c6-firefox60.x86_64.cfg

8a84d7
config_opts['root'] = 'TARGETNAME'
8a84d7
config_opts['target_arch'] = 'x86_64'
8a84d7
config_opts['legal_host_arches'] = ('x86_64','noarch',)
54299c
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 nspr-devel nss-devel'
8a84d7
config_opts['dist'] = 'el6'  # only useful for --resultdir variable subst
8a84d7
config_opts['macros']['%dist'] = ".el6"
8a84d7
config_opts['%centos_ver'] = "6"
8a84d7
config_opts['macros']['%centos_ver'] = "6"
8a84d7
config_opts['macros']['%rhel'] = "6"
8a84d7
config_opts['macros']['%el6'] = "1"
8a84d7
config_opts['macros']['%redhat'] = "6"
8a84d7
config_opts['macros']['%_vendor'] = "redhat"
8a84d7
config_opts['macros']['%_vendor_host'] = "redhat"
8a84d7
config_opts['macros']['%_host'] = "x86_64-redhat-linux-gnu"
8a84d7
config_opts['macros']['%vendor'] = "CentOS"
8a84d7
config_opts['macros']['%packager'] = "CentOS BuildSystem <http://bugs.centos.org>"
8a84d7
8a84d7
# no ccache in base repo
8a84d7
config_opts['plugin_conf']['ccache_enable'] = False
8a84d7
config_opts['plugin_conf']['yum_cache_enable'] = False
8a84d7
8a84d7
config_opts['yum.conf'] = """
8a84d7
[main]
8a84d7
cachedir=/var/cache/yum
8a84d7
keepcache=1
8a84d7
debuglevel=2
8a84d7
reposdir=/dev/null
8a84d7
logfile=/var/log/yum.log
8a84d7
retries=20
8a84d7
obsoletes=1
8a84d7
gpgcheck=0
8a84d7
assumeyes=1
8a84d7
syslog_ident=mock
8a84d7
syslog_device=
8a84d7
8a84d7
# repos
8a84d7
8a84d7
[all]
8a84d7
name=centos 6 x86_64 - all
8a84d7
baseurl=http://repohost/repo/6.all.x86_64/
8a84d7
enabled=1
8a84d7
gpgcheck=0
8a84d7
cost=2000
8a84d7
includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686 glibc-static.i686
8a84d7
8a84d7
[6.10-updates]
8a84d7
name=6.10-updates
8a84d7
baseurl=http://repohost/repo/6.10-updates.x86_64/
8a84d7
enabled=1
8a84d7
gpgcheck=0
8a84d7
cost=1900
8a84d7
includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686 glibc-static.i686
8a84d7
8a84d7
[c6-devtoolset-7]
8a84d7
name=c6-devtoolset-7
8a84d7
enabled=1
8a84d7
baseurl=http://repohost/repo/c6-devtoolset-7.x86_64/
8a84d7
includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686
8a84d7
8a84d7
[c6-rust-toolset-7]
8a84d7
name=c6-rust-toolset-7
8a84d7
enabled=1
8a84d7
baseurl=http://repohost/repo/c6-rust-toolset-7.x86_64/
8a84d7
includepkgs=*.x86_64 *.noarch glibc.i686 glibc-rust-el.i686 nss-softokn-freebl*.i686
54299c
54299c
[c6-firefox60.x86_64]
54299c
name=c6-firefox60
54299c
enabled=1
54299c
baseurl=http://repohost/repo/c6-firefox60.x86_64/
54299c
54299c
8a84d7
"""
8a84d7