* Get rid of zombies.
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user