summaryrefslogtreecommitdiffstats
path: root/fc10x.cfg
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-09-03 11:54:00 +0200
committerRemi Collet <fedora@famillecollet.com>2014-09-03 11:54:00 +0200
commitf8031cd25518ea708b2de4390d32462f78661b57 (patch)
tree6c995b4dde260220184b1cd3d35fb0d15435fce3 /fc10x.cfg
parentabed2942f8b4ea6eea29a0cb23e9b9343f5cdf0c (diff)
drop old unused mock config
Diffstat (limited to 'fc10x.cfg')
-rw-r--r--fc10x.cfg82
1 files changed, 0 insertions, 82 deletions
diff --git a/fc10x.cfg b/fc10x.cfg
deleted file mode 100644
index 97dc772..0000000
--- a/fc10x.cfg
+++ /dev/null
@@ -1,82 +0,0 @@
-config_opts['root'] = 'fc10x'
-config_opts['target_arch'] = 'x86_64'
-config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
-
-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.fc10x/"
-
-config_opts['basedir'] = '/dev/shm/'
-config_opts['resultdir'] = "/var/lib/mock/fc10x"
-config_opts['cleanup_on_success'] = True
-config_opts['cleanup_on_failure'] = False
-
-config_opts['createrepo_on_rpms'] = True
-config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm'
-
-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']="-j6"
-config_opts['macros']['%vendor']="Remi Collet"
-config_opts['macros']['%packager']="http://blog.famillecollet.com/"
-config_opts['macros']['%dist']=".fc10.remi"
-config_opts['macros']['%fedora']="10"
-config_opts['macros']['%_with_ibase']="1"
-config_opts['macros']['%_with_oci8']="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
-
-# repos
-
-[fedora]
-name=fedora
-#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=x86_64
-baseurl=http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/10/Everything/x86_64/os/
- http://ftp.funet.fi/pub/mirrors/ftp.redhat.com/pub/fedora/linux/releases/10/Everything/x86_64/os/
- http://ftp.heanet.ie/pub/fedora-archive/fedora/linux/releases/10/Everything/x86_64/os/
-
-[updates-released]
-name=updates
-#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/updates/10/x86_64/
-baseurl=http://archives.fedoraproject.org/pub/archive/fedora/linux/updates/10/x86_64/
- http://archive.kernel.org/fedora-archive/fedora/linux/updates/10/x86_64/
- http://ftp.heanet.ie/pub/fedora-archive/fedora/linux/updates/10/x86_64/
-enabled=1
-
-#[groups]
-[remi]
-name=remi public
-baseurl=file:/home/rpmbuild/site/rpms/fedora/10/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/10/test/x86_64/
-enabled=0
-
-[result]
-name=result
-baseurl=file:/var/lib/mock/fc10x/
-enabled=1
-
-"""
-