From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 0B4EB3858C00 for ; Fri, 27 Jan 2023 17:38:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 0B4EB3858C00 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from r6.localdomain (82-217-174-174.cable.dynamic.v4.ziggo.nl [82.217.174.174]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id D9D17302BBEC; Fri, 27 Jan 2023 18:38:07 +0100 (CET) Received: by r6.localdomain (Postfix, from userid 1000) id AEA4A340167; Fri, 27 Jan 2023 18:38:07 +0100 (CET) Message-ID: <16f282cf1aef62db202c3cc8902b406dae08e9bc.camel@klomp.org> Subject: Re: [PATCH] scripts/find-debuginfo.in: Add -q|--quiet From: Mark Wielaard To: Prarit Bhargava , debugedit@sourceware.org Date: Fri, 27 Jan 2023 18:38:07 +0100 In-Reply-To: <20230126210857.3867040-1-prarit@redhat.com> References: <20230126210857.3867040-1-prarit@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.3 (3.46.3-1.fc37) MIME-Version: 1.0 X-Spam-Status: No, score=-3030.3 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Prarit, On Thu, 2023-01-26 at 16:08 -0500, Prarit Bhargava wrote: > Projects with a large number of compiled files end up with a large number > of 'extracting debug info from' messages in the build log. In the case o= f > the Fedora kernel these messages account for 8504 lines in the log, or 61= % > of the entire log [1]. >=20 > Removing these lines make the log easier to view and comprehend for some > projects, however, not all projects will want to silence these messages s= o > suppressing them must be optional. >=20 > Add a -q|--quiet which allows users to silence the non-error output from > the script. Looks perfect. Applied as is. Also backported to Fedora rawhide package debugedit-5.0-7.fc38 so you can test it out there. Thanks, Mark