[Fai-commit] r4891 - people/michael/features/setup_harddisks_2/implementation/lib

mt at alioth.debian.org mt at alioth.debian.org
Fri May 9 13:27:33 UTC 2008


Author: mt
Date: 2008-05-09 13:27:32 +0000 (Fri, 09 May 2008)
New Revision: 4891

Modified:
   people/michael/features/setup_harddisks_2/implementation/lib/commands.pm
Log:
I fail to see the error, added more debugging


Modified: people/michael/features/setup_harddisks_2/implementation/lib/commands.pm
===================================================================
--- people/michael/features/setup_harddisks_2/implementation/lib/commands.pm	2008-05-09 13:13:12 UTC (rev 4890)
+++ people/michael/features/setup_harddisks_2/implementation/lib/commands.pm	2008-05-09 13:27:32 UTC (rev 4891)
@@ -1005,6 +1005,7 @@
   print "last added: " . $FAI::commands{$FAI::n_c_i - 1}{pre} . "\n";
   print "last added: " . $FAI::commands{$FAI::n_c_i - 1}{post} . "\n";
   while ($i < $FAI::n_c_i) {
+    print "I:$i N_C_I:" . $FAI::n_c_i . "\n";
     my $all_matched = 1;
     foreach (split(/,/, $FAI::commands{$i}{pre})) {
       next if scalar(grep(m{^$_$}, @pre_deps));




More information about the Fai-commit mailing list