Hydra, for Lix
Find a file
Eelco Dolstra 62219adaf3 Send queue runner stats to statsd
This is currently done by a separate program that periodically
calls "hydra-queue-runner --status". Eventually, I'll do this
in the queue runner directly.

Fixes #220.
2015-06-23 14:56:43 +02:00
doc Remove hydra-build and the old hydra-queue-runner 2015-06-22 15:43:15 +02:00
src Send queue runner stats to statsd 2015-06-23 14:56:43 +02:00
tests Fix Perl error in tests.api 2015-06-15 11:56:51 +02:00
.gitignore Shut up warnings 2015-05-28 17:38:17 +02:00
bootstrap
configure.ac Start of single-process hydra-queue-runner 2015-05-28 17:39:29 +02:00
COPYING
dev-shell
hydra-module.nix hydra-server.service: Shut up warning about the terminal size being unknown 2014-11-12 13:50:25 +01:00
INSTALL
Makefile.am
README.md Build from source remark in README.md 2015-02-10 13:06:04 +00:00
release.nix Send queue runner stats to statsd 2015-06-23 14:56:43 +02:00
version

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