public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
* [Bug debuginfod/30377] New: -r (groom w/ regex) ignores -X
@ 2023-04-21 17:57 fche at redhat dot com
  2023-04-23  1:13 ` [Bug debuginfod/30377] " fche at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: fche at redhat dot com @ 2023-04-21 17:57 UTC (permalink / raw)
  To: elfutils-devel

https://sourceware.org/bugzilla/show_bug.cgi?id=30377

            Bug ID: 30377
           Summary: -r (groom w/ regex) ignores -X
           Product: elfutils
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: debuginfod
          Assignee: fche at redhat dot com
          Reporter: fche at redhat dot com
                CC: elfutils-devel at sourceware dot org
  Target Milestone: ---

There's a logic bug in the groom process wherein artifacts related to
a file excluded via the -X regex are not actually removed.  && -> ||
to fix.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug debuginfod/30377] -r (groom w/ regex) ignores -X
  2023-04-21 17:57 [Bug debuginfod/30377] New: -r (groom w/ regex) ignores -X fche at redhat dot com
@ 2023-04-23  1:13 ` fche at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: fche at redhat dot com @ 2023-04-23  1:13 UTC (permalink / raw)
  To: elfutils-devel

https://sourceware.org/bugzilla/show_bug.cgi?id=30377

Frank Ch. Eigler <fche at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Frank Ch. Eigler <fche at redhat dot com> ---
commit cded466a74d06fe1dff047b33e630f8a6aa721e1 
Author: Frank Ch. Eigler <fche@redhat.com>
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 logic
    to match the scan-time tie-breaking between -I / -X.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-23  1:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-21 17:57 [Bug debuginfod/30377] New: -r (groom w/ regex) ignores -X fche at redhat dot com
2023-04-23  1:13 ` [Bug debuginfod/30377] " fche at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).