Blame mock/6.10.x86_64.cfg

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