Re: [Nix-dev] Hydra job nixpkgs:trunk:linuxPackages_2_6_39.blcr build 1451865: Failed with non-zero exit code

2011-10-12 Thread Marco Maggesi
Hi, BLCR supports linux kernel up to version 2.6.38. How I am supposed to signal this fact to hydra? (So it avoids to start compilations that will inevitably fail.) Can an assert be good enough for this? Thanks, Marco On Oct 12, 2011, at 2:23 PM, Hydra Build Daemon wrote: Hi, This is to

Re: [Nix-dev] Hydra job nixpkgs:trunk:linuxPackages_2_6_39.blcr build 1451865: Failed with non-zero exit code

2011-10-12 Thread Yury G. Kudryashov
Marco Maggesi wrote: Hi, BLCR supports linux kernel up to version 2.6.38. How I am supposed to signal this fact to hydra? (So it avoids to start compilations that will inevitably fail.) Can an assert be good enough for this? Why does hydra build blcr at all? It neither has meta.platforms

[Nix-commits] SVN commit: nix - r29783 - hydra/trunk/src/lib/Hydra/Controller

2011-10-12 Thread Rob Vermaas
Author: rob Date: Wed Oct 12 13:36:20 2011 New Revision: 29783 URL: https://nixos.org/websvn/nix/?rev=29783sc=1 Log: change content type of logdiff to -response-content_type('application/json'); Modified: hydra/trunk/src/lib/Hydra/Controller/API.pm Modified:

[Nix-commits] SVN commit: nix - r29786 - hydra/trunk/doc/manual

2011-10-12 Thread Ludovic Courtès
Author: ludo Date: Wed Oct 12 14:20:06 2011 New Revision: 29786 URL: https://nixos.org/websvn/nix/?rev=29786sc=1 Log: doc: Fix typo in callout ID. Modified: hydra/trunk/doc/manual/projects.xml Modified: hydra/trunk/doc/manual/projects.xml

[Nix-commits] SVN commit: nix - r29787 - hydra/trunk/doc/manual

2011-10-12 Thread Ludovic Courtès
Author: ludo Date: Wed Oct 12 14:20:09 2011 New Revision: 29787 URL: https://nixos.org/websvn/nix/?rev=29787sc=1 Log: doc: Use a CSS and callout images for the HTML output. Modified: hydra/trunk/doc/manual/Makefile.am Modified: hydra/trunk/doc/manual/Makefile.am

[Nix-commits] SVN commit: nix - r29789 - hydra/trunk/doc/manual

2011-10-12 Thread Ludovic Courtès
Author: ludo Date: Wed Oct 12 14:54:15 2011 New Revision: 29789 URL: https://nixos.org/websvn/nix/?rev=29789sc=1 Log: doc: Fix another ID typo. Modified: hydra/trunk/doc/manual/projects.xml Modified: hydra/trunk/doc/manual/projects.xml

[Nix-commits] SVN commit: nix - r29791 - hydra/trunk

2011-10-12 Thread Ludovic Courtès
Author: ludo Date: Wed Oct 12 14:54:23 2011 New Revision: 29791 URL: https://nixos.org/websvn/nix/?rev=29791sc=1 Log: Specify all of $(htmldir) as the doc. Modified: hydra/trunk/release.nix Modified: hydra/trunk/release.nix

[Nix-commits] SVN commit: nix - r29792 - hydra/trunk

2011-10-12 Thread Ludovic Courtès
Author: ludo Date: Wed Oct 12 15:04:13 2011 New Revision: 29792 URL: https://nixos.org/websvn/nix/?rev=29792sc=1 Log: Second attempt to get Hydra to see style.css co. Modified: hydra/trunk/release.nix Modified: hydra/trunk/release.nix

Re: [Nix-dev] Wesnoth (SVN commit 27666)

2011-10-12 Thread Karn Kallio
On Wednesday, October 12, 2011 06:30:21 PM Vladimír Čunát wrote: Hi Karn. stdenv.mkDerivation rec { - pname = wesnoth; - version = 1.8.5; + name = wesnoth; + version = 1.8.6; - name = ${pname}-${version}; + pname = ${name}-${version}; I suppose you switched name

[Nix-commits] SVN commit: nix - r29793 - nixpkgs/trunk/pkgs/development/interpreters/ruby

2011-10-12 Thread Shea Levy
Author: shlevy Date: Wed Oct 12 18:01:28 2011 New Revision: 29793 URL: https://nixos.org/websvn/nix/?rev=29793sc=1 Log: Rails 3.1.1 Modified: nixpkgs/trunk/pkgs/development/interpreters/ruby/generated.nix Modified: nixpkgs/trunk/pkgs/development/interpreters/ruby/generated.nix

[Nix-dev] SVN commit 15740

2011-10-12 Thread Vladimír Čunát
Hi. +if ! test -e /etc/NIXOS; then +echo This is not a NixOS installation (/etc/NIXOS) is missing! +exit 1 +fi What is /etc/NIXOS (capitalized)? Have I missed something? I can't switch configurations now. Vlada ___ nix-dev mailing list

Re: [Nix-dev] SVN commit 15740

2011-10-12 Thread Lluís Batlle i Rossell
On Wed, Oct 12, 2011 at 08:04:36PM +0200, Vladimír Čunát wrote: Hi. +if ! test -e /etc/NIXOS; then +echo This is not a NixOS installation (/etc/NIXOS) is missing! +exit 1 +fi What is /etc/NIXOS (capitalized)? Have I missed something? I can't switch configurations now. A way

[Nix-commits] SVN commit: nix - r29794 - nixpkgs/trunk/pkgs/games/wesnoth

2011-10-12 Thread Vladimír Čunát
Author: vcunat Date: Wed Oct 12 19:16:15 2011 New Revision: 29794 URL: https://nixos.org/websvn/nix/?rev=29794sc=1 Log: Fixing package naming in wesnoth broken by r27666 Modified: nixpkgs/trunk/pkgs/games/wesnoth/default.nix Modified: nixpkgs/trunk/pkgs/games/wesnoth/default.nix

[Nix-commits] SVN commit: nix - r29795 - nixpkgs/trunk/pkgs/applications/version-management/rcs

2011-10-12 Thread Ludovic Courtès
Author: ludo Date: Wed Oct 12 20:43:44 2011 New Revision: 29795 URL: https://nixos.org/websvn/nix/?rev=29795sc=1 Log: GNU RCS 5.8. Modified: nixpkgs/trunk/pkgs/applications/version-management/rcs/default.nix Modified: nixpkgs/trunk/pkgs/applications/version-management/rcs/default.nix

[Nix-commits] SVN commit: nix - r29797 - hydra/trunk/doc/manual

2011-10-12 Thread Ludovic Courtès
Author: ludo Date: Wed Oct 12 21:23:21 2011 New Revision: 29797 URL: https://nixos.org/websvn/nix/?rev=29797sc=1 Log: doc: Re-add Docbook source files to the distribution. Modified: hydra/trunk/doc/manual/Makefile.am Modified: hydra/trunk/doc/manual/Makefile.am

[Nix-commits] SVN commit: nix - r29798 - nixpkgs/trunk/pkgs/applications/graphics/feh

2011-10-12 Thread Lluís Batlle
Author: viric Date: Wed Oct 12 21:25:05 2011 New Revision: 29798 URL: https://nixos.org/websvn/nix/?rev=29798sc=1 Log: Updating feh. Modified: nixpkgs/trunk/pkgs/applications/graphics/feh/default.nix Modified: nixpkgs/trunk/pkgs/applications/graphics/feh/default.nix

[Nix-commits] SVN commit: nix - r29799 - hydra/trunk/doc/manual

2011-10-12 Thread Ludovic Courtès
Author: ludo Date: Wed Oct 12 21:42:24 2011 New Revision: 29799 URL: https://nixos.org/websvn/nix/?rev=29799sc=1 Log: doc: Untabify so that the examples are correctly rendered. Modified: hydra/trunk/doc/manual/projects.xml Modified: hydra/trunk/doc/manual/projects.xml

[Nix-commits] SVN commit: nix - r29800 - hydra/trunk/doc/manual

2011-10-12 Thread Ludovic Courtès
Author: ludo Date: Wed Oct 12 21:42:28 2011 New Revision: 29800 URL: https://nixos.org/websvn/nix/?rev=29800sc=1 Log: doc: Mention package names. Modified: hydra/trunk/doc/manual/projects.xml Modified: hydra/trunk/doc/manual/projects.xml