From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Sfu9j-00082D-0A for garchives@archives.gentoo.org; Sat, 16 Jun 2012 14:39:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B23BAE066E; Sat, 16 Jun 2012 14:39:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 87ADFE066E for ; Sat, 16 Jun 2012 14:39:06 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EBA121B4059 for ; Sat, 16 Jun 2012 14:39:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id AC5DBE5434 for ; Sat, 16 Jun 2012 14:39:04 +0000 (UTC) From: "Diego Elio Pettenò" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Diego Elio Pettenò" Message-ID: <1339857537.c1bcfdbf405f07d53e23e81875bfdc804d93337d.flameeyes@gentoo> Subject: [gentoo-commits] proj/flameeyes-tinderbox:master commit in: / X-VCS-Repository: proj/flameeyes-tinderbox X-VCS-Files: bashrc X-VCS-Directories: / X-VCS-Committer: flameeyes X-VCS-Committer-Name: Diego Elio Pettenò X-VCS-Revision: c1bcfdbf405f07d53e23e81875bfdc804d93337d X-VCS-Branch: master Date: Sat, 16 Jun 2012 14:39:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 7ba0ad6a-26c3-427b-ad74-d391435618a6 X-Archives-Hash: ffa629821ba689baff2b23a77c090fab commit: c1bcfdbf405f07d53e23e81875bfdc804d93337d Author: Diego Elio Petten=C3=B2 flameeyes eu> AuthorDate: Sat Jun 16 14:38:57 2012 +0000 Commit: Diego Elio Petten=C3=B2 gentoo org> CommitDate: Sat Jun 16 14:38:57 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/flameeyes-tin= derbox.git;a=3Dcommit;h=3Dc1bcfdbf If we have an automake failure, inline the log file, this way we don't ha= ve to hunt for it. --- bashrc | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/bashrc b/bashrc index f84bb64..6f1ed40 100755 --- a/bashrc +++ b/bashrc @@ -62,6 +62,11 @@ tinderbox_failed() { dent_me "${CATEGORY}/${PF} merge #failed$(tinderbox_stats)" SANDBOX_ON=3D0 sed -i -e "\$a =3D${CATEGORY}/${PF}" /etc/portage/pac= kage.mask/currentrun =20 + # check if this is an automake failure and if so, get the whole log = inlined + if grep -f -q "/temp/automake.out" "${PORTAGE_LOG_FILE}"; then + cat "${T}"/automake.log + fi + tinderbox_send_log } =20