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: 0399f675e5c8
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 370505a6e6a3
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 18, 2020

  1. google-cloud-sdk: remove gsutil test

    The command module references the tests, and since all command modules
    get imported at startup, dbaafbb
    turned it into a startup crash.
    
    Unless you're actively hacking on gsutil, this command isn't much use,
    so we're better off without it.
    
    (cherry picked from commit 5bda7e7)
    edef1c authored and flokli committed Feb 18, 2020
    Copy the full SHA
    45217d0 View commit details
    Browse the repository at this point in the history
  2. google-cloud-sdk: disable checking for gsutil updates

    The update checking mechanism references the tests, and thus
    dbaafbb turned it into a crash at
    startup.
    
    It isn't much use in nixpkgs, so we're better off without it.
    
    (cherry picked from commit 0c403ef)
    edef1c authored and flokli committed Feb 18, 2020
    Copy the full SHA
    370505a View commit details
    Browse the repository at this point in the history