summaryrefslogtreecommitdiffstats
path: root/etc/mock/fedora-4-ppc-epel.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'etc/mock/fedora-4-ppc-epel.cfg')
-rw-r--r--etc/mock/fedora-4-ppc-epel.cfg42
1 files changed, 42 insertions, 0 deletions
diff --git a/etc/mock/fedora-4-ppc-epel.cfg b/etc/mock/fedora-4-ppc-epel.cfg
new file mode 100644
index 0000000..e315e86
--- /dev/null
+++ b/etc/mock/fedora-4-ppc-epel.cfg
@@ -0,0 +1,42 @@
+config_opts['root'] = 'epel-4-ppc'
+config_opts['target_arch'] = 'ppc'
+config_opts['chroot_setup_cmd'] = 'install buildsys-build'
+config_opts['dist'] = 'el4'
+
+# ccache not available on epel4
+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=4&arch=ppc&repo=os
+
+[update]
+name=updates
+mirrorlist=http://mirrorlist.centos.org/?release=4&arch=ppc&repo=updates
+
+[groups]
+name=groups
+baseurl=http://buildsys.fedoraproject.org/buildgroups/rhel4/ppc/
+
+[extras]
+name=epel
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-4&arch=ppc
+
+[local]
+name=local
+baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-4-epel/
+
+"""