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 593521396D0 for ; Thu, 17 Aug 2017 10:14:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35D31E0F66; Thu, 17 Aug 2017 10:14:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA1FAE0F61 for ; Thu, 17 Aug 2017 10:14:33 +0000 (UTC) Received: from sf (host81-129-83-158.range81-129.btcentralplus.com [81.129.83.158]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: slyfox) by smtp.gentoo.org (Postfix) with ESMTPSA id 37B8A3416A5; Thu, 17 Aug 2017 10:14:28 +0000 (UTC) Date: Thu, 17 Aug 2017 11:14:20 +0100 From: Sergei Trofimovich To: =?UTF-8?B?TWljaGHFgiBHw7Nybnk=?= Cc: gentoo-dev@lists.gentoo.org, cluster@gentoo.org, robbat2@gentoo.org, toolchain@gentoo.org, suse@gentoo.org, llvm@gentoo.org Subject: [gentoo-dev] Re: [RFC] [PATCH] dev-util/shadowman: Unified tool to update ccache/distcc/icecc shadow dir Message-ID: <20170817111420.5f1747c4@sf> In-Reply-To: <20170817083641.3507-1-mgorny@gentoo.org> References: <20170817083641.3507-1-mgorny@gentoo.org> X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.31; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/L.q+/pWuyJ1MoZbFGfSCtaW"; protocol="application/pgp-signature" X-Archives-Salt: 014ca60b-49cd-4546-a789-b3497680d9b2 X-Archives-Hash: c464c4d39748da85a37cce06244e4614 --Sig_/L.q+/pWuyJ1MoZbFGfSCtaW Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Thu, 17 Aug 2017 10:36:29 +0200 Micha=C5=82 G=C3=B3rny wrote: > Hi, everyone. >=20 > I've written a new tool called shadowman [1] that aims to partially > replace the current *-config tools shipped with ccache, distcc, icecc > and potentially more. >=20 > Why? Because the existing tools are inconsistent, inconvenient > and usually incomplete. The README [2] states a number of advantages: >=20 > | 1. one usage syntax that works for all tools, > | > | 2. ability to update/clean masquerades for multiple tools in one call, > | > | 3. consistent (and *good*) implementation -- now all tools get the same > | executable list, > | > | 4. reduced code duplication, > | > | 5. modular layout that allows adding extra tools/compiler wildcards > | by third-party packages. >=20 > This thread includes patches that: >=20 > a. add the package for shadowman (skipping some bundled modules for > external inclusion) -- for testing it's just a live ebuild with full > keyword set; I will obviously change that before the final inclusion; >=20 > b. adds shadowman support to ccache, distcc & icecream packages > (preserving the old utilities for compatibility), >=20 > c. adds shadowman update call to toolchain.eclass & clang ebuilds > so that the masquerades get updated automatically on gcc/clang upgrade. >=20 > Please review. Alternatively available as PR on GitHub [3]. >=20 > [1]:https://github.com/mgorny/shadowman > [2]:https://github.com/mgorny/shadowman/blob/master/README > [3]:https://github.com/gentoo/gentoo/pull/5386 >=20 Looks ok. --=20 Sergei --Sig_/L.q+/pWuyJ1MoZbFGfSCtaW Content-Type: application/pgp-signature Content-Description: Цифровая подпись OpenPGP -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQSZKa0VG5avZRlY01hxoe52YR/zqgUCWZVsfQAKCRBxoe52YR/z qtW2AJ9gsi3zxdDQvgSxbHJEW2BJEyL//wCfUeqmixtU0j9gqV/gG/KoM0AoScA= =D7+g -----END PGP SIGNATURE----- --Sig_/L.q+/pWuyJ1MoZbFGfSCtaW--