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: 27e9ce0eb266
Choose a base ref
...
head repository: NixOS/nix
compare: e10a7ec7eb6d
Choose a head ref
  • 6 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 6, 2018

  1. Make the TTL for disk cache configurable, we can now completely disable

    disk cache lookup for example by doing:
      nix copy --from <binary-cahe> <store-path> --option \
      positive-disk-cache-ttl 0
    
    Issues: #1885 #2035
    AmineChikhaoui committed Apr 6, 2018
    Copy the full SHA
    2855c3d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    86930ed View commit details
    Browse the repository at this point in the history
  3. re-order the options using the alphabetical order and improve the exa…

    …mple in the positive lookup case
    AmineChikhaoui committed Apr 6, 2018
    Copy the full SHA
    33b0889 View commit details
    Browse the repository at this point in the history
  4. rename the options to mention it's a narinfo TTL as disk cache is use…

    …d all over the place for other operations
    AmineChikhaoui committed Apr 6, 2018
    Copy the full SHA
    62d75ad View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e01b01c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2036 from AmineChikhaoui/disk-cache-ttl

    Make the TTL for disk cache configurable
    edolstra committed Apr 6, 2018
    Copy the full SHA
    e10a7ec View commit details
    Browse the repository at this point in the history