Eelco Dolstra a6d8566faf If a build aborts, mark any remaining active build steps as aborted
See e.g. http://hydra.nixos.org/build/4915744.

P.S. existing active build steps of finished builds can be marked as
aborted by running:

update buildsteps set busy = 0, status = 4
  where (build, stepnr) in
    (select s.build, s.stepnr from buildsteps s join builds b on s.build = b.id where b.finished = 1 and s.busy = 1);
2013-05-09 18:03:34 +02:00
2013-05-03 16:39:17 +02:00
2013-03-29 01:34:59 +01:00
2013-04-26 17:51:05 +02:00
2011-01-14 10:52:47 +00:00
2013-03-04 12:16:13 +01:00
2010-03-29 14:16:46 +00:00
2013-05-03 18:33:11 +02:00
2010-09-30 14:29:15 +00:00
2013-01-22 12:05:47 +01:00
2013-04-12 01:24:16 +02:00
S
Description
Working fork of Lix - carries the adaptive load-aware build-remote patch. Upstream: gerrit.lix.systems
92 MiB
Languages
C++ 74.9%
Python 11.7%
Nix 6.1%
Shell 3.6%
Meson 2%
Other 1.6%