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
Shabe Razvi <shaber@symbian.org> [Wed, 06 May 2009 17:04:20 +0100] rev 110
Make use of <hlm:fastcopy> taskdef to speed up copying of RnD binary tree.
Shabe Razvi <shaber@symbian.org> [Wed, 06 May 2009 12:22:04 +0100] rev 109
Make RnD merge conditional, only on discovery of rnd binary tree
Shabe Razvi <shaber@symbian.org> [Tue, 05 May 2009 16:32:16 +0100] rev 108
Add merge of RnD binaries into epoc32 tree as HLM target. Also create empty sources.csv and baseline.txt files if source sync/get baseline is disabled.
Simon Howkins <simonh@symbian.org> [Tue, 05 May 2009 14:21:55 +0100] rev 107
Improved zip template generation script, to take a third argument for the required location of the output file.
Updated build script to supply third argument.
Standardised indentation in build.xml - 4 columns; no tabs.
Simon Howkins <simonh@symbian.org> [Tue, 05 May 2009 13:26:31 +0100] rev 106
Fix the generation of the binary zip, so epoc32/include is zipped, but epoc32/build is not.
Simon Howkins <simonh@symbian.org> [Tue, 05 May 2009 13:20:00 +0100] rev 105
Exclude the .hg repository directories from the packaged src.
ThomasE@UK-ThomasE.symbian.int [Fri, 01 May 2009 15:07:37 +0100] rev 104
Added RnD binaries support in PRE-BUILD stage.
ThomasE@UK-ThomasE.symbian.int [Fri, 01 May 2009 14:06:09 +0100] rev 103
Fixed ant syntax from previous commit.
ThomasE@UK-ThomasE.symbian.int [Fri, 01 May 2009 12:16:25 +0100] rev 102
Implemented the "sf.spec.baseline.clean" switch.
Shabe Razvi <shaber@symbian.org> [Thu, 30 Apr 2009 16:09:08 +0100] rev 101
Strip drive and dir root from listing
Shabe Razvi <shaber@symbian.org> [Thu, 30 Apr 2009 10:00:16 +0100] rev 100
Exclude epoc32/build to stop intermediate obj files from being packaged
Shabe Razvi <shaber@symbian.org> [Wed, 29 Apr 2009 17:39:06 +0100] rev 99
Include epl/sfl category in zipfile name
Shabe Razvi <shaber@symbian.org> [Wed, 29 Apr 2009 15:11:24 +0100] rev 98
Add missing </if>
Shabe Razvi <shaber@symbian.org> [Wed, 29 Apr 2009 15:02:21 +0100] rev 97
1. Run Packaging src at start and bin at end of build.
2. Make src/bin packaging configurable.
Shabe Razvi <shaber@symbian.org> [Wed, 29 Apr 2009 14:39:49 +0100] rev 96
Add first cut of packaging solution
shaber@UK-SHABER [Wed, 29 Apr 2009 10:51:22 +0100] rev 95
If found then export cli_build_error.log to logs directory
shaber@UK-SHABER [Tue, 28 Apr 2009 17:43:37 +0100] rev 94
Remove old s60 bldmelast step and replace with call to generate cenrep files.
ShabeR@UK-SHABER [Mon, 27 Apr 2009 16:26:56 +0100] rev 93
Include --check on CLEAN and also remove S60_bldmelast configuration. It didnt work anyway as s60cli.exe is not present.
BuildAdmin@LON-ENGBUILD87 [Wed, 22 Apr 2009 12:18:10 +0100] rev 92
Fix generated sysdef filename and also remove erroneous comment
BuildAdmin@LON-ENGBUILD87 [Tue, 21 Apr 2009 17:47:19 +0100] rev 91
Make BOM identify thread safe
ShabeR@UK-SHABER [Tue, 21 Apr 2009 16:45:39 +0100] rev 90
Fix missing <if> typo
ShabeR@UK-SHABER [Tue, 21 Apr 2009 15:10:35 +0100] rev 89
Remove GenXML filtering and merge as platform System Model xml files should now be complete
ShabeR@UK-SHABER [Mon, 20 Apr 2009 17:27:16 +0100] rev 88
Add intersection target to FBF
ShabeR@UK-SHABER [Mon, 20 Apr 2009 16:26:33 +0100] rev 87
Add intersection option for difflist.pl
ShabeR@UK-SHABER [Thu, 16 Apr 2009 12:14:09 +0100] rev 86
Correct source and target diff files
Dario Sestito <darios@symbian.org> [Wed, 20 May 2009 14:26:55 +0100] rev 85
Disabled tagging after build by changing default value to false
Dario Sestito <darios@symbian.org> [Wed, 20 May 2009 14:25:38 +0100] rev 84
Changed PDK and filter options to get PDK_candidate_1 binaries
dario [Mon, 18 May 2009 18:44:20 +0100] rev 83
Made smoketest optional
dario [Mon, 18 May 2009 16:11:36 +0100] rev 82
Changing default value of sf.spec.smoketest.enable to false
dario [Thu, 14 May 2009 15:22:51 +0100] rev 81
New version of make_junction.pl
dario [Wed, 13 May 2009 13:59:56 +0100] rev 80
First drop of smoketest support
dario [Thu, 07 May 2009 12:06:21 +0100] rev 79
Setting sf.spec.logs.raptorfilter.enable by default to true, as this will enable the full log and also the scanlog html report in the build results
dario [Thu, 07 May 2009 11:31:35 +0100] rev 78
Reimplemented --check as the previous version didn't work (also most of the arguments are parameterized now)
dario [Wed, 06 May 2009 18:02:34 +0100] rev 77
Doing WHAT with .whatlog. Added check with an exec task (some arguments are not parameterized).
dario [Wed, 06 May 2009 15:21:22 +0100] rev 76
added whatlog and check
dario [Wed, 06 May 2009 13:16:49 +0100] rev 75
Changed default location for logs/results to \\sym-build01\f$\SF_builds
dario [Wed, 06 May 2009 10:58:02 +0100] rev 74
Changed common default for sf.spec.systemdefinition.assemble to false
dario [Tue, 05 May 2009 15:27:03 +0100] rev 73
Changed location of PDK to \\lon-engbuild87\d$\PDK\PDK_candidate_0
dario [Mon, 27 Apr 2009 19:44:20 +0100] rev 72
Changed --check to CHECK to see if it works
dario [Mon, 27 Apr 2009 19:39:09 +0100] rev 71
Given a dummy value to the configuration list
dario [Mon, 27 Apr 2009 19:29:53 +0100] rev 70
Added check stage
dario [Mon, 27 Apr 2009 19:27:53 +0100] rev 69
Merge
dario [Mon, 27 Apr 2009 19:21:13 +0100] rev 68
Changed package-common method of baseline retrieval
dario [Mon, 27 Apr 2009 19:19:55 +0100] rev 67
Changed package-common location of baseline to \\lon-engbuild98\d$\GRACE\PDK_20090401
dario [Mon, 27 Apr 2009 19:05:47 +0100] rev 66
Overridden gernate-layers, so that sysdef file is not filtered
dario [Mon, 27 Apr 2009 17:58:07 +0100] rev 65
The prefix "hlm" for element "hlm:argSet" was not bound.
dario [Mon, 27 Apr 2009 17:54:20 +0100] rev 64
Changes to support clean check and avoid filtering the logs
BuildAdmin@LON-ENGBUILD89 [Wed, 22 Apr 2009 12:48:50 +0100] rev 63
Download of "emu" and "patch" baseline zips common to all packages
DarioS@UK-DarioS.symbian.int [Wed, 15 Apr 2009 16:46:01 +0100] rev 62
Catchup from main repo
ShabeR@UK-SHABER [Wed, 15 Apr 2009 14:15:35 +0100] rev 61
1. Update list and delta targets
2. Add WHAT target
3. Make raptor filter configurable
ShabeR@UK-SHABER [Tue, 14 Apr 2009 17:44:14 +0100] rev 60
Add tools to create file tree deltas and integrate them into build f/w
ShabeR@UK-SHABER [Thu, 09 Apr 2009 15:12:09 +0100] rev 59
Update to allow foundation model build in single step
ShabeR@UK-SHABER [Tue, 07 Apr 2009 16:23:11 +0100] rev 58
Add sf-zip-logs target to be run before sf-postbuild. Packages logs in zipfile for easy transfer.