Navigation Menu

Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: 4f2de85ac1c5
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 993887d1253b
Choose a head ref
  • 8 commits
  • 33 files changed
  • 5 contributors

Commits on Dec 30, 2019

  1. dockerTools.buildLayeredImage: fix building layered images in parallel

    when tar'ing store paths into layered archives when building layered
    images, don't use the absolute nix store path so that tar won't complain
    if something new is added to the nix store
    
    when building the final docker image, ignore any file changes tar
    detects in the layers. they are all immutable and the only thing that
    might change is the number of hard links due to store optimization
    Richard Wallace committed Dec 30, 2019
    Copy the full SHA
    3be7675 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. gcompris: 0.97 -> 0.98

    r-ryantm committed Jan 6, 2020
    Copy the full SHA
    fb7c60a View commit details
    Browse the repository at this point in the history
  2. run: init at 0.7.0

    David McKay committed Jan 6, 2020
    Copy the full SHA
    22622e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2020

  1. Copy the full SHA
    5961f21 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #75911 from Simspace/parallel-docker-buildlayeredi…

    …mage
    
    when building a layered docker image, ignore it if tar encounters cha…
    nlewo committed Jan 11, 2020
    Copy the full SHA
    0d983f9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    da261e3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #77081 from rawkode/feature/add-run

    run: init at 0.7.0
    nlewo committed Jan 11, 2020
    Copy the full SHA
    99470a3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #77061 from r-ryantm/auto-update/gcompris

    gcompris: 0.97 -> 0.98
    nlewo committed Jan 11, 2020
    Copy the full SHA
    993887d View commit details
    Browse the repository at this point in the history