common/build.xml
Mon, 12 Oct 2009 14:20:56 +0100 Simon Howkins Ensured build environment is always compared with expected environment, whether or not it would abort the build because of it. PDK_3.0.d
Wed, 25 Nov 2009 14:14:19 +0000 Arnaud Lenoir Removed code for building ROMs (now done by Raptor) but added code for publishing ROM building logs.
Mon, 12 Oct 2009 17:27:48 +0100 Simon Howkins Removed unnecessary dependencies, to untangle the dependency graph a little.
Mon, 19 Oct 2009 17:55:16 +0100 Shabe Razvi Add sf-rombuild target to build ROMs. Backout ARM license check suppression.
Fri, 16 Oct 2009 15:52:33 +0100 Simon Howkins Updated throughout to use the "temp_build_files" dir on the build drive rather than the "generated" directory in the fbf source tree.
Fri, 16 Oct 2009 15:06:40 +0100 Simon Howkins Replaced <available> check with an <uptodate> check, to greatly help people working
Fri, 16 Oct 2009 14:33:15 +0100 MattD Major packaging change to work around parallel calls - stopped zipping targets from having direct dependency on 'sf-preprocess-package-config', and instead have 'sf-zip-content' call 'sf-preprocess-package-config' if needed. Changed 'sf-prep' to call a target that wipes out the 'generated' directory. It's not perfect but it gets us going again.
Tue, 13 Oct 2009 17:53:22 +0100 Dario Sestito Make csvToSysDef.pl work with codelines different than 3k
Wed, 07 Oct 2009 15:31:08 +0100 Simon Howkins Added copy to copy the XSL so it's available if ever an XML is generated there.
Wed, 07 Oct 2009 11:06:27 +0100 Simon Howkins Created a dedicated sf-log-to-brag target so it can take care of the commonality of the task, including the creation of the directory for XML output.
Fri, 09 Oct 2009 17:01:52 +0100 MattD Modified sf-check-missing-os-files to deal with 'sf.os.compile.iterate' property. Added new target 'sf-compile-options' for setting the gmake sbs compile option, and added it as a dep for the compile targets.
Thu, 08 Oct 2009 14:50:14 +0100 Dario Sestito Make sf.spec.job.codeline the publishing category
Wed, 07 Oct 2009 14:29:43 +0100 MattD catchup merge
Wed, 07 Oct 2009 14:12:03 +0100 MattD sf-check-env - Fixed typo causing build to always halt if 'sf.suppress.buildenv.check' isn't set.
Wed, 07 Oct 2009 12:16:14 +0100 Simon Howkins Added work-around for the QEMU package whilst it's still in an interim location, but we want to release it in a PDK.
Tue, 06 Oct 2009 18:43:10 +0100 MattD sf-preprocess-package-config - fix for another BRAG step that presumes that "${build.log.dir}/summary" exists.
Tue, 06 Oct 2009 18:08:40 +0100 MattD sf-check-env - Adding mkdir for BRAG output file.
Tue, 06 Oct 2009 17:52:59 +0100 MattD sf-prep - Partial Revert of changeset aa36fa431e3d - 'Added processing of the BuildEnvironmentCheck for BRAG purposes.' as we need 'sf-check-env' to be optional with 'sf.suppress.buildenv.check' variable.
Tue, 06 Oct 2009 15:11:25 +0100 Simon Howkins Added processing of the BuildEnvironmentCheck for BRAG purposes.
Tue, 06 Oct 2009 14:41:22 +0100 Simon Howkins Parse log generated during proprocessing of zip config, so it gets included in BRAG analysis.
Tue, 06 Oct 2009 14:02:04 +0100 Dario Sestito Merge
Tue, 06 Oct 2009 13:50:26 +0100 Dario Sestito Upload codeline and sf.spec.diamonds.tag as Diamonds tags
Tue, 06 Oct 2009 11:58:10 +0100 Simon Howkins Sorted out misalignment between capture of diamonds build id and its re-use.
Mon, 05 Oct 2009 18:24:50 +0100 Dario Sestito Merge
Mon, 05 Oct 2009 18:23:03 +0100 Dario Sestito Reviewed build category and tags
Mon, 05 Oct 2009 18:22:28 +0100 Simon Howkins Save the diamonds build ID in a file as soon as it is generated.
Mon, 21 Sep 2009 13:42:37 +0100 Simon Howkins Bug 365 build-info.xml - BOM for config & project in different format to sources
Mon, 21 Sep 2009 13:20:20 +0100 Simon Howkins Removed conditional around the creation of the build-info.xml - no reason to not do this just because it won't be published later.
Mon, 21 Sep 2009 11:33:39 +0100 Simon Howkins Bug 365 build-info.xml - BOM for config & project in different format to sources
Thu, 17 Sep 2009 13:46:25 +0100 Simon Howkins Fixed RnD content unpacking to ensure that only i9tems in the epoc32 tree are unpacked.
Thu, 17 Sep 2009 12:11:47 +0100 Simon Howkins Fixed the initial population of the epoc32 tree with rnd bins to deal
Wed, 16 Sep 2009 10:27:29 +0100 Simon Howkins Bug 350 RnD binary zips missing all content outside epoc32 tree
Mon, 14 Sep 2009 15:47:06 +0100 royt ATS target made.
Fri, 11 Sep 2009 13:42:15 +0100 Dario Sestito Set Diamonds category to <job name>_<codeline>
Tue, 08 Sep 2009 16:26:32 +0100 Simon Howkins Removed unnecessary target. PDK_2.0.e
Tue, 08 Sep 2009 15:29:22 +0100 Shabe Razvi Restructure sf-prebuild to ensure that sf-build-all doesnt invoke sf-prep.
Fri, 04 Sep 2009 17:44:01 +0100 Simon Howkins Separated download of baselines, syncing of source and "diamondizing" the BOM into completely separate targets.
Fri, 04 Sep 2009 17:41:59 +0100 Simon Howkins Moved tasks for generating config and project BOMs into their own target so they can be tested independently, and simplified them slightly also.
Fri, 04 Sep 2009 17:38:56 +0100 Simon Howkins Updated the mechanism for the conditional execution of sf-diamods-tag-build
Thu, 03 Sep 2009 11:35:26 +0100 royt changed test section
Wed, 02 Sep 2009 17:38:17 +0100 Shabe Razvi Add dependency for sf-prep on sf-prebuild
Wed, 02 Sep 2009 13:31:21 +0100 Shabe Razvi Default BuildEnv.xml file can now be overridden by one delivered in FBF project. Check can also be skipped by setting sf.suppress.buildenv.check property.
Fri, 28 Aug 2009 10:25:09 +0100 royt Test targets seperated from "build.postbuild.xml" and put into "build.test.xml"
Mon, 24 Aug 2009 14:35:52 +0100 MattD renamed 'sf-tag-build' to 'sf-diamonds-tag-build' to stop unneccessary confusion with source tagging...
Wed, 19 Aug 2009 18:13:24 +0100 Dario Sestito Merge
Wed, 19 Aug 2009 16:13:04 +0100 Dario Sestito Set Raptor -j option to 2 for package builds
Wed, 19 Aug 2009 14:19:16 +0100 Simon Howkins Added disk space check for all builds.
Wed, 19 Aug 2009 11:53:12 +0100 Dario Sestito First drop of script to generate build summary
Tue, 18 Aug 2009 15:39:56 +0100 Dario Sestito =Merge
Tue, 18 Aug 2009 15:32:29 +0100 Dario Sestito Enable analysis of Raptor warnings. Publish to Diamonds
Tue, 18 Aug 2009 14:40:13 +0100 Simon Howkins Moved all targets specific to the postbuild phase of the build into the postbuild ant file.
Tue, 18 Aug 2009 14:16:01 +0100 Simon Howkins Created framework for separating postbuild related activities into a separate file.
Tue, 18 Aug 2009 09:22:36 +0100 ThomasE Added Build environment check feature
Fri, 14 Aug 2009 15:35:56 +0100 MattD catchup merge
Fri, 14 Aug 2009 15:29:27 +0100 MattD BOM fix - Changed to reading project location ${sf.project.location} instead of ${sf.config.dir}/../build/config, which isn't always correct.
Fri, 14 Aug 2009 14:34:19 +0100 MattD catchup merge
Fri, 14 Aug 2009 14:02:48 +0100 MattD Smoketest change - Added 'sf-find-ATS-worker-root' to build.xml so that the smoketest goes where the worker is expecting it on a individual basis, rather than it being hardcoded to D:\ATS\...
Wed, 12 Aug 2009 19:28:52 +0100 MattD sf-list-dir - added new tool 'listdir.py' which can exclude a directory and changed the behaviour of sf-list-dir to stop scanning epoc32/build to speed things up.
Wed, 12 Aug 2009 18:04:33 +0100 MattD sf-postbuild - running analysis in parallel with evalid and post-build zipping.
Thu, 13 Aug 2009 18:10:32 +0100 Simon Howkins Simplified create-canonical-sysdef-file so that it's just a simple copy.
less more (0) -100 -60 tip