[Rpm-maint] [rpm-software-management/rpm] scripts/brp-strip: Rectify parallel stripping logic (PR #2149)

Florian Festi notifications at github.com
Thu Aug 11 07:44:57 UTC 2022


This patch has several obvious issues:
- Still runs everything in parallel when the `sort -u` obviously needs to be run as single process
- ARG0 disappeared for no reason silently dropping one file from processing
- number of arguments changed for no reason and without mentioning it in the commit message 
  - this basically disables the parallel processing and is the reason this change "fixes" the issue
- the backslash escape for the `!` of the `find` command disappeared for no reason which is probably causing the failure

and that's without me even trying to run it...

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2149#issuecomment-1211653303
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/2149/c1211653303 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20220811/b3d4ae79/attachment.html>


More information about the Rpm-maint mailing list