Subversion Repositories DevTools

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
5543 3599 d 8 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 3612 d 8 h dpurdie /buildtool/trunk/  
5522 3612 d 11 h dpurdie /buildtool/trunk/ Generate XML using a class to containthe XML.
It builds better XML.
 
5521 3613 d 10 h dpurdie /buildtool/trunk/  
5520 3616 d 8 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 3626 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 3686 d 10 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 3691 d 10 h dpurdie /buildtool/trunk/ Close Database connections under some error conditions.  
5159 3810 d 14 h dpurdie /buildtool/trunk/ The nagios estatus command now returns json encoded data.
Intended to be used as an interface to release manager
 
5158 3811 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 3858 d 9 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 3930 d 8 h dpurdie /buildtool/trunk/ Added support for build test results to be saved into the Release Manager Database  
4880 3964 d 11 h dpurdie /buildtool/trunk/ Removed the need, and use of, the 'none' build standard.  
4872 3965 d 9 h dpurdie /buildtool/trunk/ Fix issue detecting package build type on machines with no active build  
4826 3973 d 9 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 3976 d 14 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 3990 d 15 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 4176 d 9 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 4221 d 14 h dpurdie /buildtool/trunk/ Refactored the BuildStandard class - after creating a test case for its current operation.  
4298 4222 d 11 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