Work log 2016-07-22

Posted on by Chris Warburton

Looked through hydra source and found command used to evaluate jobsets. Using a nix-shell sheband, to get the hydra package, we can run this locally without having a Hydra server running (it doesn’t use the DB). Made check.sh do this.

We were getting an infinite recursion error due to withNix trying to look up NIX_REMOTE using runScript instead of runCommand (runScript is our wrapper around runCommand, which uses withNix!)

Now it seems we have 2 problems: