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/nixpkgs
base: 203ea0d5be74
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e0c8a45d5d47
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 20, 2019

  1. buildBazelPackage: fix directory symlink handling

    The previous behaviour would work fine as long as `symlink` is a link to
    a file. If is a link to a directory though, the new `ln` wouldn't
    overwrite it but would create a new link *in that directory* (with the
    name of the link source).
    
    Instead, we can precompute the target location, then first remove the
    symlink and write the new one in its place.
    timokau committed Jun 20, 2019
    Copy the full SHA
    0cfd90a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    883725b View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2019

  1. Merge pull request #63580 from timokau/bazel-symlink-fix

    buildBazelPackage: fix directory symlink handling, disable multithreaded fetching
    kalbasit committed Jun 23, 2019
    Copy the full SHA
    e0c8a45 View commit details
    Browse the repository at this point in the history