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: bc3fade573c8
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 529cd9020f02
Choose a head ref
  • 13 commits
  • 5 files changed
  • 5 contributors

Commits on Dec 2, 2019

  1. Copy the full SHA
    fa0fe1d View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2019

  1. Copy the full SHA
    1e89cf0 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. Copy the full SHA
    f6d75f5 View commit details
    Browse the repository at this point in the history
  2. dockerTools.buildLayeredImage: pass a list of closures to mkManyPureL…

    …ayers so it can exclude the top-most level
    
    Before, every docker image had three extra layers:
    
    1. A `closure` layer which is an internal implementation detail of
       calculating the closure of the container
    2. a `name-config.json` layer which is the images' run-time
       configuration, and has no business being *in* the image as a layer.
    3. a "bulk-layers" layer which is again and implementation detail
       around collecting the image's closure.
    
    None of these layers need to be in the final product.
    grahamc committed Dec 16, 2019
    Copy the full SHA
    aec80dd View commit details
    Browse the repository at this point in the history
  3. dockerTools.buildLayeredImage: prepare to exclude some paths

    Without changing behavior, since this code is fiddly, make it possible
    to add a filtering step before packaging individual paths.
    grahamc committed Dec 16, 2019
    Copy the full SHA
    700f4c5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    12e2416 View commit details
    Browse the repository at this point in the history
  5. cups-dymo: fix build

    puckipedia committed Dec 16, 2019
    Copy the full SHA
    6f942e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. slack: add xdg_utils to the PATH

    Otherwise it cannot log in to new workspaces.
    grahamc committed Dec 17, 2019
    Copy the full SHA
    7e92939 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #75621 from gabibbo97/helm-completion

    kubernetes-helm: Add shell completion
    matthewbauer committed Dec 17, 2019
    Copy the full SHA
    a90d3d9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #75788 from puckipedia/cups-dymo-fix

    cups-dymo: fix build
    matthewbauer committed Dec 17, 2019
    Copy the full SHA
    2afbe7d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #74860 from alyssais/minijail

    minijail: install .pc files and scoped_minijail.h
    matthewbauer committed Dec 17, 2019
    Copy the full SHA
    b39bc29 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #75781 from grahamc/dockertools/remove-implementat…

    …ion-detail-layers
    
    dockertools.buildLayeredImage: remove implementation detail layers
    grahamc committed Dec 17, 2019
    Copy the full SHA
    64453c8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #75825 from grahamc/slack

    slack: add xdg_utils to the PATH
    grahamc committed Dec 17, 2019
    Copy the full SHA
    529cd90 View commit details
    Browse the repository at this point in the history