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/nix
base: 3d3c7fadf7c9
Choose a base ref
...
head repository: NixOS/nix
compare: 177aee07c6cf
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 3, 2017

  1. Reverse retry logic to retry in all but a few cases

    It was getting too much like whac-a-mole listing all the retriable error
    conditions, so we now retry by default and list the cases where retrying
    is almost certainly hopeless.
    copumpkin committed Oct 3, 2017
    Copy the full SHA
    476493d View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2017

  1. Merge pull request #1580 from copumpkin/retry-after-timeout

    Retry in all error cases but a few
    edolstra committed Oct 12, 2017
    Copy the full SHA
    177aee0 View commit details
    Browse the repository at this point in the history