[PATCH] Add a config for mashing branched each night

Jesse Keating jkeating at redhat.com
Thu Feb 18 01:51:00 UTC 2010


---
 .../files/mock/fedora-branched-compose-i386.cfg    |   36 ++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)
 create mode 100644 modules/mock/files/mock/fedora-branched-compose-i386.cfg

diff --git a/modules/mock/files/mock/fedora-branched-compose-i386.cfg b/modules/mock/files/mock/fedora-branched-compose-i386.cfg
new file mode 100644
index 0000000..17017c8
--- /dev/null
+++ b/modules/mock/files/mock/fedora-branched-compose-i386.cfg
@@ -0,0 +1,36 @@
+config_opts['root'] = 'fedora-branched-compose-i386'
+config_opts['target_arch'] = 'i386'
+config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
+config_opts['dist'] = 'fc13'  # only useful for --resultdir variable subst
+config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/mnt/koji', '/mnt/koji' ))
+config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/pub/fedora', '/pub/fedora' ))
+config_opts['plugin_conf']['root_cache_enable'] = False
+
+config_opts['yum.conf'] = """
+[main]
+cachedir=/var/cache/yum
+debuglevel=2
+reposdir=/dev/null
+logfile=/var/log/yum.log
+retries=20
+obsoletes=1
+gpgcheck=0
+assumeyes=1
+
+# repos
+
+[fedora]
+name=fedora
+baseurl=http://kojipkgs.fedoraproject.org/mash/branched/i386/os
+enabled=1
+cost=5000
+
+[static]
+name=static
+baseurl=http://kojipkgs.fedoraproject.org/repos/dist-f13-build/latest/i386
+enabled=1
+#cost=2000
+"""
+
+
+
-- 
1.5.5.6



More information about the infrastructure mailing list