Daniel Jacobs <daniel.jacobs@nokia.com> [Wed, 20 Jan 2010 13:46:39 +0000] rev 143
Correct problems in raptorinstallermaker.py: ensure missing directories' names are printed rather than %s when checking Win32 support directory, and remove final reliance on SBS_HOME environment variable (use only the value passed to the -s switch).
Daniel Jacobs <daniel.jacobs@nokia.com> [Wed, 20 Jan 2010 13:31:03 +0000] rev 142
Update Windows installation script to put Python 2.6.4 into the Windows installer.
Richard Taylor <richard.i.taylor@nokia.com> [Tue, 19 Jan 2010 14:28:16 +0000] rev 141
release: fix for ARM9E + ARMV5 pre-processing confusion
Richard Taylor <richard.i.taylor@nokia.com> [Tue, 19 Jan 2010 13:31:28 +0000] rev 140
variant platform test
Richard Taylor <richard.i.taylor@nokia.com> [Mon, 18 Jan 2010 14:33:29 +0000] rev 139
catch up
Richard Taylor <richard.i.taylor@nokia.com> [Mon, 18 Jan 2010 14:28:09 +0000] rev 138
fix for ARM9E + ARMV5 preprocessing confusion
raptorbot <raptorbot@systemstesthead.symbian.intra> [Mon, 18 Jan 2010 20:59:13 +0000] rev 137
Test fixes for whatcomp test: Deal with slashes correctly. Use Python 264.
raptorbot <raptorbot@systemstesthead.symbian.intra> [Mon, 18 Jan 2010 19:33:31 +0000] rev 136
Tab/space problem
raptorbot <raptorbot@systemstesthead.symbian.intra> [Mon, 18 Jan 2010 19:20:12 +0000] rev 135
Elimitate those testing messups that result from the case of the drive letter in SBS_HOME or EPOCROOT
raptorbot <raptorbot@systemstesthead.symbian.intra> [Mon, 18 Jan 2010 17:09:57 +0000] rev 134
Use '' to protect backslashes in arguments rather than escaping. For parallel parsing.
raptorbot <raptorbot@systemstesthead.symbian.intra> [Mon, 18 Jan 2010 17:04:24 +0000] rev 133
In epocroot handling make windows the exceptional case because it is, use os.sep.
raptorbot <raptorbot@systemstesthead.symbian.intra> [Mon, 18 Jan 2010 17:03:32 +0000] rev 132
filter and wilterwhatcomp cosmetic (style) fixes.
raptorbot <raptorbot@systemstesthead.symbian.intra> [Mon, 18 Jan 2010 16:40:22 +0000] rev 131
Merge
raptorbot <raptorbot@systemstesthead.symbian.intra> [Mon, 18 Jan 2010 16:39:52 +0000] rev 130
fix: add .stderr dumfile to log *after* make engine has exited.
timothy.murphy@nokia.com [Mon, 18 Jan 2010 16:15:37 +0000] rev 129
Merge
raptorbot <raptorbot@systemstesthead.symbian.intra> [Mon, 18 Jan 2010 00:22:30 +0000] rev 128
Make TEM targets more unique to avoid problems building armv5 and arm9e
raptorbot <raptorbot@systemstesthead.symbian.intra> [Sun, 17 Jan 2010 23:00:39 +0000] rev 127
Merge
raptorbot <raptorbot@systemstesthead.symbian.intra> [Sun, 17 Jan 2010 22:59:11 +0000] rev 126
Merge error fixes with filterwhat stuff
timothy.murphy@nokia.com [Sun, 17 Jan 2010 22:11:50 +0000] rev 125
remove fluff
timothy.murphy@nokia.com [Sun, 17 Jan 2010 20:52:46 +0000] rev 124
sbs_filter: Fix so that return code is 0 on success (was always 1)
filter_whatcomp: add a test for this
timothy.murphy@nokia.com [Sun, 17 Jan 2010 19:47:29 +0000] rev 123
Merge filter_whatcomp improvements in.
raptorbot <raptorbot@systemstesthead.symbian.intra> [Sun, 17 Jan 2010 15:44:38 +0000] rev 122
Protect some parameters from bash, e.g. ";" and "\"
raptorbot <raptorbot@systemstesthead.symbian.intra> [Sat, 16 Jan 2010 00:01:04 +0000] rev 121
Stderr to a file - avoid xml problems in error messages.
timothy.murphy@nokia.com [Mon, 18 Jan 2010 16:11:37 +0000] rev 120
Richard's fix for combined ARM9e/ARMv5 builds
timothy.murphy@nokia.com [Fri, 15 Jan 2010 20:20:21 +0000] rev 119
Prevern Path and PATH variables from messing things up
timothy.murphy@nokia.com [Fri, 15 Jan 2010 20:19:26 +0000] rev 118
Put stderr into separate log file
raptorbot <raptorbot@systemstesthead.symbian.intra> [Fri, 18 Dec 2009 19:57:42 +0000] rev 117
Don't mess around with EPOCROOT until actually entering raptor so we know what the original was
Put the original epocroot back on the front of the whatcomp output. This allows what output to be
either relative or absolute depending on what your epocroot is.
timothy.murphy@nokia.com [Fri, 18 Dec 2009 18:36:35 +0000] rev 116
Release notes. Also remember to add FilterCheck
timothy.murphy@nokia.com [Fri, 18 Dec 2009 18:19:11 +0000] rev 115
Cause whatcomp output to use the incoming epocroot value. i.e. if epocroot is relative then so is the what output.
e.g. if EPOCROOT=\ then the output will be of the form "\epoc32\release\armv5\...." If it's "..\myepocroot" then the output will be "..\myepocroot\epoc32\release\armv5". If it's absolute then the what output will also be absolute.
timothy.murphy@nokia.com [Wed, 16 Dec 2009 15:25:49 +0000] rev 114
Strip epocroot off whatcomp filter output.