| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 918 |
5749 d 11 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 12 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
DEVI fixes |
|
| 908 |
6063 d 19 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
DEVI fixes
Backwardly compatible xml change (property addition) |
|
| 906 |
6070 d 16 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
DEVI fixes |
|
| 902 |
6083 d 16 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
DEVI fixes |
|
| 900 |
6090 d 15 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 19 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
DEVI fix
DEVI fix attempt in the case of 54846. |
|
| 894 |
6111 d 13 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 12 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import |
|
| 880 |
6275 d 16 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 14 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 13 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import |
|
| 872 |
6307 d 18 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 13 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 11 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
DEVI fix. |
|
| 866 |
6352 d 16 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. |
|
| 864 |
6373 d 18 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
DEVI fix
Addressed >200 compiler warnings. Now only 9 remain. |
|
| 862 |
6388 d 14 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
DEVI fix |
|
| 858 |
6401 d 17 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
Improved logging to help track down DEVI-48831 cause.
Revert functionality recently tightened up. Create auto.xml for escrow purposes (for those packages which do not have optional="true" in the prescribed manner below - see TECHGP-00181).
<import file="auto.xml" optional="true"/>
Minor logging improvements associated with archived releases and daemon threads exiting (these are not fatal). |
|
| 854 |
6420 d 19 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
Fixed issues, including major revamp of error reporting. Better email subject text. Additional errors reported. For example, previously when extracting source code, no check was performed (the error was picked up at the build stage). Now, all command return codes are checked to improve email failure clarity. |
|