PMXBOT Log file Viewer

Help | Karma | Search:

#buildout logs for Wednesday the 6th of February, 2013

(Back to #buildout overview) (Back to channel listing) (Animate logs)
[00:59:34] <brodul> how to convince buildout to use multiple cores to compile pyside
[10:20:12] <brodul> how to convince buildout to use multiple cores to compile pyside
[10:20:18] <brodul> -j5 parameter to compiler
[10:27:11] <mgedmin> which recipe do you use?
[10:27:46] <brodul> z3c.recipe.scripts
[10:27:52] <mgedmin> ah
[10:28:04] <mgedmin> so it's not really in the hands of buildout, I suppose
[10:28:26] <brodul> yea I am looking into the distutils
[10:28:27] <brodul> docs
[10:29:40] <brodul> It seems that there is no simple flag to do that
[14:35:27] <mgedmin> can buildout 1.7 use pypi mirrors?
[14:58:42] <aclark> mgedmin: sure why not, index = ?
[14:59:08] <mgedmin> so, no
[15:03:22] <aclark> mgedmin: ?
[15:04:31] <mgedmin> I cannot bin/buildout --use-mirrors like I can pip install --use-mirrors
[15:05:00] <mgedmin> I have to manually decide which mirror I want to use and bin/buildout buildout:index=http://X.pypi.python.org/, and also hope I got the URL right
[15:05:03] <mgedmin> (did I get the URL right?)
[15:07:18] <J1m> mgedmin, buildout doesn't support using multiple mirrors.
[15:07:33] <mgedmin> ok
[15:08:46] <aclark> mgedmin: bin/buildout buildout:index=http://b.pypi.python.org
[15:08:58] <aclark> right
[15:09:24] <aclark> may be possible/easy to add though…
[16:18:37] <J1m> aclark, buildout relies on distribute to do downloads, so not so easy to fix.
[16:19:23] <J1m> If someone does fix it, they need to also use request to properly handle ssl, cuz we should be using ssl :)
[16:21:06] <aclark> J1m: oic