c4bd9ea
config_opts['root'] = 'xmvn-rawhide'
44f8e92
config_opts['target_arch'] = 'x86_64'
44f8e92
config_opts['legal_host_arches'] = ('x86_64',)
44f8e92
config_opts['chroot_setup_cmd'] = 'install @buildsys-build'
44f8e92
config_opts['dist'] = 'rawhide'  # only useful for --resultdir variable subst
44f8e92
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
44f8e92
config_opts['releasever'] = '21'
44f8e92
44f8e92
config_opts['yum.conf'] = """
44f8e92
[main]
44f8e92
logfile=/var/log/yum.log
44f8e92
retries=20
44f8e92
gpgcheck=0
44f8e92
assumeyes=1
44f8e92
syslog_ident=mock
44f8e92
syslog_device=
eb4e17e
metadata_expire=1
eb4e17e
mirrorlist_expire=1
44f8e92
debuglevel=2
44f8e92
44f8e92
[mock-rawhide]
44f8e92
name=mock-rawhide
44f8e92
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=x86_64
44f8e92
failovermethod=priority
44f8e92
cost=1000
44f8e92
44f8e92
[mock-koji]
44f8e92
name=mock-koji
44f8e92
baseurl=http://kojipkgs.fedoraproject.org/repos/rawhide/latest/x86_64/
44f8e92
cost=2000
44f8e92
44f8e92
[mock-override]
44f8e92
name=mock-override
44f8e92
baseurl=http://people.redhat.com/~mizdebsk/jenkins-extra-repo/
44f8e92
gpgcheck=0
44f8e92
cost=500
44f8e92
"""