summaryrefslogtreecommitdiffstats
path: root/etc/mock/fedora-6-x86_64-core.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'etc/mock/fedora-6-x86_64-core.cfg')
-rw-r--r--etc/mock/fedora-6-x86_64-core.cfg45
1 files changed, 45 insertions, 0 deletions
diff --git a/etc/mock/fedora-6-x86_64-core.cfg b/etc/mock/fedora-6-x86_64-core.cfg
new file mode 100644
index 0000000..b60eca8
--- /dev/null
+++ b/etc/mock/fedora-6-x86_64-core.cfg
@@ -0,0 +1,45 @@
+config_opts['root'] = 'fedora-6-x86_64-core'
+config_opts['target_arch'] = 'x86_64'
+config_opts['chroot_setup_cmd'] = 'install buildsys-build'
+config_opts['dist'] = 'fc6'
+
+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
+# grub/syslinux on x86_64 need glibc-devel.i386 which pulls in glibc.i386, need to exclude all
+# .i?86 packages except these.
+exclude=[A-Za-fh-z]*.i*86 g[a-km-z]*.i?86 glib2.i?86 glib.i?86 glib-devel.i?86 glib2-devel.i?86
+
+# repos
+
+[core]
+name=core
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=core-6&arch=x86_64
+
+[updates-released]
+name=updates
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-fc6&arch=x86_64
+
+[groups]
+name=groups
+baseurl=http://buildsys.fedoraproject.org/buildgroups/6/x86_64/
+
+[extras]
+name=extras
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=extras-6&arch=x86_64
+
+[local]
+name=local
+baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-6-extras/
+exclude=*.i386 *.ppc
+"""
+
+
+