Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixops
  Commit: ca7c89132500b692c3b106cbf5f0ab6a1d9c0777
      
https://github.com/NixOS/nixops/commit/ca7c89132500b692c3b106cbf5f0ab6a1d9c0777
  Author: aszlig <[email protected]>
  Date:   2015-12-08 (Tue, 08 Dec 2015)

  Changed paths:
    M tests/hetzner-backend/rescue-image.nix

  Log Message:
  -----------
  tests/hetzner/rescue-image: Allow to auto-call.

The Nix expression is in no way dependant on anything else than nixpkgs,
so let's import <nixpkgs> if no pkgs argument is given.

This makes it easier for debugging.

Signed-off-by: aszlig <[email protected]>


  Commit: 9792d9a3a10606a00eb9a0b3fc0f721f66064b8a
      
https://github.com/NixOS/nixops/commit/9792d9a3a10606a00eb9a0b3fc0f721f66064b8a
  Author: Kevin Cox <[email protected]>
  Date:   2015-12-07 (Mon, 07 Dec 2015)

  Changed paths:
    M nixops/backends/container.py
    M nixops/backends/none.py
    M nixops/backends/virtualbox.py

  Log Message:
  -----------
  Pass accept args in backend too.

See 880fc520838d0790a8145d961f9f8b19d3f43cbc for context.


  Commit: 5e16136cbb13fc9e19452915923cedbfc0b353aa
      
https://github.com/NixOS/nixops/commit/5e16136cbb13fc9e19452915923cedbfc0b353aa
  Author: aszlig <[email protected]>
  Date:   2015-12-08 (Tue, 08 Dec 2015)

  Changed paths:
    M tests/hetzner-backend/rescue-image.nix

  Log Message:
  -----------
  tests/hetzner/rescue-image: Update backport debs.

Although the Debian stable repositories change very rarely, the backport
repositories however do not. So in the long run we probably need to move
over to create those debs on our own or provide a third-party mirror for
them.

In the short run, this should fix the Hetzner backend tests.

Signed-off-by: aszlig <[email protected]>


  Commit: 5ea81956da66898f49b29415ad88a6a7f3bdf7a4
      
https://github.com/NixOS/nixops/commit/5ea81956da66898f49b29415ad88a6a7f3bdf7a4
  Author: aszlig <[email protected]>
  Date:   2015-12-08 (Tue, 08 Dec 2015)

  Changed paths:
    M nixops/backends/container.py
    M nixops/backends/none.py
    M nixops/backends/virtualbox.py

  Log Message:
  -----------
  Merge pull request #371 from kevincox/ssh-args.

This passes non-keyword arguments in addition to keyword arguments to
get_ssh_flags() as well, continuing on 880fc52.


  Commit: 5cf49055c8ab73020e9147bac2c2dac0929119cb
      
https://github.com/NixOS/nixops/commit/5cf49055c8ab73020e9147bac2c2dac0929119cb
  Author: aszlig <[email protected]>
  Date:   2015-12-08 (Tue, 08 Dec 2015)

  Changed paths:
    M nixops/backends/ec2.py
    M nixops/backends/gce.py
    M nixops/backends/hetzner.py
    M nixops/backends/libvirtd.py

  Log Message:
  -----------
  backends: Unify call to super.get_ssh_flags().

While we're at it, let's take 9792d9a and 880fc52 even further and pass
both *args and **kwargs for _all_ backends.

Signed-off-by: aszlig <[email protected]>


Compare: https://github.com/NixOS/nixops/compare/880fc520838d...5cf49055c8ab
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to