Author: eelco
Date: Mon Apr  9 12:52:15 2012
New Revision: 33685
URL: https://nixos.org/websvn/nix/?rev=33685&sc=1

Log:
* Disable two jobs that don't evaluate.

Modified:
   nixos/trunk/release.nix

Modified: nixos/trunk/release.nix
==============================================================================
--- nixos/trunk/release.nix     Mon Apr  9 12:49:03 2012        (r33684)
+++ nixos/trunk/release.nix     Mon Apr  9 12:52:15 2012        (r33685)
@@ -182,6 +182,7 @@
       module = ./modules/installer/cd-dvd/system-tarball-pc.nix;
     };
 
+    /*
     system_tarball_fuloong2f =
       assert builtins.currentSystem == "mips64-linux";
       makeSystemTarball {
@@ -193,6 +194,7 @@
       makeSystemTarball {
         module = ./modules/installer/cd-dvd/system-tarball-sheevaplug.nix;
       } { system = "armv5tel-linux"; };
+    */
 
 
     tests =
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to