summaryrefslogtreecommitdiffstats
path: root/etc/mock/fedora-14-s390x.cfg
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2010-07-30 16:57:04 -0500
committerClark Williams <williams@redhat.com>2010-07-31 14:18:13 -0500
commitc57c45a86ab64d7017ee53ee47fc10a25176608d (patch)
treebc233613d8cfdda02f7d7300de544d264170dc4b /etc/mock/fedora-14-s390x.cfg
parent1b3c32a75fb70e9a0ff062ed1b57a6e7f4067f6c (diff)
downloadmock-c57c45a86ab64d7017ee53ee47fc10a25176608d.tar.gz
mock-c57c45a86ab64d7017ee53ee47fc10a25176608d.tar.xz
mock-c57c45a86ab64d7017ee53ee47fc10a25176608d.zip
added secondary arch config files
Signed-off-by: Clark Williams <williams@redhat.com>
Diffstat (limited to 'etc/mock/fedora-14-s390x.cfg')
-rw-r--r--etc/mock/fedora-14-s390x.cfg36
1 files changed, 36 insertions, 0 deletions
diff --git a/etc/mock/fedora-14-s390x.cfg b/etc/mock/fedora-14-s390x.cfg
new file mode 100644
index 0000000..31461a2
--- /dev/null
+++ b/etc/mock/fedora-14-s390x.cfg
@@ -0,0 +1,36 @@
+config_opts['root'] = 'fedora-14-s390x'
+config_opts['target_arch'] = 's390x'
+config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
+config_opts['dist'] = 'fc14' # only useful for --resultdir variable subst
+
+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
+syslog_ident=mock
+syslog_device=
+
+# repos
+
+[fedora]
+name=fedora
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-14&arch=s390x
+failovermethod=priority
+
+[updates-released]
+name=updates
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f14&arch=s390x
+failovermethod=priority
+
+[local]
+name=local
+baseurl=http://s390.koji.fedoraproject.org/repos/dist-f14-build/latest/s390x/
+cost=2000
+enabled=0
+"""