From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4B1F6139694 for ; Tue, 14 Mar 2017 20:18:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D0EB21C060; Tue, 14 Mar 2017 20:17:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73F8F21C060 for ; Tue, 14 Mar 2017 20:17:59 +0000 (UTC) Received: from professor-x (d108-172-194-175.bchsia.telus.net [108.172.194.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id 838C233BF1C for ; Tue, 14 Mar 2017 20:17:58 +0000 (UTC) Date: Tue, 14 Mar 2017 13:17:56 -0700 From: Brian Dolbec To: gentoo-catalyst@lists.gentoo.org Subject: Re: [gentoo-catalyst] [PATCH] stage1: run bootstrap w/--verbose Message-ID: <20170314131756.1c36bb51.dolsen@gentoo.org> In-Reply-To: <20170311222159.24165-1-vapier@gentoo.org> References: <20170311222159.24165-1-vapier@gentoo.org> Organization: Gentoo Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 5b15d8c4-e922-4ff7-9cdc-37578482eceb X-Archives-Hash: bd01dcfa925c3112602d90f5eb046072 On Sat, 11 Mar 2017 14:21:59 -0800 Mike Frysinger wrote: > --- > targets/support/chroot-functions.sh | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/targets/support/chroot-functions.sh > b/targets/support/chroot-functions.sh index > 2f7949280355..b01bbbbda0eb 100755 --- > a/targets/support/chroot-functions.sh +++ > b/targets/support/chroot-functions.sh @@ -139,6 +139,7 @@ > setup_myemergeopts(){ if [[ "${clst_VERBOSE}" == "true" ]] > then > clst_myemergeopts="--verbose" > + bootstrap_opts="${bootstrap_opts} -v" > else > clst_myemergeopts="--quiet" > bootstrap_opts="${bootstrap_opts} -q" Looks good, thanks -- Brian Dolbec