Dario Sestito <darios@symbian.org> [Thu, 18 Jun 2009 09:11:23 +0100] rev 170
Added yarp to diamonds publishing
Dario Sestito <darios@symbian.org> [Mon, 15 Jun 2009 15:39:34 +0100] rev 169
Initial implementation of publishing to Diamonds
Dario Sestito <darios@symbian.org> [Fri, 12 Jun 2009 11:44:06 +0100] rev 168
Catchup from platform build config
Dario Sestito <darios@symbian.org> [Wed, 10 Jun 2009 18:22:32 +0100] rev 167
Added yarp to the post-build analysis
Dario Sestito <darios@symbian.org> [Fri, 12 Jun 2009 11:39:59 +0100] rev 166
Changed location of PDK
Dario Sestito <darios@symbian.org> [Wed, 10 Jun 2009 16:03:20 +0100] rev 165
Changed location of source code to point to v800008.ad-sfpd.intra
Dario Sestito <darios@symbian.org> [Tue, 09 Jun 2009 16:53:42 +0100] rev 164
Catchup from platform build config
Mike Kinghan <mikek@symbian.org> [Thu, 04 Jun 2009 11:41:08 +0100] rev 163
Fixed typo. $-sign should have been &
Matt Davies <mattd@symbian.org> [Wed, 03 Jun 2009 18:30:15 +0100] rev 162
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...
...
Louis Henry Nayegon <louisn@symbian.org> [Wed, 03 Jun 2009 13:16:48 +0100] rev 161
Catch up
Louis Henry Nayegon <louisn@symbian.org> [Wed, 03 Jun 2009 13:11:13 +0100] rev 160
Add perl script to build test zip
Remove unwanted files for smoke test
Mike Kinghan <mikek@symbian.org> [Wed, 03 Jun 2009 11:26:23 +0100] rev 159
merge
Mike Kinghan <mikek@symbian.org> [Wed, 03 Jun 2009 11:21:24 +0100] rev 158
Comments and code tidying for ats3_testdrop.pl
Adding new ATS support script ats_specialise_test_drop.pl
Louis Henry Nayegon <louisn@symbian.org> [Wed, 03 Jun 2009 11:03:38 +0100] rev 157
.xml missing from file names
Add option to exclude header/library BC static checking
Simon Howkins <simonh@symbian.org> [Tue, 02 Jun 2009 12:43:57 +0100] rev 156
File was rendered obsolete a long time ago
thomase [Mon, 01 Jun 2009 17:19:32 +0100] rev 155
Added analyse_components.pl and related call to build.xml
Modified merge_csv.pl to use "7za" instead of "7z"
Shabe Razvi <shaber@symbian.org> [Mon, 01 Jun 2009 17:05:47 +0100] rev 154
Remove duplicates from rebuiltok list
Matt Davies <mattd@symbian.org> [Fri, 29 May 2009 17:48:39 +0100] rev 153
catchup merge
Matt Davies <mattd@symbian.org> [Fri, 29 May 2009 17:47:08 +0100] rev 152
adding merge_csv_orphans.pl Untrusted at the moment
Matt Davies <mattd@symbian.org> [Fri, 29 May 2009 17:46:02 +0100] rev 151
Added merge_csv_orphans.pl - Would just change merge_csv.pl but I've been hacking and don't trust it yet.
Shabe Razvi <shaber@symbian.org> [Fri, 29 May 2009 17:44:49 +0100] rev 150
Merge to default branch
Shabe Razvi <shaber@symbian.org> [Fri, 29 May 2009 17:44:02 +0100] rev 149
Exclude list of things from RnD unpack that we know we can build
Louis Henry Nayegon <louisn@symbian.org> [Fri, 29 May 2009 15:16:17 +0100] rev 148
merge - catch up
Louis Henry Nayegon <louisn@symbian.org> [Fri, 29 May 2009 15:13:32 +0100] rev 147
Add optiona BC checking to build process
Matt Davies <mattd@symbian.org> [Fri, 29 May 2009 14:58:58 +0100] rev 146
Merge of change to merge_csv.pl change. Caused by moving of the Repo: No files changed.
Matt Davies <mattd@symbian.org> [Fri, 29 May 2009 14:45:54 +0100] rev 145
merge_csv.pl - Added an optional post-build rnd zip argument which adds a timestamp field to the CSV. Requires '7z' not '7za'.
Louis Henry Nayegon <louisn@symbian.org> [Fri, 29 May 2009 13:17:14 +0100] rev 144
Add ats local winscw device
Add tool to build ats amoketest package
darios@symbian.org [Fri, 29 May 2009 17:20:47 +0100] rev 143
Catchup from default config
Louis Henry Nayegon <louisn@symbian.org> [Fri, 29 May 2009 08:46:24 +0100] rev 142
Remove abld.bat - generated during build
Louis Henry Nayegon <louisn@symbian.org> [Fri, 29 May 2009 08:10:47 +0100] rev 141
merge - catch up
Louis Henry Nayegon <louisn@symbian.org> [Fri, 29 May 2009 08:07:21 +0100] rev 140
Add first draft of smoketests
Shabe Razvi <shaber@symbian.org> [Thu, 28 May 2009 16:01:09 +0100] rev 139
Use 7za not 7z as this is what is available on build machines
Shabe Razvi <shaber@symbian.org> [Thu, 28 May 2009 15:55:27 +0100] rev 138
Merge to default branch
Shabe Razvi <shaber@symbian.org> [Thu, 28 May 2009 15:53:26 +0100] rev 137
Move analysis after packaging
Mike Kinghan <mikek@symbian.org> [Thu, 28 May 2009 14:55:09 +0100] rev 136
Adding license boilerplate to perl scripts.
Shabe Razvi <shaber@symbian.org> [Wed, 27 May 2009 14:12:36 +0100] rev 135
Add zip tool to support postbuild RnD packaging.
Shabe Razvi <shaber@symbian.org> [Wed, 27 May 2009 14:11:37 +0100] rev 134
Add postbuild RnD packaging. Add .whatlog to os tools build.
Shabe Razvi <shaber@symbian.org> [Tue, 26 May 2009 17:02:52 +0100] rev 133
Merge changes to default branch
Shabe Razvi <shaber@symbian.org> [Tue, 26 May 2009 17:00:51 +0100] rev 132
Unpack actual RnD zips rather than fastcopy. Add build collisions tool to <sf-run-analysis> target.
Simon Howkins <simonh@symbian.org> [Tue, 26 May 2009 12:42:51 +0100] rev 131
Added license header
Simon Howkins <simonh@symbian.org> [Tue, 26 May 2009 11:51:53 +0100] rev 130
Merge
Simon Howkins <simonh@symbian.org> [Tue, 26 May 2009 11:51:10 +0100] rev 129
Added filter to exclude Hg control files from package zips.
Mike Kinghan <mikek@symbian.org> [Tue, 26 May 2009 11:39:48 +0100] rev 128
Fixed minor bug in ats3_testdrop.pl: Quote marks within quotation needed to be escaped.
Shabe Razvi <shaber@symbian.org> [Wed, 20 May 2009 11:56:26 +0100] rev 127
Disable hg tagging by default
Shabe Razvi <shaber@symbian.org> [Wed, 20 May 2009 10:32:51 +0100] rev 126
Fix test property typos
Shabe Razvi <shaber@symbian.org> [Tue, 19 May 2009 17:40:43 +0100] rev 125
Fix populateziptemplate.pl to work with new repo structure
Matt Davies <mattd@symbian.org> [Tue, 19 May 2009 16:12:17 +0100] rev 124
Added find_collisions.pl Updated the readme.txt for instructions.
Matt Davies <mattd@symbian.org> [Tue, 19 May 2009 16:02:09 +0100] rev 123
parselistdirs.pl - fixed export scanning and added output path for logs.
- 'uptodate' export scanning looks in all logs, not just 'clean' ones.
- Exported is a new group, and those exports have been removed form other groups.
- Logs output path flexiblility improved - The following are now the same:
I:\logs\generated>perl parselistdirs.pl ..\ >list_results.log
I:\>perl logs\generated\parselistdirs.pl logs\ logs\generated\ >logs\generated\list_results.log
Shabe Razvi <shaber@symbian.org> [Tue, 19 May 2009 14:51:44 +0100] rev 122
Add ATS test client target <sf-send-testpkg> to default configuration. Default is off.
Shabe Razvi <shaber@symbian.org> [Mon, 18 May 2009 11:39:37 +0100] rev 121
Merge updates from master
Shabe Razvi <shaber@symbian.org> [Mon, 18 May 2009 11:37:55 +0100] rev 120
Add build analysis tools to <sf-run-analysis> target. All output generated in <logs>\analysis dir.
ThomasE@UK-ThomasE.symbian.int [Wed, 13 May 2009 17:39:47 +0100] rev 119
Fixed "zip.cfg.xml.ftl.template" to use "oss" and not "epl" in the configuration name.
ThomasE@UK-ThomasE.symbian.int [Wed, 13 May 2009 16:26:20 +0100] rev 118
Merge with previous modifications.
ThomasE@UK-ThomasE.symbian.int [Wed, 13 May 2009 16:25:14 +0100] rev 117
Modified populateziptemplate.pl to use "oss" instead of "epl" keyword.
Shabe Razvi <shaber@symbian.org> [Wed, 13 May 2009 13:50:18 +0100] rev 116
Exclude .hg repositories from epoc32 merge
Shabe Razvi <shaber@symbian.org> [Tue, 12 May 2009 17:12:39 +0100] rev 115
Exclude *.sym files from binary packaging
Shabe Razvi <shaber@symbian.org> [Tue, 12 May 2009 14:47:47 +0100] rev 114
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools
Simon Howkins <simonh@symbian.org> [Mon, 11 May 2009 17:31:24 +0100] rev 113
Removed obsolete variable (@includes).
Moved remaining code round so that an XML entry is created even if there are no local files detected. (Ie same approach as src repositories.)
Simon Howkins <simonh@symbian.org> [Mon, 11 May 2009 13:48:11 +0100] rev 112
Copy Text::CSV module into source and change to use it, as we can't rely on it appearing in the Perl library when Perl 5.6.1 is installed.
Shabe Razvi <shaber@symbian.org> [Thu, 07 May 2009 14:49:42 +0100] rev 111
Package RnD binaries from rnd root location to reduce size of include list