Author: eelco
Date: Tue Mar  6 09:41:04 2012
New Revision: 32810
URL: https://nixos.org/websvn/nix/?rev=32810&sc=1

Log:
* Bump the Hydra timeout a bit.

Modified:
   configurations/trunk/tud/cartman.nix

Modified: configurations/trunk/tud/cartman.nix
==============================================================================
--- configurations/trunk/tud/cartman.nix        Tue Mar  6 09:28:08 2012        
(r32809)
+++ configurations/trunk/tud/cartman.nix        Tue Mar  6 09:41:04 2012        
(r32810)
@@ -446,6 +446,8 @@
         { hostName = "hydra.nixos.org";
           logFormat = ''"%h %l %u %t \"%r\" %>s %b %D"'';
           extraConfig = ''
+            TimeOut 900
+          
             <Proxy *>
               Order deny,allow
               Allow from all
@@ -467,6 +469,21 @@
           '';
         }
 
+        { hostName = "hydra-test.nixos.org";
+          logFormat = ''"%h %l %u %t \"%r\" %>s %b %D"'';
+          extraConfig = ''
+            <Proxy *>
+              Order deny,allow
+              Allow from all
+            </Proxy>
+
+            ProxyRequests     Off
+            ProxyPreserveHost On
+            ProxyPass         /       http://lucifer:4000/ retry=5
+            ProxyPassReverse  /       http://lucifer:4000/
+          '';
+        }
+
         { hostName = "hydra-ubuntu.nixos.org";
           extraConfig = ''
             <Proxy *>
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to