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 5064F3883011 for ; Fri, 30 Jun 2023 22:17:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 5064F3883011 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: by gnu.wildebeest.org (Postfix, from userid 1000) id 587C33006CF5; Sat, 1 Jul 2023 00:17:47 +0200 (CEST) Date: Sat, 1 Jul 2023 00:17:47 +0200 From: Mark Wielaard To: Denys Vlasenko Cc: debugedit@sourceware.org, Prarit Bhargava Subject: Re: [PATCH] find-debuginfo: unless -q -q, print messages what big steps we are at Message-ID: <20230630221747.GE13707@gnu.wildebeest.org> References: <20230622133103.11551-1-dvlasenk@redhat.com> <20230629141349.GA13707@gnu.wildebeest.org> <025ec8a4f5e26a4f0f40b90776c9033b45299396.camel@klomp.org> <2ebe27f4-2522-6257-7a38-f6b5adb00e68@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2ebe27f4-2522-6257-7a38-f6b5adb00e68@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-3029.6 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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 Denys, On Fri, Jun 30, 2023 at 08:51:35PM +0200, Denys Vlasenko wrote: > Looks good. We will be able to revert > > "Suppress 'extracting debug info' noise in build log" > > +%if 0%{?fedora} > +%global _find_debuginfo_opts -r -q > +%else > %global _find_debuginfo_opts -r > +%endif > > change in our kernel specfile (always good to have fewer special > cases) and still have what that change intended: not-very-verbose > find-debuginfo output. Great. I'll backport to the fedora package too then. Cheers, Mark