diff options
Diffstat (limited to 'etc/mock/epel-5-ppc.cfg')
-rw-r--r-- | etc/mock/epel-5-ppc.cfg | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/etc/mock/epel-5-ppc.cfg b/etc/mock/epel-5-ppc.cfg new file mode 100644 index 0000000..a0a4b22 --- /dev/null +++ b/etc/mock/epel-5-ppc.cfg @@ -0,0 +1,42 @@ +config_opts['root'] = 'epel-5-ppc' +config_opts['target_arch'] = 'ppc' +config_opts['chroot_setup_cmd'] = 'install buildsys-build' +config_opts['dist'] = 'el5' # only useful for --resultdir variable subst + +# ccache not available on epel5 +config_opts['plugin_conf']['ccache_enable'] = False + +config_opts['yum.conf'] = """ +[main] +cachedir=/var/cache/yum +debuglevel=1 +logfile=/var/log/yum.log +reposdir=/dev/null +retries=20 +obsoletes=1 +gpgcheck=0 +assumeyes=1 + +# repos + +[core] +name=base +mirrorlist=http://mirrorlist.centos.org/?release=5&arch=ppc&repo=os + +[update] +name=updates +mirrorlist=http://mirrorlist.centos.org/?release=5&arch=ppc&repo=updates + +[groups] +name=groups +baseurl=http://buildsys.fedoraproject.org/buildgroups/rhel5/ppc/ + +[extras] +name=epel +mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=ppc + +[local] +name=local +baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-5-epel/ + +""" |