Natanael Copa c0a862930c abuild: fix race when stripping
scanelf may pick up tempfiles created by strip or setfattr since it runs
in spearate process and pipes the out to a subshell. This causes a race
and may lead to the while loop attempt to strip seomthing that no longer
exists.

We fix that by test if file exists before try manipulate it. We could
have written he file list to a temp file first, but this way we benefit
from multiple cores working in parallel.
2018-05-31 16:37:31 +02:00
2018-04-11 14:09:32 +00:00
2017-06-23 11:27:41 +03:00
2016-05-20 10:19:08 +02:00
2017-06-27 14:52:50 +03:00
2018-05-31 16:37:31 +02:00
2017-09-19 11:59:18 +00:00
2016-08-23 00:09:06 +02:00
2016-08-12 15:26:06 +02:00
2016-08-12 15:26:06 +02:00
2018-04-17 21:06:32 +00:00
2016-06-13 12:34:05 +00:00
Description
Build script to build Alpine packages (forked to remove busybox dependency)
1.2 MiB
Languages
Shell 61.4%
Roff 12%
C 10.4%
Perl 9.4%
Ruby 4.9%
Other 1.9%