summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2010-07-30 14:03:55 -0500
committerClark Williams <williams@redhat.com>2010-07-30 14:03:55 -0500
commitca78692e0f1b3a0401db6f8e64a9bdd282229568 (patch)
treec007c1039cd65c0d55646d1892045ceb04830964
parent2eb48d066ec3144b9e564c2d2ad1c445706aa112 (diff)
parent40f525d070d8185111159b7de0f6815d3ae09879 (diff)
downloadmock-ca78692e0f1b3a0401db6f8e64a9bdd282229568.tar.gz
mock-ca78692e0f1b3a0401db6f8e64a9bdd282229568.tar.xz
mock-ca78692e0f1b3a0401db6f8e64a9bdd282229568.zip
Merge remote branch 'origin/master' into work
-rw-r--r--etc/mock/fedora-14-i386.cfg39
-rw-r--r--etc/mock/fedora-14-x86_64.cfg43
2 files changed, 82 insertions, 0 deletions
diff --git a/etc/mock/fedora-14-i386.cfg b/etc/mock/fedora-14-i386.cfg
new file mode 100644
index 0000000..df65cfc
--- /dev/null
+++ b/etc/mock/fedora-14-i386.cfg
@@ -0,0 +1,39 @@
+config_opts['root'] = 'fedora-14-i386'
+config_opts['target_arch'] = 'i686'
+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=i386
+failovermethod=priority
+
+[updates-released]
+name=updates
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f14&arch=i386
+failovermethod=priority
+
+[local]
+name=local
+baseurl=http://kojipkgs.fedoraproject.org/repos/dist-f14-build/latest/i386/
+cost=2000
+enabled=0
+"""
+
+
+
diff --git a/etc/mock/fedora-14-x86_64.cfg b/etc/mock/fedora-14-x86_64.cfg
new file mode 100644
index 0000000..2d62940
--- /dev/null
+++ b/etc/mock/fedora-14-x86_64.cfg
@@ -0,0 +1,43 @@
+config_opts['root'] = 'fedora-14-x86_64'
+config_opts['target_arch'] = 'x86_64'
+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=
+# grub/syslinux on x86_64 need glibc-devel.i386 which pulls in glibc.i386, need to exclude all
+# .i?86 packages except these.
+#exclude=[0-9A-Za-fh-z]*.i?86 g[0-9A-Za-km-z]*.i?86 gl[0-9A-Za-hj-z]*.i?86 gli[0-9A-Zac-z]*.i?86 glib[0-9A-Za-bd-z]*.i?86
+# The above is not needed anymore with yum multilib policy of "best" which is the default in Fedora.
+
+# repos
+
+[fedora]
+name=fedora
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-14&arch=x86_64
+failovermethod=priority
+
+[updates-released]
+name=updates
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f14&arch=x86_64
+failovermethod=priority
+
+[local]
+name=local
+baseurl=http://kojipkgs.fedoraproject.org/repos/dist-f14-build/latest/x86_64/
+cost=2000
+enabled=0
+"""
+
+
+