From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 24D673858C50; Sun, 23 Apr 2023 01:13:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 24D673858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1682212402; bh=4RQp8h70cGb45bGWpp0O/Ivf34ELBqF2PIxXpzAsd/4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PMNJ0cnkNn0iSeNg6eolZpUPl8IbBDv/JpBLoGI6jMCvwv9ASjdThVF68DEPJXCdr TCv/R+g5pH0fD1BXhKuzijjMCKB0v4fYSmjJo7J64qEK1L3/ixoa1TuFSbXy+KVsnC Ux1tUpqDzLgg0+MvD9TIbzg5Z2q9Km2MllPvKNOg= From: "fche at redhat dot com" To: elfutils-devel@sourceware.org Subject: [Bug debuginfod/30377] -r (groom w/ regex) ignores -X Date: Sun, 23 Apr 2023 01:13:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: debuginfod X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fche at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: fche at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30377 Frank Ch. Eigler changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Frank Ch. Eigler --- commit cded466a74d06fe1dff047b33e630f8a6aa721e1=20 Author: Frank Ch. Eigler Date: Fri Apr 21 17:04:08 2023 -0400 PR30377: fix debuginfod -r -X combination Until this fix, debuginfod -r -X '.*' didn't trigger groom-time removal of everything, because the -I include regex overrode it. Corrected log= ic to match the scan-time tie-breaking between -I / -X. --=20 You are receiving this mail because: You are on the CC list for the bug.=