search for: plugin_conf

Displaying 4 results from an estimated 4 matches for "plugin_conf".

Did you mean: plugin_config
2015 Sep 07
2
How to setup own i686 buildenv for CentOS7
Hi, Nux! Can you re-paste this cfg? The url is outdated. - robin On Tue, Dec 30, 2014 at 2:30 AM, Nux! <nux at li.nux.ro> wrote: > Hi, > > Here's how my epel-7-i386.cfg mock file looks like: > http://fpaste.org/164110/19877702/raw/ > > Do note the 32bit packages are unofficial and unsupported. RedHat does not > support 32bit in EL7. > > HTH > Lucian >
2015 Sep 07
0
How to setup own i686 buildenv for CentOS7
..._host_arches'] = ('i686','x86_64',) config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils findutils gawk gcc gcc-c++ grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux-ng which xz' config_opts['plugin_conf']['ccache_enable'] = False config_opts['dist'] = 'el7' # only useful for --resultdir variable subst config_opts['macros']['%dist'] = '.el7' config_opts['macros']['%vendor'] = 'Your Name Here' config_opts['macros'][...
2015 Mar 26
0
[CentOS-devel] xapi for centOS 6.6
...space - this could be the disk > being > full, but it could also be that it might be building in a tmpfs environment > and you're actually running out of memory. > > try changing the mock config in buildroot.git/mock/default.cfg - the line > is: > > config_opts['plugin_conf']['tmpfs_enable'] = True > > change that to 'False' and see if that helps. > > Jon > > > > I was looking for more upstream version of ocaml-core-kernel for el6. As > > you were saying Jonathan is already working on that > > > http://copr-be...
2015 Mar 22
3
xapi for centOS 6.6
Hi, I am a masters student at IIIT Hyderabad, India. I am writing a GOSC proposal for CentOS organization. It's about delivering a custom installer ISO which delivers Xen 4.4 stack on CentOS 6. full proposal: http://www.google-melange.com/gsoc/proposal/public/google/gsoc2015/gautam_malu/5629499534213120 I want to port xapi on CentOS 6 as part of it. There has been some previous efforts to