Subversion Repositories DevTools

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4319 4204 d 10 h dpurdie /buildtool/branches/hotfix1/ Fix multi machine error detection - only  
4318 4204 d 10 h dpurdie /buildtool/branches/hotfix1/ Created by Jats svn branch  
4281 4225 d 5 h dpurdie /buildtool/trunk/ Update build.pl manually in an attempt to force version number into packages.  
930 5311 d 3 h dpurdie /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Address various issues associated with having a build.xml file present when a daemon starts up. May need to teardown an existing view, so we can't simply discard the build.xml file.
 
928 5361 d 5 h dpurdie /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Address: DEVI-065246 setup_escrow is incorrect.
 
926 5395 d 2 h dpurdie /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Change usage of jats_vcssave_build.pl to use the 'isawip' option and remove the 'wip_label' option.
 
924 5402 d 22 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.
 
922 5424 d 21 h dpurdie /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Generate emails with references to log files via an HTTP server.
Simplifies work with mail clients
 
920 5744 d 22 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Performance improvements:
1. Use the planning database connection whilst planning!
 
918 5745 d 21 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.
 
916 5747 d 0 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Performance improvements.
 
914 5852 d 5 h dpurdie /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Added a setup command to the Unix buildtool script
This will setup the run levels as required
 
912 5942 d 0 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI fix
 
910 5969 d 22 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI fixes
 
908 6060 d 5 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI fixes
Backwardly compatible xml change (property addition)
 
906 6067 d 2 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI fixes
 
904 6076 d 3 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI fixes
 
902 6080 d 2 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI fixes
 
900 6087 d 1 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 6090 d 5 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI fix
DEVI fix attempt in the case of 54846.
 

Show All