PR26125: debuginfod client cache - rmdir harder
authorFrank Ch. Eigler <fche@redhat.com>
Mon, 26 Apr 2021 13:58:45 +0000 (09:58 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Sat, 1 May 2021 18:03:01 +0000 (14:03 -0400)
commit95edde45e53fc84ce30449663d9f2145328bb877
tree4800474bcefca174b92f37e3c1d7da758cdf682f
parentd63b26b8d21fb554049789290cd245cbe0446735
PR26125: debuginfod client cache - rmdir harder

With PR25365, we accidentally lost the ability to rmdir client-cache
directories corresponding to buildids.  Bring this back, with some
attention to a possible race between a client doing cleanup and
another client doing lookups at the same time.

Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
debuginfod/ChangeLog
debuginfod/debuginfod-client.c
tests/ChangeLog
tests/run-debuginfod-find.sh