Skip to content
Snippets Groups Projects
  1. Dec 13, 2019
  2. Dec 12, 2019
    • Profpatsch's avatar
      libstore/ssh: Improve error message on failing `execvp` · 38b29fb7
      Profpatsch authored
      If the `throw` is reached, this means that execvp into `ssh` wasn’t
      successful. We can hint at a usual problem, which is a missing `ssh`
      executable.
      
      Test with:
      
      ```
      env PATH= ./result/bin/nix-copy-closure --builders '' unusedhost
      ```
      
      and the bash version with
      
      ```
      env PATH= ./result/bin/nix-copy-closure --builders '' localhost
      ```
      38b29fb7
  3. Dec 10, 2019
  4. Dec 09, 2019
  5. Dec 05, 2019
Loading