forked from lix-project/hydra
* Get rid of zombies.
This commit is contained in:
parent
19c3c83794
commit
22532079ec
|
@ -14,6 +14,8 @@ my $db = openHydraDB;
|
|||
my $hydraHome = $ENV{"HYDRA_HOME"};
|
||||
die "The HYDRA_HOME environment variable is not set!\n" unless defined $hydraHome;
|
||||
|
||||
$SIG{CHLD} = 'IGNORE';
|
||||
|
||||
|
||||
sub unlockDeadBuilds {
|
||||
# Unlock builds whose building process has died.
|
||||
|
|
Loading…
Reference in a new issue