Skip to content
Snippets Groups Projects
  1. 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
  2. Dec 10, 2019
  3. Dec 09, 2019
  4. Dec 05, 2019
  5. Dec 04, 2019
  6. Dec 03, 2019
  7. Dec 02, 2019
  8. Dec 01, 2019
Loading