Blame mock/c7-dotnet-x86_64.cfg

dac745
config_opts['root'] = 'c7-dotnet-x86_64'
dac745
config_opts['basedir'] = 'MOCKROOT'
dac745
config_opts['target_arch'] = 'x86_64'
dac745
config_opts['legal_host_arches'] = ('x86_64',)
dac745
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 scl-utils-build rh-dotnetcore10-build'
dac745
config_opts['dist'] = 'el7'  # only useful for --resultdir variable subst
dac745
dac745
config_opts['%centos_ver'] = "7"
dac745
config_opts['macros']['%centos_ver'] = "7"
dac745
config_opts['macros']['%rhel'] = "7"
dac745
config_opts['macros']['%el7'] = "1"
dac745
config_opts['macros']['%redhat'] = "7"
dac745
config_opts['macros']['%vendor'] = "CentOS"
dac745
config_opts['macros']['%packager'] = "CentOS BuildSystem <http://bugs.centos.org>"
dac745
config_opts['macros']['%_vendor'] = "redhat"
dac745
config_opts['macros']['%_vendor_host'] = "redhat"
dac745
config_opts['macros']['%_host'] = "x86_64-redhat-linux-gnu"
dac745
dac745
dac745
config_opts['yum.conf'] = """
dac745
[main]
dac745
cachedir=/var/cache/yum
dac745
debuglevel=1
dac745
reposdir=/dev/null
dac745
logfile=/var/log/yum.log
dac745
retries=20
dac745
obsoletes=1
dac745
gpgcheck=0
dac745
assumeyes=1
dac745
syslog_ident=mock
dac745
syslog_device=
dac745
dac745
includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686
dac745
exclude=redhat-logos redhat-release* fakesystemd systemd-container*
dac745
dac745
# repos
dac745
[c7.00.04]
dac745
name=c7.00.04
dac745
enabled=1
dac745
cost=1500
dac745
baseurl=http://repohost/tmp/repo/c7.00.04/
dac745
includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686
dac745
dac745
[c7.00.03]
dac745
name=c7.00.03
dac745
enabled=1
dac745
cost=1750
dac745
baseurl=http://repohost/tmp/repo/c7.00.03/
dac745
includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686
dac745
dac745
[c7.00.02]
dac745
name=c7.00.02
dac745
enabled=1
dac745
cost=2000
dac745
baseurl=http://repohost/tmp/repo/c7.00.02/
dac745
includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686
dac745
dac745
[c7-extras]
dac745
name=c7-extras
dac745
enabled=1
dac745
cost=500
dac745
baseurl=http://repohost/tmp/repo/c7-extras/
dac745
includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686
dac745
dac745
[c7-dotnet]
dac745
name=c7-dotnet
dac745
enabled=1
dac745
cost=475
dac745
baseurl=http://repohost/tmp/repo/c7-dotnet/
dac745
includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686
dac745
dac745
[c7-updates]
dac745
name=c7-updates
dac745
enabled=1
dac745
cost=1250
dac745
baseurl=http://repohost/tmp/repo/c7-updates/
dac745
includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686
dac745
dac745
[c7.01.00]
dac745
name=c7.01.00
dac745
enabled=1
dac745
cost=1000
dac745
baseurl=http://repohost/tmp/repo/c7.01.00/
dac745
includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686
dac745
dac745
dac745
[c7.01.u]
dac745
name=c7.01.u
dac745
enabled=1
dac745
cost=750
dac745
baseurl=http://repohost/tmp/repo/c7.01.u/
dac745
includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686
dac745
dac745
[c7.1511.u]
dac745
name=c7.1511.u
dac745
enabled=1
dac745
cost=700
dac745
baseurl=http://repohost/tmp/repo/c7.1511.u/
dac745
includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686
dac745
dac745
[c7.1511.00]
dac745
name=c7.1511.00
dac745
enabled=1
dac745
cost=725
dac745
baseurl=http://repohost/tmp/repo/c7.1511.00/
dac745
includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686
dac745
dac745
"""