summaryrefslogtreecommitdiffstats
path: root/etc/mock/fedora-7-x86_64.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'etc/mock/fedora-7-x86_64.cfg')
-rw-r--r--etc/mock/fedora-7-x86_64.cfg42
1 files changed, 0 insertions, 42 deletions
diff --git a/etc/mock/fedora-7-x86_64.cfg b/etc/mock/fedora-7-x86_64.cfg
deleted file mode 100644
index 9e5009f..0000000
--- a/etc/mock/fedora-7-x86_64.cfg
+++ /dev/null
@@ -1,42 +0,0 @@
-config_opts['root'] = 'fedora-7-x86_64'
-config_opts['target_arch'] = 'x86_64'
-config_opts['chroot_setup_cmd'] = 'install buildsys-build'
-config_opts['dist'] = 'fc7' # 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
-# 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
-
-# repos
-
-[fedora]
-name=fedora
-mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-7&arch=x86_64
-
-[updates-released]
-name=updates
-mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f7&arch=x86_64
-
-[groups]
-name=groups
-baseurl=http://buildsys.fedoraproject.org/buildgroups/7/x86_64/
-
-[local]
-name=local
-baseurl=http://koji.fedoraproject.org/static-repos/dist-fc7-build-current/x86_64/
-exclude=*debuginfo*
-enabled=0
-"""
-
-
-