Hydra, for Lix
Find a file
Eelco Dolstra 2755c895ff * In job inputs of type "build", allow the project and jobset names of
the input build to be specified, as well as constraints on the
  inputs of the inputs build.  For instance, you can require that a
  build has input `system = "i686-linux"'.

  This is important when one binary build serves as an input to
  another binary build.  Obviously, we shouldn't pass a build on
  i686-linux as an input to another on i686-darwin.  Hence the
  necessity for constraint.

  The constraint are currently quite limited.  What you really want to
  say is that the "system" input of the other build has to match the
  "system" input of this build.  But those require a bit more work
  since they introduce dependencies between inputs.
2009-03-20 14:50:09 +00:00
doc/manual why nix is covered in intro 2008-12-01 23:23:01 +00:00
src * In job inputs of type "build", allow the project and jobset names of 2009-03-20 14:50:09 +00:00
COPYING * Include a license. 2008-11-28 11:18:29 +00:00
release.nix * A quick hack to list the contents of various types of files (RPM, 2009-03-18 17:40:12 +00:00