Robert Hensing
Robert Hensing
They're kind of same-ish, but the cache setup instructions could be more practical, tutorial-like, whereas the CachixCache doc can be simplified. Refs #379 #347
**Description** The JSON merging algorithm I wrote is stupid. Should have been a `[Value] -> Value` merge instead of a merge of (path, value) association list. **To Reproduce** ``` hci...
Do print a short explanation on stderr.
Documentation, examples, more documentation. See agent changelog, 0.8.5 for a starting point.
**Description** I'm getting a `nix::Interrupted` exception on a darwin agent. **To Reproduce** Launch `hercules-ci-agent` manually. Terminate it with SIGTERM. Agent process remains. Next build exits with `nix::Interrupted` exception. **Expected behavior**...
Simplifies the approve and build workflow. Let's do this when 0.9 is out.
**Description** Evaluator crashed. https://hercules-ci.com/github/hackworthltd/hacknix/jobs/30 ``` FatalError {fatalErrorMessage = "Worker failed with exit status: -11"} ``` **To Reproduce** See https://github.com/hercules-ci/hercules-ci-agent/issues/231#issuecomment-999969758 I will try to reproduce this by running it myself; hopefully...
**Description** `hci` can't detect branch info when remote has no HEAD It seems to break `Hercules.CLI.Git.getIsDefault`. **To Reproduce** `git clone` an empty repo Observe that it has no HEAD in...
**Description** When trying `hci effect run` in a newly cloned empty repo (without commit), the autocompletion and the command fail. **To Reproduce** git clone an empty repo **Expected behavior** `hci`...
**Description** **To Reproduce** Install with nix-darwin 44da835ac40dab5fd231298b59d83487382d2fab hercules-ci-agent 84eca5101c6225c75920ecc7f497419d7b5026f5 (0.8.3) ```nix { imports = [ hercules-ci-agent.darwinModules.agent-profile ]; services.hercules-ci-agent.enable = true; } ``` switch ```console user@host ~ % ls /var/lib/hercules-ci-agent Desktop...