Hydra, for Lix
Find a file
aszlig c9aadd8b7d
Jobset.pm: Factor out build->eval mapping.
We now have a searchBuildsAndEvalsForJobset, which creates such a
mapping for us, so we don't need to duplicate code in jobs_tab and
channels_tab.

Also, we're going to use this for the overview of a particular channel
as well, so it makes sense to put it in CatalystUtils instead of
directly in Jobset.pm.

Instead of eval->jobs, it's now eval->builds, because it's really an
aggregate over the builds schema, rather than the job schema.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-09-10 17:38:45 +02:00
doc Disable building the PDF manual 2015-07-08 16:51:05 +02:00
src Jobset.pm: Factor out build->eval mapping. 2015-09-10 17:38:45 +02:00
tests Fix the API test 2015-08-12 16:07:19 +02:00
.gitignore Shut up warnings 2015-05-28 17:38:17 +02:00
bootstrap hydra: Simplify `bootstrap'. 2011-01-14 10:52:47 +00:00
configure.ac Allow the machines file to specify host public keys 2015-08-26 13:43:02 +02:00
COPYING hydra: revert license change 2010-03-29 14:16:46 +00:00
dev-shell Force bash usage in dev-shell. Should fix #236 2015-08-17 15:47:58 +00:00
hydra-module.nix Fix email notification 2015-08-26 17:25:00 +02:00
INSTALL hydra: use autoconf/-make 2010-09-30 14:29:15 +00:00
Makefile.am Install hydra-module.nix into $out/share/nix 2013-07-28 11:24:31 -04:00
README.md Build from source remark in README.md 2015-02-10 13:06:04 +00:00
release.nix Use nixUnstable for the tarball 2015-08-17 11:17:54 +02:00
version hydra: fix tarball build, add pre suffix to tarballs 2010-09-30 15:02:42 +00:00

To start hacking on Hydra, run:

$ ./dev-shell
$ ./configure $configureFlags --prefix=/opt/hydra
$ make
$ make install

Or, if you just want to build from source (on x86_64-linux):

$ nix-build -A build.x86_64-linux release.nix