Author: eelco
Date: Mon Nov 22 12:20:04 2010
New Revision: 24806
URL: https://svn.nixos.org/websvn/nix/?rev=24806&sc=1

Log:
* Doh. Remove debug statement.

Modified:
   hydra/trunk/src/script/hydra_build.pl.in

Modified: hydra/trunk/src/script/hydra_build.pl.in
==============================================================================
--- hydra/trunk/src/script/hydra_build.pl.in    Mon Nov 22 12:01:45 2010        
(r24805)
+++ hydra/trunk/src/script/hydra_build.pl.in    Mon Nov 22 12:20:04 2010        
(r24806)
@@ -229,7 +229,7 @@
         # Run Nix to perform the build, and monitor the stderr output
         # to get notifications about specific build steps, the
         # associated log files, etc.
-        my $cmd = "nix-store -j1 --no-build-hook --realise $drvPath " .
+        my $cmd = "nix-store --realise $drvPath " .
             "--max-silent-time $maxsilent --keep-going --fallback " .
             "--no-build-output --log-type flat --print-build-trace " .
             "--add-root " . gcRootFor $outPath . " 2>&1";
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to