Blame mock/6-plus.x86_64.cfg

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