Subversion Repositories DevTools

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
7184 2345 d 14 h dpurdie /buildtool/branches/withPackageCollection/ Created by Jats svn branch:withPackageCollection  
7082 2365 d 14 h dpurdie /buildtool/trunk/ Merge back from branch  
7023 2430 d 11 h dpurdie /buildtool/trunk/ Adding Scheduled Package Builds
Refactoring bits
 
6399 2814 d 13 h dpurdie /buildtool/trunk/ Better deletion of build directory
Many changes to reduce SONARLINT warnings
 
6157 3081 d 7 h dpurdie /buildtool/trunk/ JATS-423 Multiple Master Daemons cause confusion  
5900 3435 d 9 h dpurdie /buildtool/trunk/ Detect and report UnBuildable packages  
5599 3575 d 10 h dpurdie /buildtool/trunk/ [JATS-348] Prioritize 'test building' packages against 'building' packages  
5543 3596 d 9 h dpurdie /buildtool/trunk/ Greatly improved handling of files on an NFS file system
Serious attempt to flush NFS caches before critical file tests.
Refactored some code into a utilties package
 
5524 3609 d 9 h dpurdie /buildtool/trunk/  
5522 3609 d 12 h dpurdie /buildtool/trunk/ Generate XML using a class to containthe XML.
It builds better XML.
 
5521 3610 d 10 h dpurdie /buildtool/trunk/  
5520 3613 d 9 h dpurdie /buildtool/trunk/ Adding support for managing the built packages as a tarball
[JATS-87] Test-builds show funny status. All constructors for the 'Package' class now take a pkg_id
Several other improvements:
* The name of the build log is taken from the package name - not the build phase
 
5494 3623 d 9 h dpurdie /buildtool/trunk/ [JATS-353] Calculation of previous significant version can be incorrect
This leads to incorrectly calculated versions under frequently occuring edge case
 
5346 3683 d 11 h dpurdie /buildtool/trunk/ Improve RM Database connection failure by releasing the Oracle session on error and for each planning cycle.
Reworked RM Database connection logic
Allow pegged packages to be replaced with a WIP.
 
5336 3688 d 11 h dpurdie /buildtool/trunk/ Close Database connections under some error conditions.  
5159 3807 d 15 h dpurdie /buildtool/trunk/ The nagios estatus command now returns json encoded data.
Intended to be used as an interface to release manager
 
5158 3808 d 9 h dpurdie /buildtool/trunk/ Changes to build scheduling. Detect release changes via database flag and do it one per minute
Improved the scheduled downtime operation - removed bug that causes that demons to use 100% CPU
Improved nagios status
 
5090 3855 d 10 h dpurdie /buildtool/trunk/ Added support for packages imported via an SDK - they are not built in this release.
Treat pegged packages in a similar manner to SDK packages.
Detected 'Test Build' that will not be built due to other build errors - send email to user.
Refactored Daemon Instruction processing
Refactored emailing of Test Build emails
Factored out globalAndProjectWideBuildFailureEmailCollection and associated data - less moving of data
Calculate unique list of email addresses - only when used.
Improved method documentation
 
4982 3927 d 9 h dpurdie /buildtool/trunk/ Added support for build test results to be saved into the Release Manager Database  
4880 3961 d 12 h dpurdie /buildtool/trunk/ Removed the need, and use of, the 'none' build standard.  
4872 3962 d 10 h dpurdie /buildtool/trunk/ Fix issue detecting package build type on machines with no active build  
4826 3970 d 10 h dpurdie /buildtool/trunk/ Change to the mechanism by which the build information is generated and consumed within the XML files.
Simplified the processing of the of the platform machtype and related build mechanism by placing all the information into one directive.
 
4821 3973 d 15 h dpurdie /buildtool/trunk/ Significant changes. Removed the use of hard coded machine types ( ie: win32, solarix10_x86 and others )
The associations between machine types and machine class is derived from the Release Manager Database
 
4793 3987 d 16 h dpurdie /buildtool/trunk/ Added global email address to the test builds. Ensures that the buildadm email log also has gets the test build failures  
4402 4173 d 10 h dpurdie /buildtool/trunk/ [JATS-290] Better handling of packages that do not build on the configured platforms
[JATS-291] Better error message when package does not produce any output
Added date-time stamps into the build log
Significant refactoring to improve testability
Significant commenting changes
Greatly improved test harness structure
 
4299 4218 d 15 h dpurdie /buildtool/trunk/ Refactored the BuildStandard class - after creating a test case for its current operation.  
4298 4219 d 12 h dpurdie /buildtool/trunk/ [JATS-108] Build logs should have a time stamp
Fixed RM Interface - don't use the release_config.daemon_hostname data column. Allows build daemons to be dynamically changed.
Continual refactoring
Added new unit tests