Commit graph

569 commits

Author SHA1 Message Date
Ludovic Courtès 9c308037b3 More work for Hydra.
svn path=/nixpkgs/trunk/; revision=14536
2009-03-14 23:19:49 +00:00
Ludovic Courtès 24857265fa Don't build Avahi on Cygwin.
svn path=/nixpkgs/trunk/; revision=14534
2009-03-14 21:43:37 +00:00
Ludovic Courtès 5d213515ad release: Add `allBut' function.
svn path=/nixpkgs/trunk/; revision=14533
2009-03-14 21:43:09 +00:00
Ludovic Courtès 363dc0f8aa Don't build Guile on Cygwin.
svn path=/nixpkgs/trunk/; revision=14532
2009-03-14 19:40:29 +00:00
Michael Raskin 2a5f69f318 Fix typo
svn path=/nixpkgs/trunk/; revision=14531
2009-03-14 15:41:20 +00:00
Ludovic Courtès 8599649b6f Some more work for Hydra.
svn path=/nixpkgs/trunk/; revision=14530
2009-03-14 15:32:39 +00:00
Michael Raskin 9e690c6c3a Some more jobs for hydra
svn path=/nixpkgs/trunk/; revision=14529
2009-03-14 09:44:15 +00:00
Michael Raskin e4722f955c Build OO.o on hydra
svn path=/nixpkgs/trunk/; revision=14517
2009-03-13 09:41:40 +00:00
Eelco Dolstra 731b77ac35 * Nicer notation for Nixpkgs' Hydra jobs. The packages to build are
given as a nested attribute set isomorphic to all-packages.nix,
  where the value for each attribute is a list of platforms on which
  to build the package.  For instance,

    {
      wine = ["i686-linux"];
      xorg = {
        libX11 = ["i686-linux" "x86_64-linux"];
      };
    }

    says that the "wine" attribute in all-packages.nix should be built
    on "i686-linux" only, while the "xorg.libX11" attribute should be
    built on "i686-linux" and "x86_64-linux".

    There are some aliases for common platform groups (currently "all"
    for all supported platforms, "linux" for all supported Linux
    platforms).

svn path=/nixpkgs/trunk/; revision=14496
2009-03-10 15:23:27 +00:00
Eelco Dolstra f81bbde9d2 * Urgh, this is why duplication is bad...
svn path=/nixpkgs/trunk/; revision=14493
2009-03-10 12:54:12 +00:00
Eelco Dolstra f1203df6b5 * Add all KDE 4 packages.
svn path=/nixpkgs/trunk/; revision=14491
2009-03-10 12:34:12 +00:00
Eelco Dolstra f8641d34a2 * Latest kernels.
svn path=/nixpkgs/trunk/; revision=14486
2009-03-10 09:05:43 +00:00
Eelco Dolstra 9be9f5b2bb * Build some KDE 4 packages in Hydra.
svn path=/nixpkgs/trunk/; revision=14482
2009-03-10 08:01:35 +00:00
Eelco Dolstra c94f5f7862 * Put the tarball job in a separate file.
svn path=/nixpkgs/trunk/; revision=14476
2009-03-09 17:49:13 +00:00
Eelco Dolstra a5d3e865ea * Make building a tarball from a Subversion working copy faster by
filtering out all the .svn files.  To build a Nixpkgs tarball from
  your working copy (and run the same tests that the build farm does):

  $ nix-build pkgs/top-level/release.nix -A tarball

  If this fails, then you broke something ;-)

svn path=/nixpkgs/trunk/; revision=13573
2008-12-03 18:20:14 +00:00
Eelco Dolstra 2ffc686b67 * Latest Wine, Thunderbird.
svn path=/nixpkgs/trunk/; revision=13527
2008-12-01 00:06:14 +00:00
Eelco Dolstra 18501e572a * Test building some random packages.
svn path=/nixpkgs/trunk/; revision=13525
2008-11-30 19:07:18 +00:00
Eelco Dolstra c058ff0e40 * Moved the expression for building a Nixpkgs tarball from the release
tree.

svn path=/nixpkgs/trunk/; revision=13522
2008-11-30 18:36:23 +00:00
Eelco Dolstra 7027006e4d * A release expression for building Nixpkgs on Hydra (the new build
farm).

svn path=/nixpkgs/trunk/; revision=13478
2008-11-28 10:56:36 +00:00