Commit graph

543 commits

Author SHA1 Message Date
Eelco Dolstra 2eb05cf933 * Sync with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14965
2009-04-09 12:19:57 +00:00
Sander van der Burg 4dba9f26d6 Added amarok to buildfarm
svn path=/nixpkgs/trunk/; revision=14964
2009-04-09 12:17:40 +00:00
Eelco Dolstra b22899a7cb * Fix some evaluation errors.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14960
2009-04-09 09:48:14 +00:00
Ludovic Courtès 4f426548f4 Build GNU mcron.
svn path=/nixpkgs/trunk/; revision=14874
2009-04-03 21:10:26 +00:00
Ludovic Courtès 96de296330 Build Pavucontrol.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14866
2009-04-03 16:00:55 +00:00
Eelco Dolstra a0f768ad1c * Lower the default Hydra scheduling priority for Nixpkgs jobs to
prevent them from crowding out all other projects for hours.  This
  is temporary - what we really need is a fairer scheduling policy.

svn path=/nixpkgs/trunk/; revision=14856
2009-04-03 12:27:35 +00:00
Ludovic Courtès 758fb87367 Build `pthread-man-pages'.
svn path=/nixpkgs/trunk/; revision=14838
2009-04-02 14:34:54 +00:00
Michael Raskin 4391a3a849 Build lndir
svn path=/nixpkgs/trunk/; revision=14836
2009-04-02 14:00:08 +00:00
Eelco Dolstra 2e9cbed82e * Build Stratego/XT in the stdenv branch. Apparently there are some
issues building on GCC 4.3...

svn path=/nixpkgs/branches/stdenv-updates/; revision=14835
2009-04-02 13:43:15 +00:00
Ludovic Courtès c37d211182 Build GNU Dico.
svn path=/nixpkgs/trunk/; revision=14827
2009-04-01 20:32:04 +00:00
Eelco Dolstra 9ad89c5b56 * Boost the priority of some jobs (like stdenv).
svn path=/nixpkgs/trunk/; revision=14780
2009-03-30 13:24:46 +00:00
Eelco Dolstra dded641a1a svn path=/nixpkgs/trunk/; revision=14728 2009-03-26 14:43:16 +00:00
Eelco Dolstra 7652248443 * Turn on almost all jobs from build-for-release.nix.
svn path=/nixpkgs/trunk/; revision=14690
2009-03-24 18:32:30 +00:00
Michael Raskin 3f5ef79084 Build GIMP
svn path=/nixpkgs/trunk/; revision=14653
2009-03-22 19:09:51 +00:00
Ludovic Courtès a117d3ac9a Build Compiz*.
svn path=/nixpkgs/trunk/; revision=14642
2009-03-21 22:20:45 +00:00
Ludovic Courtès c04af1186d Build Impressive.
svn path=/nixpkgs/trunk/; revision=14619
2009-03-19 16:42:00 +00:00
Michael Raskin 3969f00c27 build mono..
svn path=/nixpkgs/trunk/; revision=14601
2009-03-19 10:10:54 +00:00
Ludovic Courtès 80306de64c Build a few games on Hydra.
svn path=/nixpkgs/trunk/; revision=14596
2009-03-18 23:35:59 +00:00
Michael Raskin 1dada801c7 Fix SQLite attr name
svn path=/nixpkgs/trunk/; revision=14580
2009-03-17 20:44:42 +00:00
Michael Raskin 3a59128510 Some packages fail on hydra and are better off being fixed one-after-one.
svn path=/nixpkgs/trunk/; revision=14572
2009-03-17 12:29:34 +00:00
Michael Raskin 6a07017f9e restrict problematic packages to Linux..
svn path=/nixpkgs/trunk/; revision=14568
2009-03-17 06:16:10 +00:00
Ludovic Courtès dff2bbe342 Build more typesetting tools on Hydra.
svn path=/nixpkgs/trunk/; revision=14552
2009-03-16 10:45:55 +00:00
Michael Raskin 3c7430198b Some more jobs...
svn path=/nixpkgs/trunk/; revision=14550
2009-03-16 10:19:38 +00:00
Ludovic Courtès 35ff1b6a6a More work for Hydra.
svn path=/nixpkgs/trunk/; revision=14538
2009-03-14 23:29:33 +00:00
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