From 47cd643b01633b1ffd61d00312fbb71a0149ef04 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Tue, 24 Oct 2017 20:59:37 +0000 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'vbox/release.nix'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vbox/release.nix | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/vbox/release.nix b/vbox/release.nix index 5eb3a26..fe0fa38 100644 --- a/vbox/release.nix +++ b/vbox/release.nix @@ -72,7 +72,7 @@ let in { - +/* tarball = pkgs.releaseTools.makeSourceTarball { name = "nixos-tarball"; @@ -122,7 +122,7 @@ in { tar cfJ $out/tarballs/$releaseName.tar.xz $releaseName ''; # */ }; - +*/ manual = (import "${nixosSrc}/doc/manual" { @@ -144,6 +144,7 @@ in { inherit system; }); +/* iso_minimal_new_kernel = pkgs.lib.genAttrs systems (system: makeIso { module = ./modules/installer/cd-dvd/installation-cd-minimal-new-kernel.nix; type = "minimal-new-kernel"; @@ -172,6 +173,7 @@ in { maintainers = [ "shlevy" ]; inherit system; }); +*/ # A bootable VirtualBox virtual appliance as an OVA file (i.e. packaged OVF). @@ -206,7 +208,7 @@ in { ); - +/* # Provide a tarball that can be unpacked into an SD card, and easily # boot that system from uboot (like for the sheevaplug). # The pc variant helps preparing the expression for the system tarball @@ -215,7 +217,7 @@ in { module = ./modules/installer/cd-dvd/system-tarball-pc.nix; inherit system; }); - +*/ /* system_tarball_fuloong2f = assert builtins.currentSystem == "mips64-linux"; @@ -232,7 +234,7 @@ in { }; */ - +/* # Run the tests in ./tests/default.nix for each platform. You can # run a test by doing e.g. "nix-build -A tests.login.x86_64-linux". tests = @@ -242,7 +244,8 @@ in { mapAttrsRecursiveCond (x: !x ? test) (n: v: listToAttrs [(nameValuePair system v.test)]) (import ./tests { inherit nixpkgs system; }); in fold recursiveUpdate {} (map testsFor systems); - - +*/ +/* run-in-machine-tests = pkgs.lib.genAttrs systems (system: import ./tests/run-in-machine.nix { inherit nixpkgs system; }); +*/ } \ No newline at end of file