summaryrefslogtreecommitdiffstats
path: root/etc/mock/fedora-9-ppc.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'etc/mock/fedora-9-ppc.cfg')
-rw-r--r--etc/mock/fedora-9-ppc.cfg39
1 files changed, 0 insertions, 39 deletions
diff --git a/etc/mock/fedora-9-ppc.cfg b/etc/mock/fedora-9-ppc.cfg
deleted file mode 100644
index 375f136..0000000
--- a/etc/mock/fedora-9-ppc.cfg
+++ /dev/null
@@ -1,39 +0,0 @@
-config_opts['root'] = 'fedora-9-ppc'
-config_opts['target_arch'] = 'ppc'
-config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
-config_opts['dist'] = 'fc9' # 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
-#exclude=*.ppc64
-# 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-9&arch=ppc
-failovermethod=priority
-
-[updates-released]
-name=updates
-mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f9.newkey&arch=ppc
-failovermethod=priority
-
-[local]
-name=local
-baseurl=http://koji.fedoraproject.org/static-repos/dist-fc9-build-current/ppc/
-cost=2000
-enabled=0
-"""
-
-
-