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: 0cf6a5035932
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: fba9144f92f5
Choose a head ref
  • 19 commits
  • 11 files changed
  • 5 contributors

Commits on Sep 16, 2019

  1. Copy the full SHA
    bd65f5e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c63dba2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    467e561 View commit details
    Browse the repository at this point in the history
  4. health-check: init at 0.03.02

    dtzWill committed Sep 16, 2019
    Copy the full SHA
    3ba3688 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Copy the full SHA
    647a90f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9381884 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

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

Commits on Oct 4, 2019

  1. nextcloud: 16.0.5 -> 17.0.0

    cw789 committed Oct 4, 2019
    Copy the full SHA
    ad3f51f View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2019

  1. linux_5_2, linux_5_3: fixing nondeterminism

    In 5.2 kernel a new mechanism was introduced which embeds the kernel
    headers in the kernel image and exposes them in procfs for simplified
    use by userland tools.
    
    It was introduced in
    torvalds/linux@43d8ce9
    and later modified a bit in
    torvalds/linux@f7b101d
    
    The archive containing the header files had nondeterminism through the
    header files metadata - specifically `mtime`, but I also decided to
    normalize some other aspects just in case.
    
    In our default setup we currently compile this as a module, so to expose
    the headers to test the functionality `kheaders` needs to be loaded.
    
    See https://lkml.org/lkml/2019/10/4/1036 and
    https://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git/commit/?h=fixes&id=2cc99c9cdc8fde5e92e34f9655829449cebd3e00
    
    I commented out the documentation part of the patch to make it cleanly apply to
    5.2 and 5.3, see remark in the patch itself.
    d-goldin committed Oct 5, 2019
    Copy the full SHA
    bdccffa View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Merge pull request #69055 from dtzWill/feature/fwts-efi-runtime

    linuxPackages.fwts-efi-runtime: init
    dtzWill committed Oct 7, 2019
    Copy the full SHA
    b51fbeb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68916 from dtzWill/feature/health-check

    health-check: init at 0.03.02
    dtzWill committed Oct 7, 2019
    Copy the full SHA
    f7dfe59 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #68912 from dtzWill/update/libxfont2-2.0.4

    xorg.libXfont2: 2.0.3 -> 2.0.4
    dtzWill committed Oct 7, 2019
    Copy the full SHA
    917200c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #68911 from dtzWill/feature/power-calibrate

    power-calibrate: init at 0.01.28
    dtzWill committed Oct 7, 2019
    Copy the full SHA
    3a9e0f7 View commit details
    Browse the repository at this point in the history
  5. pythonPackages.devpi-common: 3.3.2 -> 3.4.0

    makefu authored and Jon committed Oct 7, 2019
    Copy the full SHA
    b81de29 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    f569293 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #68075 from dtzWill/update/setxkbmap-1.3.2

    setxkbmap: 1.3.1 -> 1.3.2
    dtzWill committed Oct 7, 2019
    Copy the full SHA
    58c1198 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #68902 from dtzWill/feature/turbostat

    linuxPackages*.turbostat: init
    dtzWill committed Oct 7, 2019
    Copy the full SHA
    b014076 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Merge pull request #69636 from cw789/update_nextcloud

    nextcloud: 16.0.5 -> 17.0.0
    globin committed Oct 8, 2019
    Copy the full SHA
    03ba735 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #69222 from d-goldin/fix_linux_5_determinism

    linux_5_2, linux_5_3: fixing nondeterminism
    globin committed Oct 8, 2019
    Copy the full SHA
    fba9144 View commit details
    Browse the repository at this point in the history