From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Si9rZ-0003DJ-2p for garchives@archives.gentoo.org; Fri, 22 Jun 2012 19:49:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24031E0C06; Fri, 22 Jun 2012 19:49:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E9F10E0BB0 for ; Fri, 22 Jun 2012 19:49:39 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 517E31B402F for ; Fri, 22 Jun 2012 19:49:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1A08DE5435 for ; Fri, 22 Jun 2012 19:49:38 +0000 (UTC) From: "Diego Elio Pettenò" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Diego Elio Pettenò" Message-ID: <1340394555.4ab9357cc707c28715efd1a9ff594f35ec108359.flameeyes@gentoo> Subject: [gentoo-commits] proj/flameeyes-tinderbox:master commit in: / X-VCS-Repository: proj/flameeyes-tinderbox X-VCS-Files: tinderbox-restart.sh X-VCS-Directories: / X-VCS-Committer: flameeyes X-VCS-Committer-Name: Diego Elio Pettenò X-VCS-Revision: 4ab9357cc707c28715efd1a9ff594f35ec108359 X-VCS-Branch: master Date: Fri, 22 Jun 2012 19:49:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 4261fabe-8866-4e5d-93d4-98476a22d9bf X-Archives-Hash: c408f0bebe6e17dd729fcbdb833d254e commit: 4ab9357cc707c28715efd1a9ff594f35ec108359 Author: Diego Elio Petten=C3=B2 flameeyes eu> AuthorDate: Fri Jun 22 19:49:15 2012 +0000 Commit: Diego Elio Petten=C3=B2 gentoo org> CommitDate: Fri Jun 22 19:49:15 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/flameeyes-tin= derbox.git;a=3Dcommit;h=3D4ab9357c Add netcat6 to the list if ${TINDERBOX_ANALYSIS_ADDR} is set. --- tinderbox-restart.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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 \