summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2010-02-17 07:28:37 -0800
committerJesse Keating <jkeating@redhat.com>2010-02-17 07:29:04 -0800
commit060c59e4e511200169d78ba00d8e615c884fa21b (patch)
tree4d7638727e785b2aa524fdb1b7ec783175b1277e /etc
parente99adc9492ab1087018c630f68f75ebe79f56a76 (diff)
downloadmock-060c59e4e511200169d78ba00d8e615c884fa21b.tar.gz
mock-060c59e4e511200169d78ba00d8e615c884fa21b.tar.xz
mock-060c59e4e511200169d78ba00d8e615c884fa21b.zip
Add Fedora 13 configs
Diffstat (limited to 'etc')
-rw-r--r--etc/mock/fedora-13-i386.cfg37
-rw-r--r--etc/mock/fedora-13-ppc.cfg39
-rw-r--r--etc/mock/fedora-13-ppc64.cfg37
-rw-r--r--etc/mock/fedora-13-s390x.cfg37
-rw-r--r--etc/mock/fedora-13-sparc.cfg39
-rw-r--r--etc/mock/fedora-13-sparc64.cfg37
-rw-r--r--etc/mock/fedora-13-x86_64.cfg41
7 files changed, 267 insertions, 0 deletions
diff --git a/etc/mock/fedora-13-i386.cfg b/etc/mock/fedora-13-i386.cfg
new file mode 100644
index 0000000..3a6b8c6
--- /dev/null
+++ b/etc/mock/fedora-13-i386.cfg
@@ -0,0 +1,37 @@
+config_opts['root'] = 'fedora-13-i386'
+config_opts['target_arch'] = 'i686'
+config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
+config_opts['dist'] = 'fc13' # 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-13&arch=i386
+failovermethod=priority
+
+[updates-released]
+name=updates
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f13&arch=i386
+failovermethod=priority
+
+[local]
+name=local
+baseurl=http://kojipkgs.fedoraproject.org/repos/dist-f13-build/latest/i386/
+cost=2000
+enabled=0
+"""
+
+
+
diff --git a/etc/mock/fedora-13-ppc.cfg b/etc/mock/fedora-13-ppc.cfg
new file mode 100644
index 0000000..fd61671
--- /dev/null
+++ b/etc/mock/fedora-13-ppc.cfg
@@ -0,0 +1,39 @@
+config_opts['root'] = 'fedora-13-ppc'
+config_opts['target_arch'] = 'ppc'
+config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
+config_opts['dist'] = 'fc13' # 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-13&arch=ppc
+failovermethod=priority
+
+[updates-released]
+name=updates
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f13&arch=ppc
+failovermethod=priority
+
+[local]
+name=local
+baseurl=http://kojipkgs.fedoraproject.org/repos/dist-f13-build/latest/ppc/
+cost=2000
+enabled=0
+"""
+
+
+
diff --git a/etc/mock/fedora-13-ppc64.cfg b/etc/mock/fedora-13-ppc64.cfg
new file mode 100644
index 0000000..f728d91
--- /dev/null
+++ b/etc/mock/fedora-13-ppc64.cfg
@@ -0,0 +1,37 @@
+config_opts['root'] = 'fedora-13-ppc64'
+config_opts['target_arch'] = 'ppc64'
+config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
+config_opts['dist'] = 'fc13' # 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-13&arch=ppc64
+failovermethod=priority
+
+[updates-released]
+name=updates
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f13&arch=ppc64
+failovermethod=priority
+
+[local]
+name=local
+baseurl=http://kojipkgs.fedoraproject.org/repos/dist-f13-build/latest/ppc64/
+cost=2000
+enabled=0
+"""
+
+
+
diff --git a/etc/mock/fedora-13-s390x.cfg b/etc/mock/fedora-13-s390x.cfg
new file mode 100644
index 0000000..df936f2
--- /dev/null
+++ b/etc/mock/fedora-13-s390x.cfg
@@ -0,0 +1,37 @@
+config_opts['root'] = 'fedora-13-s390x'
+config_opts['target_arch'] = 's390x'
+config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
+config_opts['dist'] = 'fc13' # 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-13&arch=s390x
+failovermethod=priority
+
+[updates-released]
+name=updates
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f13&arch=s390x
+failovermethod=priority
+
+[local]
+name=local
+baseurl=http://s390.koji.fedoraproject.org/repos/dist-f13-build/latest/s390x/
+cost=2000
+enabled=0
+"""
+
+
+
diff --git a/etc/mock/fedora-13-sparc.cfg b/etc/mock/fedora-13-sparc.cfg
new file mode 100644
index 0000000..f0a76d2
--- /dev/null
+++ b/etc/mock/fedora-13-sparc.cfg
@@ -0,0 +1,39 @@
+config_opts['root'] = 'fedora-13-sparc'
+config_opts['target_arch'] = 'sparcv9'
+config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
+config_opts['dist'] = 'fc13' # 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=*.sparc64
+# 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-13&arch=sparc
+failovermethod=priority
+
+[updates-released]
+name=updates
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f13&arch=sparc
+failovermethod=priority
+
+[local]
+name=local
+baseurl=http://sparc.koji.fedoraproject.org/repos/dist-f13-build/latest/sparc/
+cost=2000
+enabled=0
+"""
+
+
+
diff --git a/etc/mock/fedora-13-sparc64.cfg b/etc/mock/fedora-13-sparc64.cfg
new file mode 100644
index 0000000..05e80d6
--- /dev/null
+++ b/etc/mock/fedora-13-sparc64.cfg
@@ -0,0 +1,37 @@
+config_opts['root'] = 'fedora-13-sparc64'
+config_opts['target_arch'] = 'sparc64'
+config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
+config_opts['dist'] = 'fc13' # 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-13&arch=sparc64
+failovermethod=priority
+
+[updates-released]
+name=updates
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f13&arch=sparc64
+failovermethod=priority
+
+[local]
+name=local
+baseurl=http://sparc.koji.fedoraproject.org/repos/dist-f13-build/latest/sparc64/
+cost=2000
+enabled=0
+"""
+
+
+
diff --git a/etc/mock/fedora-13-x86_64.cfg b/etc/mock/fedora-13-x86_64.cfg
new file mode 100644
index 0000000..140b2b6
--- /dev/null
+++ b/etc/mock/fedora-13-x86_64.cfg
@@ -0,0 +1,41 @@
+config_opts['root'] = 'fedora-13-x86_64'
+config_opts['target_arch'] = 'x86_64'
+config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
+config_opts['dist'] = 'fc13' # 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
+# 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-13&arch=x86_64
+failovermethod=priority
+
+[updates-released]
+name=updates
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f13&arch=x86_64
+failovermethod=priority
+
+[local]
+name=local
+baseurl=http://kojipkgs.fedoraproject.org/repos/dist-f13-build/latest/x86_64/
+cost=2000
+enabled=0
+"""
+
+
+