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: 1351b0df87a0
Choose a base ref
...
head repository: NixOS/nix
compare: 4724903c78e8
Choose a head ref
  • 12 commits
  • 22 files changed
  • 2 contributors

Commits on Jan 20, 2017

  1. nix-copy-closure: Implement in C++.

    Tests fail currently because the database is not given proper hashes in the VM
    shlevy committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    bfa41eb View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2017

  1. Remove build-remote.pl.in

    edolstra committed Feb 7, 2017
    Configuration menu
    Copy the full SHA
    27dc76c View commit details
    Browse the repository at this point in the history
  2. Remove download-via-ssh

    Replaced by SSHStore.
    edolstra committed Feb 7, 2017
    Configuration menu
    Copy the full SHA
    c54814b View commit details
    Browse the repository at this point in the history
  3. Cleanup

    edolstra committed Feb 7, 2017
    Configuration menu
    Copy the full SHA
    612aeb2 View commit details
    Browse the repository at this point in the history
  4. SSHStore: uri -> host

    edolstra committed Feb 7, 2017
    Configuration menu
    Copy the full SHA
    7a58ad0 View commit details
    Browse the repository at this point in the history
  5. Remove unnecessary call to topoSortPaths()

    exportPaths() already does this.
    edolstra committed Feb 7, 2017
    Configuration menu
    Copy the full SHA
    ce4d8e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ddb5577 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa07558 View commit details
    Browse the repository at this point in the history
  8. copyStorePath(): Don't require signatures for "trusted" stores

    For example, SSH stores could be trusted.
    edolstra committed Feb 7, 2017
    Configuration menu
    Copy the full SHA
    f38224e View commit details
    Browse the repository at this point in the history
  9. Add a LegacySSHStore that uses nix-store --serve

    This is useful for nix-copy-closure.
    edolstra committed Feb 7, 2017
    1 Configuration menu
    Copy the full SHA
    caa5793 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6f4682a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4724903 View commit details
    Browse the repository at this point in the history