public inbox for gentoo-python@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-python] [distutils-r1] Improvements to parallel builds
@ 2012-12-06 10:54 Michał Górny
  2012-12-06 10:54 ` [gentoo-python] [PATCH distutils-r1 1/4] Don't rely on phase function return code Michał Górny
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Michał Górny @ 2012-12-06 10:54 UTC (permalink / raw
  To: gentoo-python; +Cc: python

A two quick improvements to parallel builds using distutils-r1.


1) use post-fork mode to avoid early output

In other words, you no longer see 'running X for Y' before it is
actually being run.


2) create split logs for each implementation

Aside to the usual soup on stdout, the eclass writes separate build logs
for each implementation to ${T}/build-${EPYTHON}.log.

TODO: replace tee with an awesome use of multitail to display logs
of currently running builds on split-screen.



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-12-06 17:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-06 10:54 [gentoo-python] [distutils-r1] Improvements to parallel builds Michał Górny
2012-12-06 10:54 ` [gentoo-python] [PATCH distutils-r1 1/4] Don't rely on phase function return code Michał Górny
2012-12-06 10:54 ` [gentoo-python] [PATCH distutils-r1 2/4] Use post-fork mode to avoid early output Michał Górny
2012-12-06 10:54 ` [gentoo-python] [PATCH distutils-r1 3/4] multiprocessing: use the expanded call form Michał Górny
2012-12-06 10:54 ` [gentoo-python] [PATCH distutils-r1 4/4] Create split logs when doing parallel builds Michał Górny
2012-12-06 17:28 ` [gentoo-python] Re: [distutils-r1] Improvements to " Mike Gilbert
2012-12-06 17:40   ` Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox