mirror of
https://github.com/xcat2/xcat-dep.git
synced 2026-09-12 12:36:23 +00:00
7fc348eb09
With no deadline the helper called system(), which leaves the build in the orchestrator's process group and installs no signal handler. A cancellation then killed the orchestrator, which released its locks while the build kept writing into staging, and a build killed by a signal was reported as rc=0. Both paths now fork; a timeout of 0 removes the deadline, nothing else.