* Get rid of zombies.

This commit is contained in:
Eelco Dolstra 2008-11-29 01:01:22 +00:00
parent 19c3c83794
commit 22532079ec

View file

@ -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.