common/tools/analysis/analyse_components.pl
changeset 160 09e24be89e4b
parent 145 430173497dd4
equal deleted inserted replaced
159:cb50a5d37880 160:09e24be89e4b
   176 }
   176 }
   177 
   177 
   178 
   178 
   179 # Write the summary log
   179 # Write the summary log
   180 open(OUTPUT,">PkgComponentAnalysisSummary.csv") or die "Error: Couldn't open PkgComponentAnalysisSummary.csv for writing\n";
   180 open(OUTPUT,">PkgComponentAnalysisSummary.csv") or die "Error: Couldn't open PkgComponentAnalysisSummary.csv for writing\n";
   181 print OUTPUT "Source Path (from Sources.csv), License, BldFile (from whatlog), Package Name, Component Name\n"; 
   181 print OUTPUT "Source Path (from Sources.csv), License, BldFile (from whatlog), Status, Package Name, Component Name\n"; 
   182 print OUTPUT @uniq;
   182 print OUTPUT @uniq;
   183 close(OUTPUT);
   183 close(OUTPUT);
   184 close(WHATLOG);
   184 close(WHATLOG);
   185 
   185 
   186 # Status statistics
   186 # Status statistics