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: f7ac956a2b5b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c2c30d926c39
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Apr 29, 2020

  1. google-compute-engine-oslogin: 1.5.3 -> 20200325.00

    Google moved their oslogin guest tools to another repository.
    Point src to there, and bump to the latest version
    There's now a Makefile, so we can avoid having our own custom
    installPhase, and we also get manpages.
    
    I successfully ran the oslogin tests, so assuming the google cloud
    metadata server still behaves like in our test, logins should work.
    I saw a nscd segfault, not sure if it's caused by this or was already
    the case before.
    It'd be great if someone could test this on an actual VM.
    flokli committed Apr 29, 2020
    Copy the full SHA
    5506463 View commit details
    Browse the repository at this point in the history
  2. nixos/google-oslogin: improve mock server

    some slightly better error handling for nonexistent users, less parsing
    of URLs and query strings by hand.
    flokli committed Apr 29, 2020
    Copy the full SHA
    f38e45c View commit details
    Browse the repository at this point in the history
  3. nixos/oslogin: put mockuser and mockadmin in constants, rename

    This allows us to change them easily without search/replacing.
    Afterwards, we rename them to look a bit more like they are on GCP.
    flokli committed Apr 29, 2020
    Copy the full SHA
    21da5c4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #86319 from flokli/google-oslogin

    nixos/google-oslogin: bump package, make tests more readable
    flokli committed Apr 29, 2020
    Copy the full SHA
    c2c30d9 View commit details
    Browse the repository at this point in the history