Wed, 10 Jun 2009 12:35:58 +0100 find_collisions.pl - removed unused command-line argument from script to tidy things up.
Matt Davies <mattd@symbian.org> [Wed, 10 Jun 2009 12:35:58 +0100] rev 147
find_collisions.pl - removed unused command-line argument from script to tidy things up.
Wed, 10 Jun 2009 12:34:20 +0100 parsewhatlog.pl - regex bug fix for raptor 2.7.2
Matt Davies <mattd@symbian.org> [Wed, 10 Jun 2009 12:34:20 +0100] rev 146
parsewhatlog.pl - regex bug fix for raptor 2.7.2
Tue, 09 Jun 2009 16:12:42 +0100 Reorder the PkgComponentAnalysisSummary.csv columns, and change "KO" to "Bad".
William Roberts <williamr@symbian.org> [Tue, 09 Jun 2009 16:12:42 +0100] rev 145
Reorder the PkgComponentAnalysisSummary.csv columns, and change "KO" to "Bad".
Tue, 09 Jun 2009 15:03:57 +0100 Remove files that are not in test package
Shabe Razvi <shaber@symbian.org> [Tue, 09 Jun 2009 15:03:57 +0100] rev 144
Remove files that are not in test package
Mon, 08 Jun 2009 15:59:51 +0100 Merge changes
Shabe Razvi <shaber@symbian.org> [Mon, 08 Jun 2009 15:59:51 +0100] rev 143
Merge changes
Mon, 08 Jun 2009 15:58:51 +0100 Add <sf-getenv-tools> target to unpack tools baseline and also <sf-build-smoketestpkg> to create smoketest package to be sent to ATS3 server
Shabe Razvi <shaber@symbian.org> [Mon, 08 Jun 2009 15:58:51 +0100] rev 142
Add <sf-getenv-tools> target to unpack tools baseline and also <sf-build-smoketestpkg> to create smoketest package to be sent to ATS3 server
Thu, 04 Jun 2009 16:08:42 +0100 Add MD5 creation
Shabe Razvi <shaber@symbian.org> [Thu, 04 Jun 2009 16:08:42 +0100] rev 141
Add MD5 creation
Wed, 10 Jun 2009 18:22:32 +0100 Added yarp to the post-build analysis
Dario Sestito <darios@symbian.org> [Wed, 10 Jun 2009 18:22:32 +0100] rev 140
Added yarp to the post-build analysis
Thu, 04 Jun 2009 11:41:08 +0100 Fixed typo. $-sign should have been &
Mike Kinghan <mikek@symbian.org> [Thu, 04 Jun 2009 11:41:08 +0100] rev 139
Fixed typo. $-sign should have been &
Wed, 03 Jun 2009 18:30:15 +0100 Added yarp.pl - (Yet Another Raptor Parser) and dump_recipe_at_line.pl
Matt Davies <mattd@symbian.org> [Wed, 03 Jun 2009 18:30:15 +0100] rev 138
Added yarp.pl - (Yet Another Raptor Parser) and dump_recipe_at_line.pl Usage for yarp.pl: perl yarp.pl <compile_log> <output_csv> Usage for dump_recipe_at_line.pl: perl dump_recipe_at_line.pl <compile_log> <line|line_list_file> The idea of dump_recipe_at_line.pl is so you can take a column of line numbers from the CSV created by yarp and see what happened (without having to open the 300MB file) with a single column: ... 226242 ... you get: ... 226242 <recipe name blah blah blah... ... With two columns in the file, you can have some more readable output: ... 226242 m:/sf/mw/classicui/group/bld.inf ... you get: ... m:/sf/mw/classicui/group/bld.inf(226242): <recipe name blah blah blah... ...
(0) -100 -10 +10 +100 +300 +1000 tip