* Revert to NIX_REMOTE=daemon because clearing NIX_REMOTE breaks the clone feature. We could just set NIX_REMOTE to "daemon" in the call to hydra_eval_jobs though.
* Revert to NIX_REMOTE=daemon because clearing NIX_REMOTE breaks the clone feature. We could just set NIX_REMOTE to "daemon" in the call to hydra_eval_jobs though. svn path=/configurations/trunk/tud/; revision=20396
Eelco Dolstra committed
Mar 5, 2010 at 10:18 UTC
367412410ffface0d57a97efdf4a3a0528b18ddf
1 file changed
+1
-1
hydra.nix
+1
-1
@@ -81,7 +81,7 @@ in
81
jobs.hydra_server =
82
{ name = "hydra-server";
83
startOn = "started network-interfaces";
84
- exec = "${pkgs.su}/bin/su - hydra -c 'NIX_REMOTE= hydra_server.pl > /home/hydra/data/server.log 2>&1'";
84
+ exec = "${pkgs.su}/bin/su - hydra -c 'hydra_server.pl > /home/hydra/data/server.log 2>&1'";
85
};
86
87
jobs.hydra_scheduler =