hydra/src/lib/Hydra
Eelco Dolstra 2f9153c640 Prevent multiple builds with the same (job, outPath) tuple from being added
This happened in a pathological case in Nixpkgs: the "grub" job is
evaluated for i686-linux and x86_64-linux, but in the latter case it
returns the same derivation as in the former case.  So only one build
should be added.
2012-04-02 15:56:29 +00:00
..
Base/Controller Add support for viewing jobset evaluations 2012-04-02 16:11:22 +02:00
Controller Prevent multiple builds with the same (job, outPath) tuple from being added 2012-04-02 15:56:29 +00:00
Helper Prevent multiple builds with the same (job, outPath) tuple from being added 2012-04-02 15:56:29 +00:00
Model Don't barf if the SQLite DB is missing 2012-03-19 03:57:11 +00:00
Schema Open the DB using Hydra::Model::DB->new 2012-03-13 12:10:19 +01:00
Script Use CatalystX::Script::Server::Starman 2011-11-22 16:44:32 +01:00
View Use the new Nix Perl bindings 2011-11-30 15:25:28 +01:00
Schema.pm Keep track of the database schema version 2011-12-05 14:29:29 +01:00