@cryptotaxi247 / infra / commits / b700eecf

* Disable automatic log compression.

svn path=/configurations/trunk/tud/; revision=34688

Eelco Dolstra committed Feb 23, 2013 at 16:36 UTC b700eecf8e077fcebe4284fb20be39a3c3e65d29
1 file changed +4
hydra-module.nix
+4
@@ -148,6 +148,10 @@ in
148 build-cache-failure = true
149
150 build-poll-interval = 10
151 +
152 + # Online log compression makes it impossible to get the tail of
153 + # builds that are in progress.
154 + build-compress-log = false
155 '';
156
157 jobs."hydra-init" =