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: 1b5df99e7aef
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 9ecb2c4f721b
Choose a head ref
  • 6 commits
  • 6 files changed
  • 4 contributors

Commits on Nov 19, 2019

  1. Copy the full SHA
    61c60ba View commit details
    Browse the repository at this point in the history
  2. vimPlugins: backoff on timeout in update.py

    Updating vim-plugins recently started timing out regularly for me. It
    may have to do with an ISP switch on my side, but I don't think that
    should cause timeouts. I guess I'm probably not the only one
    experiencing this, so in this comment I introduce exponential backoff.
    Every request will be retried up to 3 times (3 seconds, 6 seconds, 12
    seconds delay).
    timokau committed Nov 19, 2019
    Copy the full SHA
    8c757f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Copy the full SHA
    d1cf282 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3f86f21 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6225fc5 View commit details
    Browse the repository at this point in the history
  4. vimPlugins: backoff on timeout in update.py (#73499)

    vimPlugins: backoff on timeout in update.py
    Mic92 committed Nov 27, 2019
    Copy the full SHA
    9ecb2c4 View commit details
    Browse the repository at this point in the history