From 4ab9357cc707c28715efd1a9ff594f35ec108359 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Fri, 22 Jun 2012 21:49:15 +0200 Subject: Add netcat6 to the list if ${TINDERBOX_ANALYSIS_ADDR} is set. --- tinderbox-restart.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tinderbox-restart.sh b/tinderbox-restart.sh index 0314b97..0ca9b55 100755 --- a/tinderbox-restart.sh +++ b/tinderbox-restart.sh @@ -102,6 +102,7 @@ fi emerge -u \ sys-libs/glibc \ $([[ -n ${BTI_ACCOUNT} ]] && echo net-misc/bti) \ + ${TINDERBOX_ANALYSIS_ADDR:+net-analyzer/netcat6} \ app-misc/screen \ app-portage/gentoolkit \ dev-java/java-dep-check \ -- cgit v1.2.3-65-gdbad