Subversion Repositories DevTools

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4123 4348 d 10 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.
 
2541 4779 d 10 h dpurdie /buildtool/trunk/src/generated/com/erggroup/buildtool/ Better handling of ReleaseManager publishing errors. Allow some errors to affect one package and not the entire system.
Better detection of 'built' files to allow for NFS caching of small files
Extend Nagios testing
 
1313 4897 d 9 h dpurdie /buildtool/trunk/src/generated/com/erggroup/buildtool/ripple/ Added instrumentation to assist detecting error
Use new run_level state (disabled) to shut down build daemons. Feature has been present in Release Manager, but not in the buildtool.
 
928 5365 d 9 h dpurdie /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Address: DEVI-065246 setup_escrow is incorrect.
 
924 5407 d 3 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.
 
920 5749 d 2 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Performance improvements:
1. Use the planning database connection whilst planning!
 
918 5750 d 2 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 5751 d 5 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Performance improvements.
 
910 5974 d 3 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI fixes
 
908 6064 d 9 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI fixes
Backwardly compatible xml change (property addition)
 
906 6071 d 7 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI fixes
 
904 6080 d 8 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI fixes
 
902 6084 d 7 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI fixes
 
900 6091 d 6 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 6094 d 10 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI fix
DEVI fix attempt in the case of 54846.
 
896 6101 d 10 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI fixes
Non backwardly compatible code requires schema patch (addition of PLANNED_VERSIONS.PLANNED_TIME). Daemons will fail to operate without this.
 
894 6112 d 4 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
 
886 6248 d 9 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Requires:
- oramgrdb-cr-patch > 1.0.22000.cr
- core_devl > 2.77.3000.cr
- Release_Manager 3.30.9000.cr
 
884 6259 d 2 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import  
882 6259 d 8 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Dropped query on archive_manager database now its data (package version wise) has been retrieved in the release_manager database.
 

Show All