Re: [Rpm-maint] [PATCH v3 1/2] find-debuginfo.sh: Split directory traversal and debuginfo extraction

2016-09-19 Thread Michal Marek
On 2016-09-16 17:43, Mark Wielaard wrote: > On Fri, 2016-09-16 at 13:53 +0200, Michal Marek wrote: >> Dne 15.9.2016 v 16:41 Mark Wielaard napsal(a): >>> On Sat, 2016-09-10 at 23:13 +0200, Michal Marek wrote: This siplifies the handling of hardlinks a bit and allows a later patch to

Re: [Rpm-maint] [PATCH v3 1/2] find-debuginfo.sh: Split directory traversal and debuginfo extraction

2016-09-16 Thread Michal Marek
Dne 15.9.2016 v 16:41 Mark Wielaard napsal(a): > On Sat, 2016-09-10 at 23:13 +0200, Michal Marek wrote: >> This siplifies the handling of hardlinks a bit and allows a later patch >> to parallelize the debuginfo extraction. > > I had to read it three times to understand the shell variable voodoo

[Rpm-maint] [PATCH v3 1/2] find-debuginfo.sh: Split directory traversal and debuginfo extraction

2016-09-10 Thread Michal Marek
This siplifies the handling of hardlinks a bit and allows a later patch to parallelize the debuginfo extraction. Signed-off-by: Michal Marek --- v3: Rebased onto current master v2: Fix for packages with no ELF files. scripts/find-debuginfo.sh | 53