X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rpm%2Fbuild%2Fmock%2Fcentos-5-i386.cfg;h=203d4fd1329c2fcc7b58500d5362e96890c41e9b;hb=995a145c931164347683071c95c6754379d36604;hp=c2deb1fa53559b00c00a58fbe9892de66387ce34;hpb=b80e996959d9492e07ada4936e566f4b97dd5808;p=freeside.git diff --git a/rpm/build/mock/centos-5-i386.cfg b/rpm/build/mock/centos-5-i386.cfg index c2deb1fa5..203d4fd13 100644 --- a/rpm/build/mock/centos-5-i386.cfg +++ b/rpm/build/mock/centos-5-i386.cfg @@ -3,13 +3,43 @@ import os config_opts['root'] = 'centos-5-i386' config_opts['target_arch'] = 'i386' +config_opts['cleanup_on_failure'] = 0 + +config_opts['chroot_setup_cmd'] = 'install buildsys-build' + +# caching related options +#these are probably obsolete? +config_opts['rebuild_cache'] = False +#config_opts['use_cache'] = False +config_opts['use_cache'] = True +config_opts['pack_cmd'] = "/usr/sbin/mock-helper pack" +config_opts['unpack_cmd'] = "/usr/sbin/mock-helper unpack" +config_opts['cache_ext'] = ".tar.gz" +config_opts['cache_topdir'] = "/var/cache/mock" +#config_opts['max_cache_age_days'] = 15 +config_opts['max_cache_age_days'] = 150 + +# config_opts['plugin_conf']['ccache_enable'] = True +config_opts['plugin_conf']['ccache_enable'] = False +# config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '4G' +# config_opts['plugin_conf']['ccache_opts']['dir'] = "%(cache_topdir)s/%(root)s/ccache/" +config_opts['plugin_conf']['yum_cache_enable'] = True +config_opts['plugin_conf']['yum_cache_opts']['max_age_days'] = 30 +config_opts['plugin_conf']['yum_cache_opts']['dir'] = "%(cache_topdir)s/%(root)s/yum_cache/" +config_opts['plugin_conf']['root_cache_enable'] = True +config_opts['plugin_conf']['root_cache_opts']['max_age_days'] = 15 +config_opts['plugin_conf']['root_cache_opts']['dir'] = "%(cache_topdir)s/%(root)s/root_cache/" +config_opts['plugin_conf']['root_cache_opts']['compress_program'] = "gzip" +config_opts['plugin_conf']['root_cache_opts']['extension'] = ".gz" + config_opts['yum.conf'] = """ + [main] cachedir=/var/cache/yum debuglevel=1 -logfile=/var/log/yum.log reposdir=/dev/null +logfile=/var/log/yum.log retries=20 obsoletes=1 gpgcheck=0 @@ -19,15 +49,15 @@ assumeyes=1 [os] name=os -#mirrorlist=http://mirrorlist.centos.org/?release=5&arch=i386&repo=os -#baseurl=http://mirror.centos.org/centos/5/os/i386/ -baseurl=file:///home/rsiddall/mock/repos/centos/5/os/i386/ +mirrorlist=http://mirrorlist.centos.org/?release=5&arch=i386&repo=os +baseurl=http://mirror.centos.org/centos/5/os/i386/ +#baseurl=file:///home/rsiddall/mock/repos/centos/5/os/i386/ [updates] name=updates -#mirrorlist=http://mirrorlist.centos.org/?release=5&arch=i386&repo=updates -#baseurl=http://mirror.centos.org/centos/5/updates/i386/ -baseurl=file:///home/rsiddall/mock/repos/centos/5/updates/i386/ +mirrorlist=http://mirrorlist.centos.org/?release=5&arch=i386&repo=updates +baseurl=http://mirror.centos.org/centos/5/updates/i386/ +#baseurl=file:///home/rsiddall/mock/repos/centos/5/updates/i386/ [groups] name=groups @@ -35,24 +65,23 @@ baseurl=http://dev.centos.org/centos/buildsys/5/ """ -config_opts['macros'] = """ -%_topdir /builddir/build -%_rpmfilename %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm - -# Change the next two lines to reflect yourself. - -%packager Freeside Internet Services, Inc. -#%vendor -#%distribution - -# please change this to reflect the Distro Tree and Repo hosting packages! -#%dist . -%centos_ver 5 - -#%_smp_mflags -j1 - -""" - - +#something here is causing a problem, don't know what, see if we need anything +#config_opts['macros'] = """ +#%_topdir /builddir/build +#%_rpmfilename %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm +# +## Change the next two lines to reflect yourself. +# +#%packager Freeside Internet Services, Inc. +##%vendor +##%distribution +# +## please change this to reflect the Distro Tree and Repo hosting packages! +##%dist . +#%centos_ver 5 +# +##%_smp_mflags -j1 +# +#"""