Gentoo Archives: gentoo-commits

From: "Diego Elio Pettenò" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/flameeyes-tinderbox:master commit in: /
Date: Tue, 19 Jun 2012 18:59:39
Message-Id: 1340132345.4eb00f71f81feb1707cdabc873c807cbdc0d414c.flameeyes@gentoo
1 commit: 4eb00f71f81feb1707cdabc873c807cbdc0d414c
2 Author: Diego Elio Pettenò <flameeyes <AT> flameeyes <DOT> eu>
3 AuthorDate: Tue Jun 19 18:59:05 2012 +0000
4 Commit: Diego Elio Pettenò <flameeyes <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 19 18:59:05 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/flameeyes-tinderbox.git;a=commit;h=4eb00f71
7
8 Also cat aclocal.out if present.
9
10 ---
11 bashrc | 3 +++
12 1 files changed, 3 insertions(+), 0 deletions(-)
13
14 diff --git a/bashrc b/bashrc
15 index 5bb042d..4ad5bba 100755
16 --- a/bashrc
17 +++ b/bashrc
18 @@ -67,6 +67,9 @@ tinderbox_failed() {
19 if fgrep -q "/temp/automake.out" "${PORTAGE_LOG_FILE}"; then
20 cat "${T}"/automake.out
21 fi
22 + if fgrep -q "/temp/aclocal.out" "${PORTAGE_LOG_FILE}"; then
23 + cat "${T}"/aclocal.out
24 + fi
25
26 tinderbox_send_log
27 }