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: 68558d8c5d1c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ac1e9490cdad
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 18, 2020

  1. 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.
    edef1c committed Feb 18, 2020
    Copy the full SHA
    0c403ef View commit details
    Browse the repository at this point in the history
  2. 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.
    edef1c committed Feb 18, 2020
    Copy the full SHA
    5bda7e7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #80010 from edef1c/fix-gsutil-crash

    google-cloud-sdk: fix gsutil startup crash
    flokli committed Feb 18, 2020
    Copy the full SHA
    ac1e949 View commit details
    Browse the repository at this point in the history