From c1bcfdbf405f07d53e23e81875bfdc804d93337d Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Sat, 16 Jun 2012 16:38:57 +0200 Subject: If we have an automake failure, inline the log file, this way we don't have to hunt for it. --- bashrc | 5 +++++ 1 file changed, 5 insertions(+) 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=0 sed -i -e "\$a =${CATEGORY}/${PF}" /etc/portage/package.mask/currentrun + # 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 } -- cgit v1.2.3-65-gdbad