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/nixops-aws
base: 27e33041603c
Choose a base ref
...
head repository: NixOS/nixops-aws
compare: fb110b8894bf
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 22, 2020

  1. Bugfix: SSH public key creation has to be encoded into bytes

    In python3, the boto connection needs to take this as bytes.
    
    Also removes two unused variables nearby, which cause linter warnings.
    bhipple committed Mar 22, 2020
    Copy the full SHA
    abf6147 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #39 from bhipple/bug/pub-key-bytes

    Bugfix: SSH public key creation has to be encoded into bytes
    grahamc committed Mar 22, 2020
    Copy the full SHA
    fb110b8 View commit details
    Browse the repository at this point in the history