Subversion Repositories DevTools

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4318 4207 d 18 h dpurdie /buildtool/branches/hotfix1/ Created by Jats svn branch  
4285 4225 d 17 h dpurdie /buildtool/trunk/ Cleanup several files
Factor out class - RunLevelData. Rename to prevent conflict and confusion.
Simplified walking threads and runlevels - use the Java iterators.
 
4123 4347 d 14 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.
 
1365 4854 d 19 h dpurdie /buildtool/trunk/src/generated/com/erggroup/buildtool/daemon/ Prevent nagios using TCP port during testing  
1361 4855 d 18 h dpurdie /buildtool/trunk/src/generated/com/erggroup/buildtool/daemon/ Improved Nagios support.
Report available disk space
Check that all threads are happy - only checks diskspace
 
1354 4860 d 21 h dpurdie /buildtool/trunk/src/generated/com/erggroup/buildtool/daemon/ Change Nagios port to one that is accessible under Unix - 1111  
1352 4861 d 18 h dpurdie /buildtool/trunk/src/generated/com/erggroup/buildtool/daemon/ Provide useful exception message if Nagios port is already in use  
1350 4861 d 19 h dpurdie /buildtool/trunk/src/generated/com/erggroup/buildtool/daemon/ Added initial for Nagios. Uses port 666.
Responds with first line: Build Daemon status: OK
 
924 5406 d 7 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.
 
906 6070 d 11 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI fixes
 
896 6100 d 13 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.
 
868 6344 d 6 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI fix.
 
864 6373 d 12 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI fix
Addressed >200 compiler warnings. Now only 9 remain.
 
858 6401 d 11 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 13 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.
 
844 6468 d 8 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.
 
820 6553 d 6 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 6574 d 6 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 6577 d 11 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Accomodate MASS-00238 generated code

EXPERIMENTAL VERSION. DO NOT USE!!