From 095a6e741c2663a7f14d125f3fb4935e294b273a Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Sat, 16 Jun 2012 16:48:54 +0200 Subject: Quiet the log sending. --- bashrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index e9b6a13..0f81918 100755 --- a/bashrc +++ b/bashrc @@ -43,8 +43,9 @@ tinderbox_stats() { if [[ -n "${TINDERBOX_ANALYSIS_ADDR}" ]]; then tinderbox_send_log() { - tar cf - "${PORTAGE_LOG_FILE}" | \ - nc6 --send-only --hold-timeout=0 ${TINDERBOX_ANALYSIS_ADDR} + tar -P -cf - "${PORTAGE_LOG_FILE}" | \ + nc6 --send-only --hold-timeout=0 ${TINDERBOX_ANALYSIS_ADDR} \ + >/dev/null } else tinderbox_send_log() { :; } -- cgit v1.2.3-65-gdbad