This commit is contained in:
Eelco Dolstra
2009-07-07 16:15:38 +00:00
parent 24a3b39463
commit 3119cc7edc
3 changed files with 40 additions and 1 deletions

View File

@ -123,3 +123,9 @@
* Delete all scheduled builds that are not already building:
delete from builds where finished = 0 and not exists (select 1 from buildschedulinginfo s where s.id = builds.id and busy = 1);
* Installing deps.nix in a profile for testing:
$ nix-env -p /nix/var/nix/profiles/per-user/eelco/hydra-deps -f deps.nix -i \* --arg pkgs 'import /home/eelco/Dev/nixpkgs {}'