diff options
Diffstat (limited to 'bashrc')
-rwxr-xr-x | bashrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 } |