config_opts['root'] = 'fedora-8-x86_64' config_opts['target_arch'] = 'x86_64' config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build' config_opts['dist'] = 'fc8' 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=[!g]*.i*86 g[!l]*.i?86 gl[!i]*.i?86 gli[!b]*.i?86 glib[!c]*.i?86 #exclude=python*.i?86 # repos [mock] name=mock baseurl=http://deathstar.rdu.redhat.com/mock [fedora] name=fedora baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/8/Everything/x86_64/os/ #mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-8&arch=x86_64 [updates-released] name=updates baseurl=http://download.fedora.redhat.com/pub/fedora/linux/updates/8/x86_64/ #mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f8&arch=x86_64 [local] name=local baseurl=http://koji.fedoraproject.org/static-repos/dist-fc8-build-current/x86_64/ exclude=*debuginfo* enabled=0 """