summaryrefslogtreecommitdiffstats
path: root/fc7x.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'fc7x.cfg')
-rw-r--r--fc7x.cfg78
1 files changed, 78 insertions, 0 deletions
diff --git a/fc7x.cfg b/fc7x.cfg
new file mode 100644
index 0000000..c2526a6
--- /dev/null
+++ b/fc7x.cfg
@@ -0,0 +1,78 @@
+config_opts['root'] = 'fc7x'
+config_opts['target_arch'] = 'x86_64'
+config_opts['chroot_setup_cmd'] = 'install buildsys-build'
+config_opts['useradd'] = '/usr/sbin/useradd -m -u %(uid)s -g %(gid)s -d %(home)s -n %(user)s'
+
+config_opts['plugin_conf']['ccache_enable'] = True
+config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G'
+config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc7x/"
+config_opts['plugin_conf']['yum_cache_opts']['max_age_days'] = 1500
+config_opts['plugin_conf']['root_cache_opts']['max_age_days'] = 1500
+
+config_opts['macros']['%_topdir']="/builddir/build"
+config_opts['macros']['%_smp_mflags']="-j3"
+config_opts['macros']['%vendor']="Remi Collet"
+config_opts['macros']['%packager']="http://blog.famillecollet.com/"
+config_opts['macros']['%dist']=".fc7.remi"
+config_opts['macros']['%fedora']="7"
+config_opts['macros']['%_with_dbase']="1"
+config_opts['macros']['%_with_oci8']="1"
+config_opts['macros']['%_with_mcrypt']="1"
+config_opts['macros']['%_with_mhash']="1"
+config_opts['macros']['%_with_mssql']="1"
+config_opts['macros']['%_with_readline']="1"
+config_opts['macros']['%_with_tidy']="1"
+config_opts['macros']['%runselftest']="0"
+
+
+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=[ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefhijklmnopqrstuvwxyz]*.i*86 g[abcdefghijkmnopqrstuvwxyz]*.i?86 glib2.i?86 glib.i?86 *-devel.i?86
+
+# repos
+
+[fedora]
+name=fedora
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-7&arch=x86_64
+#baseurl=http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/7/Everything/x86_64/os/
+
+[updates-released]
+name=updates
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f7&arch=x86_64&country=global
+#baseurl=http://archive.fedoraproject.org/pub/archive/fedora/linux/updates/7/x86_64/
+
+[groups]
+name=groups
+baseurl=http://buildsys.fedoraproject.org/buildgroups/7/x86_64/
+
+[remi]
+name=remi public
+baseurl=file:/home/rpmbuild/site/rpms/fedora/7/remi/x86_64/
+enabled=1
+
+[remi-priv]
+name=remi prive
+baseurl=file:/home/rpmbuild/site/rpms/priv/x86_64/
+enabled=1
+
+[remi-test]
+name=remi test
+baseurl=file:/home/rpmbuild/site/rpms/fedora/7/test/x86_64/
+enabled=0
+
+[livna]
+name=Livna
+baseurl=http://rpm.livna.org/fedora/7/x86_64/
+failovermethod=priority
+enabled=0
+
+"""
+