config_opts['root'] = 'sdl-7-x86_64' config_opts['target_arch'] = 'x86_64' config_opts['legal_host_arches'] = ('x86_64',) config_opts['chroot_setup_cmd'] = 'install @buildsys-build' config_opts['dist'] = 'sdl7' # only useful for --resultdir variable subst config_opts['macros']['%dist'] = ".sdl7" config_opts['yum.conf'] = """ [main] cachedir=/var/cache/yum debuglevel=1 reposdir=/dev/null logfile=/var/log/yum.log retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 syslog_ident=mock syslog_device= # repos [betaos] name=RHEL7 beta baseurl=file:///data/RedHat/rhel/beta/7/x86_64/os enabled=1 [unsupported] name=SDL7 buildsys repo baseurl=file:///data/puias/unsupported/7/x86_64 enabled=1 [extra] name=SDL7 extra repo baseurl=file:///data/done-local7/extra/x86_64 enabled=1 [betaos-buildsys] name=SDL7 buildsys repo baseurl=file:///data/puias/buildsys/7/os/x86_64 enabled=1 [el] name=el mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=rhel-7-beta&arch=x86_64 failovermethod=priority enabled=0 [epel] name=epel mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-7&arch=x86_64 failovermethod=priority enabled=0 [testing] name=epel-testing enabled=0 mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=testing-epel7&arch=x86_64 failovermethod=priority [local] name=local baseurl=http://kojipkgs.fedoraproject.org/repos/dist-7E-epel-build/latest/x86_64/ cost=2000 enabled=0 [epel-debug] name=epel-debug mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-debug-7&arch=x86_64 failovermethod=priority enabled=0 """