diff -r cb50a5d37880 -r 09e24be89e4b common/tools/analysis/analyse_components.pl --- a/common/tools/analysis/analyse_components.pl Wed Jun 17 15:45:58 2009 +0100 +++ b/common/tools/analysis/analyse_components.pl Wed Jun 17 16:59:24 2009 +0100 @@ -178,7 +178,7 @@ # Write the summary log open(OUTPUT,">PkgComponentAnalysisSummary.csv") or die "Error: Couldn't open PkgComponentAnalysisSummary.csv for writing\n"; -print OUTPUT "Source Path (from Sources.csv), License, BldFile (from whatlog), Package Name, Component Name\n"; +print OUTPUT "Source Path (from Sources.csv), License, BldFile (from whatlog), Status, Package Name, Component Name\n"; print OUTPUT @uniq; close(OUTPUT); close(WHATLOG);