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: 3cde54ceb990
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 07ce48cc3a1c
Choose a head ref
  • 19 commits
  • 10 files changed
  • 9 contributors

Commits on Jul 24, 2019

  1. nixos/couchdb: Prevent it from chowning /var/log to couchdb:couchdb

    The default for logFile is /var/log/couchdb.log, and the tmpfile rules chown
    ${dirOf cfg.logFile}, which is just /var/log, to couchdb:couchdb.
    
    This was found by Edes' report on IRC, which looked like
    
        Detected unsafe path transition /var/log → /var/log/journal during canonicalization of /var/log/journal
    
    While this bug has been present since the initial couchdb module in
    62438c0 by @garbas, this wasn't a
    problem, because the initial module only created and chowned /var/log
    if it didn't exist yet, which can't occur because this gets created in
    the initial phases of NixOS startup.
    
    However with the recent move from manual preStart chown scripts to
    systemd.tmpfiles.rules in 062efe0 (#59389),
    this chown is suddenly running unconditionally at every system
    activation, therefore triggering the above error.
    infinisil committed Jul 24, 2019
    Copy the full SHA
    5e97436 View commit details
    Browse the repository at this point in the history
  2. nixos/tests: Reenable couchdb

    Works just fine in current master
    infinisil committed Jul 24, 2019
    Copy the full SHA
    12eb0f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2019

  1. flrig: 1.3.45 -> 1.3.46

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/flrig/versions
    r-ryantm committed Aug 4, 2019
    Copy the full SHA
    b3f5124 View commit details
    Browse the repository at this point in the history
  2. intel-gmmlib: 19.2.1 -> 19.2.3

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/intel-gmmlib/versions
    r-ryantm committed Aug 4, 2019
    Copy the full SHA
    b4f9364 View commit details
    Browse the repository at this point in the history
  3. gitkraken: 6.0.0 -> 6.0.1

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/gitkraken/versions
    r-ryantm committed Aug 4, 2019
    Copy the full SHA
    8123b2d View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. Copy the full SHA
    ed898bf View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cfb84a0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c9d4a69 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b652835 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f688a3e View commit details
    Browse the repository at this point in the history
  6. flrig: 1.3.46 -> 1.3.47

    mmahut committed Aug 9, 2019
    Copy the full SHA
    4a2a22d View commit details
    Browse the repository at this point in the history
  7. gitkraken: 6.0.1 -> 6.1.1

    mmahut committed Aug 9, 2019
    Copy the full SHA
    78dd017 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #65921 from r-ryantm/auto-update/intel-gmmlib

    intel-gmmlib: 19.2.1 -> 19.2.3
    mmahut committed Aug 9, 2019
    Copy the full SHA
    8ccafca View commit details
    Browse the repository at this point in the history
  9. Merge pull request #65909 from r-ryantm/auto-update/flrig

    flrig: 1.3.45 -> 1.3.47
    mmahut committed Aug 9, 2019
    Copy the full SHA
    e89b1d6 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #66365 from teto/pybindgen

    pythonPackages.pybindgen: 0.19.0 -> 0.20.0
    lsix committed Aug 9, 2019
    Copy the full SHA
    df53234 View commit details
    Browse the repository at this point in the history
  11. Couchdb: Don't chown /var/log to couchdb (#65347)

    Couchdb: Don't chown /var/log to couchdb
    infinisil committed Aug 9, 2019
    Copy the full SHA
    ce82d0b View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2019

  1. Copy the full SHA
    b3668d6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #66348 from pierothebear/dask_2_2_0

    pythonPackages.dask: 1.2.2 -> 2.2.0
    kalbasit committed Aug 10, 2019
    Copy the full SHA
    77eaa86 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #65924 from r-ryantm/auto-update/gitkraken

    gitkraken: 6.0.0 -> 6.0.1
    ryantm committed Aug 10, 2019
    Copy the full SHA
    07ce48c View commit details
    Browse the repository at this point in the history