config_opts['root'] = 'centos-7-x86_64' config_opts['target_arch'] = 'x86_64' config_opts['legal_host_arches'] = ('x86_64',) 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' config_opts['dist'] = 'el7' # only useful for --resultdir variable subst config_opts['macros']['%dist'] = ".el7" config_opts['%centos_ver'] = "7" config_opts['macros']['%centos_ver'] = "7" config_opts['macros']['%rhel'] = "7" config_opts['macros']['%el7'] = "1" config_opts['macros']['%redhat'] = "7" config_opts['macros']['%_vendor'] = "redhat" config_opts['macros']['%_vendor_host'] = "redhat" config_opts['macros']['%_host'] = "x86_64-redhat-linux-gnu" config_opts['macros']['%vendor'] = "CentOS" config_opts['macros']['%packager'] = "CentOS BuildSystem " # no ccache in base repo config_opts['plugin_conf']['ccache_enable'] = False config_opts['plugin_conf']['yum_cache_enable'] = False config_opts['yum.conf'] = """ [main] cachedir=/var/cache/yum keepcache=1 debuglevel=2 reposdir=/dev/null logfile=/var/log/yum.log retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 syslog_ident=mock syslog_device= # repos [base] name=centos 7 x86_64 - base baseurl=http://mirror.centos.org/centos/7/os/x86_64/ enabled=1 gpgcheck=0 cost=2000 includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 glibc-static.i686 nss-softokn-freebl*.i686 [updates] name=centos 7 x86_64 - updates baseurl=http://mirror.centos.org/centos/7/updates/x86_64/ enabled=1 gpgcheck=0 cost=2000 includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 glibc-static.i686 nss-softokn-freebl*.i686 [extras] name=centos 7 x86_64 - extras baseurl=http://mirror.centos.org/centos/7/extras/x86_64/ enabled=0 gpgcheck=0 cost=2500 includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 glibc-static.i686 nss-softokn-freebl*.i686 [c7.1611.00] name=c7.1611.00 baseurl=file:///home/hughesjr/c7-builder/c7.1611.00/ enabled=1 gpgcheck=0 cost=1950 includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 glibc-static.i686 nss-softokn-freebl*.i686 [c7.1611.01] name=c7.1611.01 baseurl=file:///home/hughesjr/c7-builder/c7.1611.01/ enabled=1 gpgcheck=0 cost=1900 includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 glibc-static.i686 nss-softokn-freebl*.i686 [c7.1611.u] name=c7.1611.u baseurl=file:///home/hughesjr/c7-builder/c7.1611.u/ enabled=1 gpgcheck=0 cost=1890 includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 glibc-static.i686 nss-softokn-freebl*.i686 [c7.1708.00] name=c7.1708.00 baseurl=file:///home/hughesjr/c7-builder/c7.1708.00/ #baseurl=https://buildlogs.centos.org/c7.1708.00/ enabled=1 gpgcheck=0 cost=1875 includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 glibc-static.i686 nss-softokn-freebl*.i686 """