Author: eelco
Date: Sat Feb 23 16:36:54 2013
New Revision: 34688
URL: https://nixos.org/websvn/nix/?rev=34688&sc=1

Log:
* Disable automatic log compression.

Modified:
   configurations/trunk/tud/hydra-module.nix

Modified: configurations/trunk/tud/hydra-module.nix
==============================================================================
--- configurations/trunk/tud/hydra-module.nix   Sat Feb 23 16:36:32 2013        
(r34687)
+++ configurations/trunk/tud/hydra-module.nix   Sat Feb 23 16:36:54 2013        
(r34688)
@@ -148,6 +148,10 @@
       build-cache-failure = true
 
       build-poll-interval = 10
+
+      # Online log compression makes it impossible to get the tail of
+      # builds that are in progress.
+      build-compress-log = false
     '';
 
     jobs."hydra-init" =
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to