Branch: refs/heads/nixpart
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e17bb6195d73db1a30a46298ad5047bb0fa20472
      
https://github.com/NixOS/nixpkgs/commit/e17bb6195d73db1a30a46298ad5047bb0fa20472
  Author: aszlig <asz...@redmoonstudios.org>
  Date:   2016-12-27 (Tue, 27 Dec 2016)

  Changed paths:
    M nixos/tests/storage.nix
    M pkgs/tools/filesystems/nixpart/default.nix
    M pkgs/top-level/all-packages.nix
    M pkgs/top-level/python-packages.nix

  Log Message:
  -----------
  nixpart: Move out of python-packages.nix

The reason why it was in python-packages.nix is because we needed to
have a way to run this with different Python versions and also that the
project's API could be used by another program or library.

This is not intended so far and even if we're going to do that, we can
still move it back into python-packages.nix.

This now should make it easier to override the arguments of the package
and also should be easier to install inside a user env via "nix-env -iA
nixpart" instead of "nix-env -iA python3Packages.nixpart".

Signed-off-by: aszlig <asz...@redmoonstudios.org>


  Commit: 85e72e3abd4cb48cb4d387d893918421666ad5ce
      
https://github.com/NixOS/nixpkgs/commit/85e72e3abd4cb48cb4d387d893918421666ad5ce
  Author: aszlig <asz...@redmoonstudios.org>
  Date:   2016-12-27 (Tue, 27 Dec 2016)

  Changed paths:
    M nixos/release.nix
    M nixos/tests/storage.nix

  Log Message:
  -----------
  nixos/tests/storage: Split into sub-derivations

Running a specific test case is a bit icky if you need to comment out
the parts you don't want to run or wait for tests to succeed that you're
not even interested in.

This splits the subtests into its own derivations that can be simply
referenced using -A of nix-build/nix-instantiate.

Signed-off-by: aszlig <asz...@redmoonstudios.org>


  Commit: d6f428c0d5862a05b385d7b3759efd71b4fe08e1
      
https://github.com/NixOS/nixpkgs/commit/d6f428c0d5862a05b385d7b3759efd71b4fe08e1
  Author: aszlig <asz...@redmoonstudios.org>
  Date:   2016-12-27 (Tue, 27 Dec 2016)

  Changed paths:
    M nixos/modules/tasks/storage.nix

  Log Message:
  -----------
  nixos/storage: Add defaults for clear/initlabel

I haven't yet stumbled on this because I have always set these options
within test configurations.

So this now allows to set empty disk options, which is fine (after all
we just need to reference them using the storage option in fileSystems
and swapDevices).

Signed-off-by: aszlig <asz...@redmoonstudios.org>


  Commit: 850466140cb3d28d5f9ab696eb686c6e7d438ff7
      
https://github.com/NixOS/nixpkgs/commit/850466140cb3d28d5f9ab696eb686c6e7d438ff7
  Author: aszlig <asz...@redmoonstudios.org>
  Date:   2016-12-27 (Tue, 27 Dec 2016)

  Changed paths:
    M nixos/tests/storage.nix

  Log Message:
  -----------
  nixos/tests/storage: Fix exporting storage.xml

Using copyFileFromHost() doesn't work if the file contains single
quotes, because they're not escaped properly.

So let's move to a more robust way to provide storage.xml to the
guests (via environment.etc), because apart from that escaping issue we
really don't need anything like copyFileFromHost() anymore because every
subtest now resides in its own derivation.

Signed-off-by: aszlig <asz...@redmoonstudios.org>


  Commit: fa05131461d723062ca90c5797c7be8327a41da9
      
https://github.com/NixOS/nixpkgs/commit/fa05131461d723062ca90c5797c7be8327a41da9
  Author: aszlig <asz...@redmoonstudios.org>
  Date:   2016-12-27 (Tue, 27 Dec 2016)

  Changed paths:
    M nixos/tests/storage.nix

  Log Message:
  -----------
  nixos/tests/storage: Rename --from-xml to --xml

I've changed this in aszlig/nixpart@7529c47b05974500b4aaaff4e6644f03900061fe.

So let's fix it here :-)

Signed-off-by: aszlig <asz...@redmoonstudios.org>


  Commit: 81152a51a4ebbfd4026528137b47530290ea84cf
      
https://github.com/NixOS/nixpkgs/commit/81152a51a4ebbfd4026528137b47530290ea84cf
  Author: aszlig <asz...@redmoonstudios.org>
  Date:   2016-12-27 (Tue, 27 Dec 2016)

  Changed paths:
    M pkgs/tools/filesystems/nixpart/default.nix

  Log Message:
  -----------
  nixpart: Update to latest master version

This is mainly for testing purposes during the WIP branch, but it should
actually do partitioning for some of the NixOS VM tests (particularily
the .btrfs test).

I've tagged this specifically as unstable-1.0.0 to make sure noone is
seriously going to use it yet (except for playing around of course).

Signed-off-by: aszlig <asz...@redmoonstudios.org>


Compare: https://github.com/NixOS/nixpkgs/compare/ccbee460da2c...81152a51a4eb
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to