Subversion Repositories DevTools

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
868 6346 d 22 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI fix.
 
866 6355 d 3 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 6376 d 5 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI fix
Addressed >200 compiler warnings. Now only 9 remain.
 
860 6396 d 3 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Improved logging to help track down DEVI-48831 cause.
 
856 6422 d 1 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Fixed issues
 
850 6440 d 1 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Issue fixes
 
846 6467 d 22 h dpurdie /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI-047176 - Buildtool locks out Release Manager
 
844 6471 d 1 h dpurdie /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Fixed a debug message that was causing BuildDeamon to display ......MutableInt@xxxxxx instead of a number.

Altered the operation of BuildDaemon.isActive() so that it will loop though threads until it finds one that is alive. Prevents new threads being created when an Alive one exists.

Scanned ReleaseManager.java and closed all callable statements
The code is not exception-safe. This will require additional work, but it should not leak cursors as badly as the existing code. Address problem of oracle cursors accumulating.
 
838 6480 d 3 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
See DEVI's
 
836 6486 d 2 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI fixes
 
834 6491 d 21 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Metrics gathering (see TECHGP-00180).
Fix for the escrow tool to prevent the same package version being added to the collection (as a result of being referenced by another product in the bom)
More stringent business rule implemented to separate escrow build stages (if a dependency builds on multiple platforms and a consuming package builds on a subset of those platforms, separate the dependency and consuming package build stages)
 
830 6516 d 4 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Escrow build tool changes to support TECHGP-00182:
- solaris centric escrow_set_up replaces win32/unix_set_up/tear_down
- additionally generate raw_data.csv, an escrow build agenda
- omitted unit tests in ripple engine for escrow build tool
Escrow/Build Daemon changes:
- close resultset/statement handles to prevent oracle error (don't rely on garbage collector)
 
820 6555 d 23 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Bug fixes (for the New Year):
- dropped any pretence of backward compat with Release Planner generated buildfiles
- dropped abt.bat, abt, AutoMakeRelease.bat, AutoMakeRelease, setenv.bat
- add connect/disconnect to clearCurrentPackageBeingBuilt
- cull warning log message in MasterThread
- force main/Master/Slave threads to sleep upon Oracle connection issue
- do not exit main thread upon Oracle issue
- handling clearcase labelling/release manager publishing errors by marking package build exclusion flag
- rm -f *.log and *.xml in abtlaunch
- This follows an unexplained permissions based problem which caused the abt task to fail with an Exception
 
818 6576 d 23 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Bug fixes:
- improved hand shake, Master still waits for all Slaves to be in state waiting before generating build file/putting Slave in state Active, slave now waits for the Master to put it in state Active rather than waiting for build files
- fixed continual use of warning level when logging in slave
- clear current package being built when build is complete and set idle state before sleep
- add -verbose -verbose to bump up jats -extract logging, jats has been seen to sporadically return 1 on ict02 and unx26 (and probably other build machines too), and returns 0 subsequently
 
814 6580 d 3 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Accomodate MASS-00238 generated code

EXPERIMENTAL VERSION. DO NOT USE!!