config_opts['root'] = 'rhel-6-x86_64' config_opts['target_arch'] = 'x86_64' config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build' config_opts['dist'] = 'el6' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = False 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 # grub/syslinux on x86_64 need glibc-devel.i386 which pulls in glibc.i386, need to exclude all # .i?86 packages except these. #exclude=[0-9A-Za-fh-z]*.i?86 g[0-9A-Za-km-z]*.i?86 gl[0-9A-Za-hj-z]*.i?86 gli[0-9A-Zac-z]*.i?86 glib[0-9A-Za-bd-z]*.i?86 # The above is not needed anymore with yum multilib policy of "best" which is the default in Fedora. # repos [rhel] name=rhel baseurl=http://mirror.danny.cz/redhat/released/RHEL-6/6.0/Server/x86_64/os [rhel-optional] name=rhel-optional] baseurl=http://mirror.danny.cz/redhat/released/RHEL-6/6.0/Server/optional/x86_64/os [extras] name=epel mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-6&arch=x86_64 [danny-override] name=danny-override baseurl=file:///opt2/fedora/tmp/el6/x86_64 """