Support cancelling builds

This commit is contained in:
Eelco Dolstra
2015-06-11 18:07:45 +02:00
parent c08883966c
commit c974fb893b
2 changed files with 34 additions and 10 deletions

View File

@ -433,6 +433,7 @@ sub cancelBuilds($$) {
, starttime => $time
, stoptime => $time
});
$db->storage->dbh->do("notify builds_cancelled");
return $n;
});
}