Author: eelco
Date: Wed Apr 18 14:17:09 2012
New Revision: 33829
URL: https://nixos.org/websvn/nix/?rev=33829&sc=1

Log:
* Enable the GRUB 1 installer test.

Modified:
   nixos/trunk/release.nix

Modified: nixos/trunk/release.nix
==============================================================================
--- nixos/trunk/release.nix     Wed Apr 18 14:14:58 2012        (r33828)
+++ nixos/trunk/release.nix     Wed Apr 18 14:17:09 2012        (r33829)
@@ -206,18 +206,19 @@
         bittorrent = t.bittorrent.test;
         firefox = t.firefox.test;
         firewall = t.firewall.test;
+        installer.grub1 = t.installer.grub1.test;
         installer.lvm = t.installer.lvm.test;
+        installer.rebuildCD = t.installer.rebuildCD.test;
         installer.separateBoot = t.installer.separateBoot.test;
         installer.simple = t.installer.simple.test;
         installer.simple_64 = t_64.installer.simple.test;
         installer.swraid = t.installer.swraid.test;
-        installer.rebuildCD = t.installer.rebuildCD.test;
         ipv6 = t.ipv6.test;
         kde4 = t.kde4.test;
         login = t.login.test;
         mpich = t.mpich.test;
-       mysql = t.mysql.test;
-       mysql_replication = t.mysql_replication.test;
+        mysql = t.mysql.test;
+        mysql_replication = t.mysql_replication.test;
         nat = t.nat.test;
         nfs = t.nfs.test;
         openssh = t.openssh.test;
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to