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

Commits on Apr 9, 2020

  1. Delete temporary directory on successful build

    With --check and the --keep-failed (-K) flag, the temporary directory
    was being retained regardless of whether the build was successful and
    reproducible.  This removes the temporary directory, as expected, on
    a reproducible check build.
    
    Added tests to verify that temporary build directories are not
    retained unnecessarily, particularly when using --check with
    --keep-failed.
    tollb committed Apr 9, 2020
    Copy the full SHA
    16a4864 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Merge pull request #2689 from tollb/fix/delete_tmp_dir_when_build_che…

    …ck_ok
    
    Delete temporary directory on successful build
    domenkozar committed Apr 10, 2020
    Copy the full SHA
    db25a6d View commit details
    Browse the repository at this point in the history