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: f550fa4a7295
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 363363298c95
Choose a head ref
  • 6 commits
  • 2 files changed
  • 3 contributors

Commits on Dec 23, 2017

  1. fetchurl: add user agent

    It would be nice to be able to track Nix requests. It's not trustworthy,
    but can be helpful for stats and routing in HTTP logs.
    
    Since `fetchurl` is used so widely, we should "magically" get a UA on
    `fetchzip`, `fetchFromGitHub`, and other related fetchers.
    
    Since `fetchurl` is only used for fixed-output derivations, this should
    cause no mass rebuild.
    
    User-Agent example: curl/7.57.0 Nixpkgs/18.03
    copumpkin authored and lukateras committed Dec 23, 2017
    Copy the full SHA
    0cb623c View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Copy the full SHA
    16ed09a View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2018

  1. Readd --retry 3

    lukateras committed Jun 11, 2018
    Copy the full SHA
    a26d9e3 View commit details
    Browse the repository at this point in the history
  2. Leverage lib.release

    lukateras committed Jun 11, 2018
    Copy the full SHA
    5a232b0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f44012b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #17757 from copumpkin/fetchurl-user-agent

    fetchurl: add user agent
    copumpkin committed Jun 11, 2018
    Copy the full SHA
    3633632 View commit details
    Browse the repository at this point in the history