| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 4318 |
4207 d 10 h |
dpurdie |
/buildtool/branches/hotfix1/ |
Created by Jats svn branch |
|
| 4285 |
4225 d 8 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. |
|
| 4280 |
4228 d 5 h |
dpurdie |
/buildtool/trunk/src/generated/ |
Changes to support build sets with multiple machines of the same type.
Several cleanup operations:
* Email on end of successful build
* Embed all build machine information into the Ant build file
* Create a new Ant Task to contain Machine information
* Factored out common information. Email List
* abt_MASTER and buildFilter are no longer injected into the Ant build file. Its now present in the generated file
* Added many comments
* Made some of the Sql readable |
|
| 4212 |
4251 d 3 h |
dpurdie |
/buildtool/trunk/src/generated/com/erggroup/buildtool/ |
Support for packages with a manually specified version number. The packages can now be automatically built by the build daemons. |
|
| 4201 |
4266 d 9 h |
dpurdie |
/buildtool/trunk/src/generated/ |
Added package name to test build failure email |
|
| 4123 |
4347 d 5 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. |
|
| 2541 |
4778 d 5 h |
dpurdie |
/buildtool/trunk/src/generated/com/erggroup/buildtool/ |
Better handling of ReleaseManager publishing errors. Allow some errors to affect one package and not the entire system.
Better detection of 'built' files to allow for NFS caching of small files
Extend Nagios testing |
|
| 1313 |
4896 d 4 h |
dpurdie |
/buildtool/trunk/src/generated/com/erggroup/buildtool/ripple/ |
Added instrumentation to assist detecting error
Use new run_level state (disabled) to shut down build daemons. Feature has been present in Release Manager, but not in the buildtool. |
|
| 928 |
5364 d 4 h |
dpurdie |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
Address: DEVI-065246 setup_escrow is incorrect. |
|
| 924 |
5405 d 22 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. |
|
| 920 |
5747 d 21 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
Performance improvements:
1. Use the planning database connection whilst planning! |
|
| 918 |
5748 d 20 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
Performance improvements:
1. Use a second ReentrantLock/database Connection for planning builds. This is because the global select for update locking mechanism (i.e. limits the planning phase to 1 master thread at any one time, across all build machines) has been found to starve non planning database connection usage.
2. Use a third ReentrantLock for master threads with a low priority planning requirement. By that, if the previous planning session did not yield a build requirement, the subsequent planning session will be low priority. Through this mechanism, the number of master threads with a low priority planning requirement using the second ReentrantLock/database Connection for planning builds is limited to 1. This ensures master threads with a high priority planning requirement are very likely to plan and deliver a build sooner. |
|
| 916 |
5750 d 0 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
Performance improvements. |
|
| 910 |
5972 d 21 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
DEVI fixes |
|
| 908 |
6063 d 4 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
DEVI fixes
Backwardly compatible xml change (property addition) |
|
| 906 |
6070 d 2 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
DEVI fixes |
|
| 904 |
6079 d 3 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
DEVI fixes |
|
| 902 |
6083 d 2 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
DEVI fixes |
|
| 900 |
6090 d 0 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
DEVI fix
Turn off auto-commit for design adherence
Use of the standard Java Service Provider Interface in ojdbc6.jar and JSE 6 registers the driver class OracleDriver automatically.
This enables the OracleDatabaseJDBC-Thin build dependency to be dropped.
[REMOVED] OracleDatabaseJDBC-Thin |
|
| 898 |
6093 d 4 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
DEVI fix
DEVI fix attempt in the case of 54846. |
|
| 896 |
6100 d 5 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. |
|
| 894 |
6110 d 22 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
React to config changes, eg /abtscratch partition, change of default mail server, unset GBE_PLATFORM (Unix), jats -NoExportVars use
DEVI fixes
Removal of traces for DEVI-48831 |
|
| 886 |
6247 d 4 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
Requires:
- oramgrdb-cr-patch > 1.0.22000.cr
- core_devl > 2.77.3000.cr
- Release_Manager 3.30.9000.cr |
|
| 884 |
6257 d 21 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import |
|
| 882 |
6258 d 3 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
Dropped query on archive_manager database now its data (package version wise) has been retrieved in the release_manager database. |
|
| 878 |
6295 d 0 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
Partial work on 50733 to aid Borland tools by reducing command line.
Full fix for 48629:
- Prevent multiple versions on the same package being added to the collection.
- All Release Manager queries on planned versions needed ordering consistently. |
|
| 876 |
6296 d 18 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import |
|
| 874 |
6300 d 22 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import |
|
| 868 |
6343 d 21 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
DEVI fix. |
|
| 866 |
6352 d 1 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 |
6373 d 3 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
DEVI fix
Addressed >200 compiler warnings. Now only 9 remain. |
|
| 860 |
6393 d 2 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
Improved logging to help track down DEVI-48831 cause. |
|
| 856 |
6419 d 0 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
Fixed issues |
|
| 850 |
6437 d 0 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
Issue fixes |
|
| 846 |
6464 d 20 h |
dpurdie |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
DEVI-047176 - Buildtool locks out Release Manager |
|
| 844 |
6467 d 23 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 |
6477 d 1 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
See DEVI's |
|
| 836 |
6483 d 0 h |
mhunt |
/buildtool/trunk/ |
DevTools/buildtool: Checkin by Svn Import
DEVI fixes |
|
| 834 |
6488 d 20 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 |
6513 d 3 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) |
|