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: fbc670d729ea
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 346791875c71
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Jun 3, 2019

  1. duplicity: enable tests

    * Install required tool dependencies ('tar', 'rdiff', etc.)
    * Run installed duplicity instead of source tree duplicity
    * Fix shebang of scripts in testing/overrides/bin/
    * Disable some unhelpful developer-only tests
    * Disable a test broken on Linux (root cause unknown)
    * Work around low file descriptor soft limit for Darwin builders
    strager committed Jun 3, 2019
    Copy the full SHA
    071167e View commit details
    Browse the repository at this point in the history
  2. duplicity: speed up testing

    Apply some upstream duplicity patches which optimize installCheckPhase.
    On my laptop, this lowers duplicity's total build time from 8 m 42 s to
    6 m 50 s (-21%).
    strager committed Jun 3, 2019
    Copy the full SHA
    74bb653 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. Merge pull request #60956 from strager/duplicity-tests

    duplicity: enable tests
    peti committed Jun 4, 2019
    Copy the full SHA
    3467918 View commit details
    Browse the repository at this point in the history