nixpkgs/pkgs
Eelco Dolstra b38647766d releaseTools: Add ‘aggregate’ function
An aggregate is a trivial build that depends on other builds.  This is
intended to provide a declarative replacement of Hydra's "view"
mechanism.

For instance, you can define an aggregate named "critical" that
depends on a selected set of jobs:

  critical = releaseTools.aggregate
    { name = "foo-${tarball.version}";
      members =
        [ tarball
          build.x86_64-linux
          ...
        ];
      meta.description = "Release-critical builds";
    };

The "critical" build will only succeed if all its members
(dependencies) succeed.
2013-03-26 11:58:59 +01:00
..
applications LinuxSampler: fix the build by disabling a check for a bug 2013-03-25 21:52:38 +01:00
build-support releaseTools: Add ‘aggregate’ function 2013-03-26 11:58:59 +01:00
data Adding the sgml dtd for docbook 3.1 2013-03-18 15:07:20 +01:00
desktops A more complete fix of cyrus-sasl update (broken KDEs). 2013-03-13 21:06:37 +01:00
development texinfo-5.1: install tex-related files like 'texinfo.tex' 2013-03-26 01:16:15 +01:00
games Add myself as a maintainer to all Haskell packages (re-)generated by hackage4nix. 2013-03-23 15:58:14 +01:00
lib pkgs/lib/licenses.nix: strip trailing whitespace 2013-03-24 22:45:48 +01:00
misc Merge remote-tracking branch 'origin/master' into stdenv-updates 2013-03-07 19:33:52 +01:00
os-specific Updating the assertion to cpufrequtils: linux pc only. 2013-03-25 22:04:14 +01:00
servers mongodb: upgrade to 2.4.0 2013-03-25 08:08:46 +01:00
shells ipython: adding depenencies for ipython's notebook 2013-03-23 00:38:18 +01:00
stdenv Add the addPassthru library function 2013-03-24 08:29:10 -04:00
test
tools Merge pull request #409 from pcapriotti/renameutils 2013-03-25 11:40:36 -07:00
top-level perl-GD: update to version 2.49 in a blind attempt to fix test suite failures on x86-linux 2013-03-26 02:19:22 +01:00