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: 2f3cee6250ac
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f32bc5c95377
Choose a head ref
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 23, 2020

  1. ipfs: remove executable bit from systemd units

    IPFS would complain with warnings like
    Configuration file /nix/store/...-ipfs-0.6.0/etc/systemd/system/ipfs.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    Luflosi committed Sep 23, 2020
    Copy the full SHA
    1a382e9 View commit details
    Browse the repository at this point in the history
  2. ipfs: avoid warning during build when moving directory

    Trying to move a directory into itself will result in a warning:
    mv: cannot move 'ipfs-src' to a subdirectory of itself, 'ipfs-src/ipfs-src'
    
    This can be prevented by excluding that directory.
    Luflosi committed Sep 23, 2020
    Copy the full SHA
    d385065 View commit details
    Browse the repository at this point in the history
  3. ipfs: 0.6.0 -> 0.7.0

    https://github.com/ipfs/go-ipfs/releases/tag/v0.7.0
    
    Pinning go114 is no longer necessary with this version.
    Luflosi committed Sep 23, 2020
    Copy the full SHA
    b75e431 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Merge pull request #98554 from Luflosi/update/ipfs

    ipfs: 0.6.0 -> 0.7.0
    zimbatm committed Sep 24, 2020
    Copy the full SHA
    f32bc5c View commit details
    Browse the repository at this point in the history