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 1B473138334 for ; Fri, 6 Dec 2019 11:45:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E550CE0883; Fri, 6 Dec 2019 11:45:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 A65B2E076B for ; Fri, 6 Dec 2019 11:45:43 +0000 (UTC) Received: by smtp.gentoo.org (Postfix, from userid 2274) id C21FA34D7E6; Fri, 6 Dec 2019 11:45:42 +0000 (UTC) Date: Fri, 6 Dec 2019 06:45:39 -0500 From: Tim Harder To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] [PATCH] package.deprecated: Create initial template Message-ID: <20191206114539.GA7862@sumac.radhermit.com> Mail-Followup-To: gentoo-dev@lists.gentoo.org References: <20191205160957.576971-1-mgorny@gentoo.org> <067cc5678d1eb4a3445bdf7beefe8c055307eeb4.camel@gentoo.org> <31d2646b48bc35d02ca2a7a0b9db7b634d5b0ef0.camel@gentoo.org> <20191206082325.GA5714@sumac.radhermit.com> <1748e88747d6c21d7a693af367591d8e299a0b7a.camel@gentoo.org> 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 X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1748e88747d6c21d7a693af367591d8e299a0b7a.camel@gentoo.org> User-Agent: Mutt/1.12.2 (2019-09-21) X-Archives-Salt: 83082aaa-4542-4c03-b251-5cb91edd2f1a X-Archives-Hash: adf97faa973468acb68b432510f7b53c On 2019-12-06 Fri 06:33, Michał Górny wrote: > If you need something convenient to commit, app-portage/mgorny-dev- > scripts has pkgcommit tool which does the only useful part of what > repoman did -- that is, prepends package name to the commit message. > For pre-push checks, I use the following oneliner: > $ pkgcheck scan $(git diff origin --name-only $( | cut -d/ -f1-2 | sort -u); echo $? If you want to shorten that, `pkgcheck scan --commits` internalizes most of that and at some point will be extended to enable profile/eclass checks if it notices any related changes. Tim