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: 2c848ea92d96
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: a0c7949780b8
Choose a head ref
  • 6 commits
  • 8 files changed
  • 5 contributors

Commits on Nov 28, 2018

  1. elm: extract makeDotElm and fetchElmDeps

    (cherry picked from commit 206a1c0)
    Signed-off-by: Domen Kožar <domen@dev.si>
    jerith666 authored and domenkozar committed Nov 28, 2018
    Copy the full SHA
    d7e3a07 View commit details
    Browse the repository at this point in the history
  2. postgresql: enable systemd service notification on 9.6+

    This results in a marginal closure size increase of ~137mb -> ~141mb.
    This only affects the 'out' output, not the 'lib' output, so
    libpq-dependent expressions should not bloat as a result of this.
    
    The type of the systemd service is changed to 'notify' on 9.6+, which
    will help identify when Postgres is starting/shutting down.
    
    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    (cherry picked from commit 1e83cf317443cbc381af72aa09959266bc2d207b)
    Signed-off-by: Domen Kožar <domen@dev.si>
    thoughtpolice authored and domenkozar committed Nov 28, 2018
    Copy the full SHA
    4169ce0 View commit details
    Browse the repository at this point in the history
  3. sage: don't test the downgraded R (#51192)

    Fails transiently. See NixOS/nixpkgs#49249. The
    failures look harmless and are fixed with R 3.5 which will be used in
    sage 8.5.
    
    (cherry picked from commit d6376bc)
    timokau committed Nov 28, 2018
    Copy the full SHA
    b7747ce View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. sd-image: Verifies the FAT partition before copying it.

    This is to ensure `mtools`-based operations don't wreck the FS.
    
    (cherry picked from commit 2e5eb13)
    samueldr committed Nov 29, 2018
    Copy the full SHA
    19f0f47 View commit details
    Browse the repository at this point in the history
  2. sd-image: Do not use batch operation for mcopy.

    ```
           b      Batch mode. Optimized for huge recursive copies, but less secure if a crash happens during the copy.
    ```
    
    It seems the "less secure if a crash happens" does not need a crash to
    happen.
    
    With batch mode:
    
    ```
    /[...]/.
      Start (0) does not point to parent (___)
    ```
    
    For pretty much everything copied in.
    
    Without batch mode, everything passes `fsck`.
    
    See #51150
    
    (cherry picked from commit 1b6a4d3)
    samueldr committed Nov 29, 2018
    Copy the full SHA
    09c74d9 View commit details
    Browse the repository at this point in the history
  3. Revert "zfs cannot be distributed. Disabling it in the isos."

    ZFS's popularity is growing, and not including it by default is a
    bit frustrating. On top of that, the base iso includes ZFS
    _anyway_ due to other packages depending upon it.
    
    I think we're in the clear to do this on the basis that Oracle
    probably doesn't care, it is probably fine (the SFLC agrees) and
    we're a small fish. If a copyright holder asks us to, we can
    definitely revert it again.
    
    This reverts commit 33d07c7.
    
    (cherry picked from commit 6db866c)
    grahamc committed Nov 29, 2018
    Copy the full SHA
    a0c7949 View commit details
    Browse the repository at this point in the history