summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-02-03 17:12:56 -0600
committerClark Williams <williams@redhat.com>2009-02-03 17:12:56 -0600
commitd678ca9818351811c52bdc476aa7e301de3c33c4 (patch)
tree17accc60c5818b00f11319c3bfa7efae88eebfaf
parent84054b48599ec6f9dcda8651743b2155cf2171d0 (diff)
downloadmock-d678ca9818351811c52bdc476aa7e301de3c33c4.tar.gz
mock-d678ca9818351811c52bdc476aa7e301de3c33c4.tar.xz
mock-d678ca9818351811c52bdc476aa7e301de3c33c4.zip
removed unsupported configs
-rw-r--r--etc/mock/fedora-7-i386.cfg39
-rw-r--r--etc/mock/fedora-7-ppc.cfg40
-rw-r--r--etc/mock/fedora-7-ppc64.cfg39
-rw-r--r--etc/mock/fedora-7-x86_64.cfg42
-rw-r--r--etc/mock/fedora-8-i386.cfg38
-rw-r--r--etc/mock/fedora-8-ppc.cfg39
-rw-r--r--etc/mock/fedora-8-ppc64.cfg38
-rw-r--r--etc/mock/fedora-8-x86_64.cfg41
8 files changed, 0 insertions, 316 deletions
diff --git a/etc/mock/fedora-7-i386.cfg b/etc/mock/fedora-7-i386.cfg
deleted file mode 100644
index 335ab76..0000000
--- a/etc/mock/fedora-7-i386.cfg
+++ /dev/null
@@ -1,39 +0,0 @@
-config_opts['root'] = 'fedora-7-i386'
-config_opts['target_arch'] = 'i386'
-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
-
-# repos
-
-[fedora]
-name=fedora
-mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-7&arch=i386
-
-[updates-released]
-name=updates
-mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f7&arch=i386
-
-[groups]
-name=groups
-baseurl=http://buildsys.fedoraproject.org/buildgroups/7/i386/
-
-[local]
-name=local
-baseurl=http://koji.fedoraproject.org/static-repos/dist-fc7-build-current/i386/
-exclude=*debuginfo*
-enabled=0
-"""
-
-
-
diff --git a/etc/mock/fedora-7-ppc.cfg b/etc/mock/fedora-7-ppc.cfg
deleted file mode 100644
index 3345f17..0000000
--- a/etc/mock/fedora-7-ppc.cfg
+++ /dev/null
@@ -1,40 +0,0 @@
-config_opts['root'] = 'fedora-7-ppc'
-config_opts['target_arch'] = 'ppc'
-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
-exclude=*.ppc64
-
-# repos
-
-[fedora]
-name=fedora
-mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-7&arch=ppc
-
-[updates-released]
-name=updates
-mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f7&arch=ppc
-
-[groups]
-name=groups
-baseurl=http://buildsys.fedoraproject.org/buildgroups/7/ppc/
-
-[local]
-name=local
-baseurl=http://koji.fedoraproject.org/static-repos/dist-fc7-build-current/ppc/
-exclude=*debuginfo*
-enabled=0
-"""
-
-
-
diff --git a/etc/mock/fedora-7-ppc64.cfg b/etc/mock/fedora-7-ppc64.cfg
deleted file mode 100644
index b86f91e..0000000
--- a/etc/mock/fedora-7-ppc64.cfg
+++ /dev/null
@@ -1,39 +0,0 @@
-config_opts['root'] = 'fedora-7-ppc64'
-config_opts['target_arch'] = 'ppc64'
-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
-
-# repos
-
-[fedora]
-name=fedora
-mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-7&arch=ppc64
-
-[updates-released]
-name=updates
-mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f7&arch=ppc64
-
-[groups]
-name=groups
-baseurl=http://buildsys.fedoraproject.org/buildgroups/7/ppc64/
-
-[local]
-name=local
-baseurl=http://koji.fedoraproject.org/static-repos/dist-fc7-build-current/ppc64/
-exclude=*debuginfo*
-enabled=0
-"""
-
-
-
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
-"""
-
-
-
diff --git a/etc/mock/fedora-8-i386.cfg b/etc/mock/fedora-8-i386.cfg
deleted file mode 100644
index 6bdc834..0000000
--- a/etc/mock/fedora-8-i386.cfg
+++ /dev/null
@@ -1,38 +0,0 @@
-config_opts['root'] = 'fedora-8-i386'
-config_opts['target_arch'] = 'i386'
-config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
-config_opts['dist'] = 'fc8' # 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-8&arch=i386
-failovermethod=priority
-
-[updates-released]
-name=updates
-mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f8.newkey&arch=i386
-failovermethod=priority
-
-[local]
-name=local
-baseurl=http://koji.fedoraproject.org/static-repos/dist-fc8-build-current/i386/
-exclude=*debuginfo*
-cost=2000
-enabled=0
-"""
-
-
-
diff --git a/etc/mock/fedora-8-ppc.cfg b/etc/mock/fedora-8-ppc.cfg
deleted file mode 100644
index 576f2c2..0000000
--- a/etc/mock/fedora-8-ppc.cfg
+++ /dev/null
@@ -1,39 +0,0 @@
-config_opts['root'] = 'fedora-8-ppc'
-config_opts['target_arch'] = 'ppc'
-config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
-config_opts['dist'] = 'fc8' # 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
-
-# repos
-
-[fedora]
-name=fedora
-mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-8&arch=ppc
-failovermethod=priority
-
-[updates-released]
-name=updates
-mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f8.newkey&arch=ppc
-failovermethod=priority
-
-[local]
-name=local
-baseurl=http://koji.fedoraproject.org/static-repos/dist-fc8-build-current/ppc/
-exclude=*debuginfo*
-cost=2000
-enabled=0
-"""
-
-
-
diff --git a/etc/mock/fedora-8-ppc64.cfg b/etc/mock/fedora-8-ppc64.cfg
deleted file mode 100644
index b1f8d99..0000000
--- a/etc/mock/fedora-8-ppc64.cfg
+++ /dev/null
@@ -1,38 +0,0 @@
-config_opts['root'] = 'fedora-8-ppc64'
-config_opts['target_arch'] = 'ppc64'
-config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
-config_opts['dist'] = 'fc8' # 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-8&arch=ppc64
-failovermethod=priority
-
-[updates-released]
-name=updates
-mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f8.newkey&arch=ppc64
-failovermethod=priority
-
-[local]
-name=local
-baseurl=http://koji.fedoraproject.org/static-repos/dist-fc8-build-current/ppc64/
-exclude=*debuginfo*
-cost=2000
-enabled=0
-"""
-
-
-
diff --git a/etc/mock/fedora-8-x86_64.cfg b/etc/mock/fedora-8-x86_64.cfg
deleted file mode 100644
index bba7bed..0000000
--- a/etc/mock/fedora-8-x86_64.cfg
+++ /dev/null
@@ -1,41 +0,0 @@
-config_opts['root'] = 'fedora-8-x86_64'
-config_opts['target_arch'] = 'x86_64'
-config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
-config_opts['dist'] = 'fc8' # 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-8&arch=x86_64
-failovermethod=priority
-
-[updates-released]
-name=updates
-mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f8.newkey&arch=x86_64
-failovermethod=priority
-
-[local]
-name=local
-baseurl=http://koji.fedoraproject.org/static-repos/dist-fc8-build-current/x86_64/
-exclude=*debuginfo*
-cost=2000
-enabled=0
-"""
-
-
-