Skip to content
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
base: de71be7723a5
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 83a57cfa311e
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 29, 2020

  1. pykms: replace logging patch

    The logging "sed-patch" that was introduced for version 20190611 worked poorly:
    it was too intrusive (breaking the --logfile option), and it didn't prevent
    using in-store file for logging by default. The new logging patch (an actual
    "diff-patch") is less intrusive: it just changes the default log file's
    location to be the current directory instead of the executable's directory.
    pvgoran committed Apr 29, 2020
    Copy the full SHA
    462fa8b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c678d68 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #81366 from pvgoran/pykms-fix-logging

    pykms: fix/enhance logging
    peterhoeg committed Apr 29, 2020
    Copy the full SHA
    83a57cf View commit details
    Browse the repository at this point in the history