public inbox for gentoo-python@lists.gentoo.org
 help / color / mirror / Atom feed
From: Mike Gilbert <floppym@gentoo.org>
To: "Michał Górny" <mgorny@gentoo.org>
Cc: gentoo-python@lists.gentoo.org, python@gentoo.org
Subject: [gentoo-python] Re: [PATCH] Always create split logs, even with non-parallel builds.
Date: Thu, 03 Jan 2013 18:23:12 -0500	[thread overview]
Message-ID: <50E612E0.8080008@gentoo.org> (raw)
In-Reply-To: <1357232378-19285-1-git-send-email-mgorny@gentoo.org>

[-- Attachment #1: Type: text/plain, Size: 702 bytes --]

On 1/3/2013 11:59 AM, Michał Górny wrote:
> They are handy, and this also avoids trouble when ebuild uses
> partially-parallel build.
> ---
>  gx86/eclass/distutils-r1.eclass | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/gx86/eclass/distutils-r1.eclass b/gx86/eclass/distutils-r1.eclass
> index 1b32748..d1af92c 100644
> --- a/gx86/eclass/distutils-r1.eclass
> +++ b/gx86/eclass/distutils-r1.eclass
> @@ -388,7 +388,7 @@ distutils-r1_run_phase() {
>  	mkdir -p "${TMPDIR}" || die
>  
>  	if [[ ${DISTUTILS_NO_PARALLEL_BUILD} ]]; then
> -		"${@}"
> +		"${@}" 2>&1 | tee -a "${T}/build-${EPYTHON}.log"
>  	else
>  		(
>  			multijob_child_init

lgtm


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

      reply	other threads:[~2013-01-03 23:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-03 16:59 [gentoo-python] [PATCH] Always create split logs, even with non-parallel builds Michał Górny
2013-01-03 23:23 ` Mike Gilbert [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50E612E0.8080008@gentoo.org \
    --to=floppym@gentoo.org \
    --cc=gentoo-python@lists.gentoo.org \
    --cc=mgorny@gentoo.org \
    --cc=python@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox