| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 4280 |
4228 d 11 h |
dpurdie |
/buildtool/trunk/src/generated/ |
Changes to support build sets with multiple machines of the same type.
Several cleanup operations:
* Email on end of successful build
* Embed all build machine information into the Ant build file
* Create a new Ant Task to contain Machine information
* Factored out common information. Email List
* abt_MASTER and buildFilter are no longer injected into the Ant build file. Its now present in the generated file
* Added many comments
* Made some of the Sql readable |
|
| 4212 |
4251 d 10 h |
dpurdie |
/buildtool/trunk/src/generated/com/erggroup/buildtool/ |
Support for packages with a manually specified version number. The packages can now be automatically built by the build daemons. |
|
| 4123 |
4347 d 11 h |
dpurdie |
/buildtool/trunk/ |
Added support for Java 1.7
Added several debug messages
Added mechanism to allow some time for packages to be transferred to dpkg_archive. An issue on very small packages.
Added UBUNTU12 upstart file
Added uncaught exception handler
Added Nagios reporting if stuck in the planning phase
Cleaned up manifest generation - put temp files into the build directory. |
|
| 924 |
5406 d 4 h |
dpurdie |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
Remove all knowledge of ClearCase from the buildtool
The buildtool works with a VcsTag that is extracted from the RM database and passed through to JATS in a manner that allows new Version Control Systems to be implemented. |
|
| 918 |
5749 d 3 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
Performance improvements:
1. Use a second ReentrantLock/database Connection for planning builds. This is because the global select for update locking mechanism (i.e. limits the planning phase to 1 master thread at any one time, across all build machines) has been found to starve non planning database connection usage.
2. Use a third ReentrantLock for master threads with a low priority planning requirement. By that, if the previous planning session did not yield a build requirement, the subsequent planning session will be low priority. Through this mechanism, the number of master threads with a low priority planning requirement using the second ReentrantLock/database Connection for planning builds is limited to 1. This ensures master threads with a high priority planning requirement are very likely to plan and deliver a build sooner. |
|
| 910 |
5973 d 4 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
DEVI fixes |
|
| 908 |
6063 d 11 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
DEVI fixes
Backwardly compatible xml change (property addition) |
|
| 906 |
6070 d 8 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
DEVI fixes |
|
| 902 |
6083 d 8 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
DEVI fixes |
|
| 900 |
6090 d 7 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
DEVI fix
Turn off auto-commit for design adherence
Use of the standard Java Service Provider Interface in ojdbc6.jar and JSE 6 registers the driver class OracleDriver automatically.
This enables the OracleDatabaseJDBC-Thin build dependency to be dropped.
[REMOVED] OracleDatabaseJDBC-Thin |
|
| 898 |
6093 d 11 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
DEVI fix
DEVI fix attempt in the case of 54846. |
|
| 894 |
6111 d 5 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
React to config changes, eg /abtscratch partition, change of default mail server, unset GBE_PLATFORM (Unix), jats -NoExportVars use
DEVI fixes
Removal of traces for DEVI-48831 |
|
| 884 |
6258 d 3 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import |
|
| 880 |
6275 d 7 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
Put back the mechanism to exclude packages dependent upon packages which are not reproducible in escrow mode. This mechanism was relaxed in 13.1.2000.cr in daemon and escrow mode, and should have only been relaxed in daemon mode, due to Seattle's current state of play (configuration management wise). |
|
| 878 |
6295 d 6 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
Partial work on 50733 to aid Borland tools by reducing command line.
Full fix for 48629:
- Prevent multiple versions on the same package being added to the collection.
- All Release Manager queries on planned versions needed ordering consistently. |
|
| 874 |
6301 d 5 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import |
|
| 872 |
6307 d 9 h |
dpurdie |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
Use new features of jats etool save_build.
Removes the need for buildtool to be clearcase aware
Remove the use of antwrap scripts.
Allows ant build fails to report errors directly
Remove the need for the ant build files to be in the package root directory
Simplifies running of ant builds. It all goes through jats.
Create auto.xml files when rebuild ant packages in daemon mode
For the same reasons that its done in escrow
Localize knowledge of the 'source path' to the creation of the view
Preparation for migration away from ClearCase
Code simplification |
|
| 870 |
6323 d 5 h |
dpurdie |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
Tone down the aggressive nature of the Release Planning process
Do not exclude all consumers of a package that has an undefined build standard.
THis issue needs to be revisited. |
|
| 868 |
6344 d 3 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
DEVI fix. |
|
| 866 |
6352 d 8 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
DEVI fixes. Requires backwardly compatable schema change. Basically the addition of the columns in the do_not_ripple table, the UnRipple_Package_Indirect procedure, and the pk_rmapi.exclude_indirect_from_build function.
Resurrection of abt ant task code used in the escrow tool to prevent a package already built on a platform from being rebuilt. This was last present in 13.0.16000.cr. |
|