Subversion Repositories DevTools

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
7489 2192 d 13 h dpurdie /buildtool/trunk/ Take a snapshot of a release when the build is quiescent.
Also: Cleanup files used in the build and other minor improvements.
 
7333 2289 d 14 h dpurdie /buildtool/trunk/ [PX-16324] Provide mechanism for Build System to determine what targets a package will be built for
[PX-16976] Capture data and upload to Release Manager
 
7253 2324 d 20 h dpurdie /buildtool/trunk/src/main/java/com/erggroup/buildtool/ Retain log files for 10 days
Pass BuildRef to ReleaseManager
 
7201 2345 d 12 h dpurdie /buildtool/trunk/ Corrected report of plan with WIPs  
7186 2346 d 18 h dpurdie /buildtool/trunk/ Improve test building of COTS packages
Refactor lists of packages
Upgraded Junit version to interwork with gradle better
 
7180 2351 d 13 h dpurdie /buildtool/trunk/src/main/java/com/erggroup/buildtool/ripple/ Fixed SQL issue with use of parameters in a 'in' clause  
7176 2351 d 14 h dpurdie /buildtool/trunk/src/main/java/com/erggroup/buildtool/ Altered logging levels and a few other fixes  
7169 2352 d 14 h dpurdie /buildtool/trunk/src/ Added new build state - Planning
Added PlanControl to control the planning algorithm
Fixed bug where version of a RIPPLE request was incorrectly calculated
Improved SQL statements to allow caching of prepared statements
 
7163 2354 d 15 h dpurdie /buildtool/trunk/src/ Fix memory leak
Fix repeating builds of Daemon Instructions that can't be done
 
7137 2359 d 14 h dpurdie /buildtool/trunk/src/main/java/com/erggroup/buildtool/ripple/ Fix package find cache issue  
7114 2360 d 18 h dpurdie /buildtool/trunk/ Fix empty v_ext. Update Phase diagnostics  
7099 2361 d 20 h dpurdie /buildtool/trunk/ Included a bunch of fixes  
7088 2366 d 17 h dpurdie /buildtool/trunk/ Some files that did not merge as expected  
7082 2366 d 18 h dpurdie /buildtool/trunk/ Merge back from branch  
7046 2406 d 16 h dpurdie /buildtool/trunk/src/ Get build times
Remove warnings on use of mUseDatabase
 
7044 2407 d 18 h dpurdie /buildtool/trunk/src/main/java/com/erggroup/buildtool/ripple/ Cleanup log messages - to use formatting
Refactor escrow package extraction routines
 
7033 2417 d 17 h dpurdie /buildtool/trunk/ Use sfl4j over log4j  
7032 2420 d 15 h dpurdie /buildtool/trunk/src/main/java/com/erggroup/buildtool/ripple/ [PX-14315] - Build System repeatedly building a package that fails

Package A ( the package that is being endlessly rebuilt ) is indirectly dependent on Package B via other packages including Package-C
Package-B had a build failure cause Package-A to be indirectly excluded.
Package-C has been modified such that Package-A is no longer dependent on Package-B.

There are several issues.
1: Package-A is not removed from the indirect exclusion list now that it is no longer indirectly excluded. May need a mechanism whereby indirect exclusions that are no longer valid are removed.
2: When Package-A fails to build it is not added to the directly-excluded list because it has already been excluded. May need to improve the mechanism such that a direct-exclusion will override an indirect-exclusion.
 
7023 2431 d 15 h dpurdie /buildtool/trunk/ Adding Scheduled Package Builds
Refactoring bits
 
6914 2483 d 19 h dpurdie /buildtool/trunk/ Massive rework of the structure to build under gradle
No code changes