[Nix-commits] SVN commit: nix - r29801 - nixpkgs/trunk/pkgs/applications/misc/k3b

2011-10-12 Thread Eelco Dolstra
Author: eelco Date: Wed Oct 12 21:59:36 2011 New Revision: 29801 URL: https://nixos.org/websvn/nix/?rev=29801&sc=1 Log: * Get k3b to build again. Modified: nixpkgs/trunk/pkgs/applications/misc/k3b/default.nix Modified: nixpkgs/trunk/pkgs/applications/misc/k3b/default.nix =

[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=29800&sc=1 Log: doc: Mention package names. Modified: hydra/trunk/doc/manual/projects.xml Modified: hydra/trunk/doc/manual/projects.xml ==

[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=29799&sc=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 - 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=29798&sc=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 - 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=29797&sc=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 - r29796 - hydra/trunk/doc/manual

2011-10-12 Thread Ludovic Courtès
Author: ludo Date: Wed Oct 12 21:14:36 2011 New Revision: 29796 URL: https://nixos.org/websvn/nix/?rev=29796&sc=1 Log: doc: Ship Docbook's callout images. Modified: hydra/trunk/doc/manual/Makefile.am Modified: hydra/trunk/doc/manual/Makefile.am

[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=29795&sc=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 - 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=29794&sc=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

Re: [Nix-dev] SVN commit 15740

2011-10-12 Thread Vladimír Čunát
2011/10/12 Lluís Batlle i Rossell : > A way to distinguish whether you try to run 'nixos-rebuild' in nixos, or in > non-nixos. > > If you are in nixos, run 'touch /etc/NIXOS' simply. If not, what are you > trying to do? Thanks, I just wondered if something more important has changed. Btw, this cou

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 configuratio

[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 lis

[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=29793&sc=1 Log: Rails 3.1.1 Modified: nixpkgs/trunk/pkgs/development/interpreters/ruby/generated.nix Modified: nixpkgs/trunk/pkgs/development/interpreters/ruby/generated.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}"; >

[Nix-dev] Wesnoth (SVN commit 27666)

2011-10-12 Thread Vladimír Čunát
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 with pname by accident. Now the name doesn't contain any version

[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=29792&sc=1 Log: Second attempt to get Hydra to see style.css & co. Modified: hydra/trunk/release.nix Modified: hydra/trunk/release.nix ===

[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=29791&sc=1 Log: Specify all of $(htmldir) as the doc. Modified: hydra/trunk/release.nix Modified: hydra/trunk/release.nix

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

2011-10-12 Thread Ludovic Courtès
Author: ludo Date: Wed Oct 12 14:54:20 2011 New Revision: 29790 URL: https://nixos.org/websvn/nix/?rev=29790&sc=1 Log: doc: Write "Adding More Jobs". Modified: hydra/trunk/doc/manual/projects.xml Modified: hydra/trunk/doc/manual/projects.xml ===

[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=29789&sc=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 - r29788 - release/trunk/mirror

2011-10-12 Thread Eelco Dolstra
Author: eelco Date: Wed Oct 12 14:46:23 2011 New Revision: 29788 URL: https://nixos.org/websvn/nix/?rev=29788&sc=1 Log: * wget 1.13 needs the "experimental" --content-disposition flag to use the Content-Disposition header when downloading files. This used to be the default behaviour. * Deal w

[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=29787&sc=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 - 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=29786&sc=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 - r29785 - hydra/trunk/doc/manual

2011-10-12 Thread Ludovic Courtès
Author: ludo Date: Wed Oct 12 14:20:02 2011 New Revision: 29785 URL: https://nixos.org/websvn/nix/?rev=29785&sc=1 Log: doc: Write "Building from the Command Line". Modified: hydra/trunk/doc/manual/projects.xml Modified: hydra/trunk/doc/manual/projects.xml =

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

2011-10-12 Thread Ludovic Courtès
Author: ludo Date: Wed Oct 12 14:19:57 2011 New Revision: 29784 URL: https://nixos.org/websvn/nix/?rev=29784&sc=1 Log: doc: Show example of `configureFlags'. Modified: hydra/trunk/doc/manual/projects.xml Modified: hydra/trunk/doc/manual/projects.xml ===

[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=29783&sc=1 Log: change content type of logdiff to ->response->content_type('application/json'); Modified: hydra/trunk/src/lib/Hydra/Controller/API.pm Modified: hydra/trunk/src/lib/Hydra/

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: > > On Oct 12, 2011, at 2:57 PM, Yury G. Kudryashov wrote: > >> 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.)

[Nix-commits] SVN commit: nix - r29782 - in hydra-config/gnu/trunk: . autoconf automake bash binutils bison coreutils cpio cppi diffutils emacs findutils glibc gmp gnumach gnutls grep gsasl gsl gsrc g

2011-10-12 Thread Ludovic Courtès
Author: ludo Date: Wed Oct 12 13:07:25 2011 New Revision: 29782 URL: https://nixos.org/websvn/nix/?rev=29782&sc=1 Log: Repository moved to Savannah. Added: hydra-config/gnu/trunk/REPOSITORY-HAS-MOVED Deleted: hydra-config/gnu/trunk/COPYING hydra-config/gnu/trunk/autoconf/ hydra-config

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
On Oct 12, 2011, at 2:57 PM, Yury G. Kudryashov wrote: > 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 f

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.plat

[Nix-commits] SVN commit: nix - r29781 - hydra/trunk/src/root

2011-10-12 Thread Rob Vermaas
Author: rob Date: Wed Oct 12 12:43:31 2011 New Revision: 29781 URL: https://nixos.org/websvn/nix/?rev=29781&sc=1 Log: if no previous successful build, do not show changes section Modified: hydra/trunk/src/root/build.tt Modified: hydra/trunk/src/root/build.tt ==

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

[Nix-commits] SVN commit: nix - r29780 - nixos/trunk/tests

2011-10-12 Thread Eelco Dolstra
Author: eelco Date: Wed Oct 12 12:21:54 2011 New Revision: 29780 URL: https://nixos.org/websvn/nix/?rev=29780&sc=1 Log: * Fix the installer.simple test. Modified: nixos/trunk/tests/installer.nix Modified: nixos/trunk/tests/installer.nix

[Nix-commits] SVN commit: nix - r29779 - nixpkgs/trunk/pkgs/os-specific/linux/blcr

2011-10-12 Thread Marco Maggesi
Author: maggesi Date: Wed Oct 12 12:10:26 2011 New Revision: 29779 URL: https://nixos.org/websvn/nix/?rev=29779&sc=1 Log: BLCR: Add myself as mantainer. Add platforms. Modified: nixpkgs/trunk/pkgs/os-specific/linux/blcr/default.nix Modified: nixpkgs/trunk/pkgs/os-specific/linux/blcr/default.

[Nix-commits] SVN commit: nix - r29778 - nixpkgs/trunk/pkgs/os-specific/linux/blcr

2011-10-12 Thread Marco Maggesi
Author: maggesi Date: Wed Oct 12 09:44:20 2011 New Revision: 29778 URL: https://nixos.org/websvn/nix/?rev=29778&sc=1 Log: Update BLCR to version 0.8.4. Modified: nixpkgs/trunk/pkgs/os-specific/linux/blcr/default.nix Modified: nixpkgs/trunk/pkgs/os-specific/linux/blcr/default.nix =