[Rpm-maint] [rpm-software-management/rpm] Don't fail build trying to kill a non-existent process (RhBug:1720143) (#749)

Panu Matilainen notifications at github.com
Thu Jun 13 09:48:59 UTC 2019


The job killer introduced at 06953879d3e0b1e9a434979056d1225ab4646142
failed to take into account the fact that the processes *can* die between
us grabbing the pids and actually killing them, and that trying to kill
a non-existent process will cause a script running with -e to actually
terminate an error. So we end up failing a successful build by trying
to kill process that exited on its own, ugh :)
You can view, comment on, or merge this pull request online at:

  https://github.com/rpm-software-management/rpm/pull/749

-- Commit Summary --

  * Don't fail build trying to kill a non-existent process (RhBug:1720143)

-- File Changes --

    M macros.in (2)

-- Patch Links --

https://github.com/rpm-software-management/rpm/pull/749.patch
https://github.com/rpm-software-management/rpm/pull/749.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/749
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20190613/f9ad24b0/attachment.html>


More information about the Rpm-maint mailing list