summaryrefslogtreecommitdiffstats
path: root/etc/mock/fedora-11-s390x.cfg
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-06-24 12:58:29 -0500
committerClark Williams <williams@redhat.com>2009-06-24 12:58:29 -0500
commit5820029f62a09a7b69f8f471333597ad64f78cfe (patch)
treeb276fe4f951c603ae5a10cb364b5b727d54d0293 /etc/mock/fedora-11-s390x.cfg
parent1fd15ebc8f804ae8eb3702a753d30596cf6a8a02 (diff)
parent10ca9b2d3d653ce63124f22960695082c4e33636 (diff)
downloadmock-5820029f62a09a7b69f8f471333597ad64f78cfe.tar.gz
mock-5820029f62a09a7b69f8f471333597ad64f78cfe.tar.xz
mock-5820029f62a09a7b69f8f471333597ad64f78cfe.zip
Merge commit 'origin/master' into clark
Diffstat (limited to 'etc/mock/fedora-11-s390x.cfg')
-rw-r--r--etc/mock/fedora-11-s390x.cfg37
1 files changed, 37 insertions, 0 deletions
diff --git a/etc/mock/fedora-11-s390x.cfg b/etc/mock/fedora-11-s390x.cfg
new file mode 100644
index 0000000..ea521f8
--- /dev/null
+++ b/etc/mock/fedora-11-s390x.cfg
@@ -0,0 +1,37 @@
+config_opts['root'] = 'fedora-11-s390x'
+config_opts['target_arch'] = 's390x'
+config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
+config_opts['dist'] = 'fc11' # 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
+
+# repos
+
+[fedora]
+name=fedora
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-11&arch=s390x
+failovermethod=priority
+
+[updates-released]
+name=updates
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f11&arch=s390x
+failovermethod=priority
+
+[local]
+name=local
+baseurl=http://s390.koji.fedoraproject.org/static-repos/dist-f11-build-current/s390x/
+cost=2000
+enabled=0
+"""
+
+
+