Blame mock/gtkmm30-3.22.2-1.el7.ppc.cfg

19994f
config_opts['root'] = 'TARGETNAME'
19994f
config_opts['basedir'] = '/var/lib/mock'
19994f
config_opts['target_arch'] = 'ppc'
19994f
config_opts['legal_host_arches'] = ('ppc','ppc64',)
19994f
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 vim-minimal which xz perl-XML-Parser'
19994f
config_opts['dist'] = 'el7'  # only useful for --resultdir variable subst
19994f
19994f
config_opts['%centos_ver'] = "7"
19994f
config_opts['macros']['%centos_ver'] = "7"
19994f
config_opts['macros']['%rhel'] = "7"
19994f
config_opts['macros']['%el7'] = "1"
19994f
config_opts['macros']['%redhat'] = "7"
19994f
config_opts['macros']['%vendor'] = "CentOS"
19994f
config_opts['macros']['%packager'] = "CentOS BuildSystem <http://bugs.centos.org>"
19994f
config_opts['macros']['%_vendor'] = "redhat"
19994f
config_opts['macros']['%_vendor_host'] = "redhat"
19994f
config_opts['macros']['%_host'] = "ppc-redhat-linux-gnu"
19994f
19994f
config_opts['plugin_conf']['ccache_enable'] = False
19994f
19994f
config_opts['yum.conf'] = """
19994f
[main]
19994f
cachedir=/var/cache/yum
19994f
debuglevel=1
19994f
reposdir=/dev/null
19994f
logfile=/var/log/yum.log
19994f
retries=20
19994f
obsoletes=1
19994f
gpgcheck=0
19994f
assumeyes=1
19994f
syslog_ident=mock
19994f
syslog_device=
19994f
19994f
exclude=*.ppc64
19994f
19994f
# repos
19994f
[c7.1708.u.ppc]
19994f
name=c7.1708.u.ppc
19994f
baseurl=http://repohost/repo/c7.1708.u.ppc64/
19994f
gpgcheck=0
19994f
cost=1900
19994f
19994f
[c7.1708.00.ppc]
19994f
name=c7.1708.00.ppc
19994f
baseurl=http://repohost/repo/c7.1708.00.ppc64/
19994f
gpgcheck=0
19994f
cost=1700
19994f
19994f
[c7.1804.00.ppc]
19994f
name=c7.1804.00.ppc
19994f
baseurl=http://repohost/repo/c7.1804.00.ppc64/
19994f
gpgcheck=0
19994f
cost=1700
19994f
19994f
"""
19994f