equal
deleted
inserted
replaced
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 |