Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nix
base: f800d450b780
Choose a base ref
...
head repository: NixOS/nix
compare: d1b238ec3cd7
Choose a head ref
  • 4 commits
  • 6 files changed
  • 3 contributors

Commits on Dec 12, 2019

  1. libstore/ssh: Improve error message on failing execvp

    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
    ```
    Profpatsch committed Dec 12, 2019
    Copy the full SHA
    38b29fb View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Initial gzip support

    Closes #3256
    Tom Bereknyei committed Dec 13, 2019
    Copy the full SHA
    c6295a3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2da4c61 View commit details
    Browse the repository at this point in the history
  3. Simplify

    edolstra committed Dec 13, 2019
    Copy the full SHA
    d1b238e View commit details
    Browse the repository at this point in the history