(root)/core_devl/ – Rev 6192
Rev 6180 |
Rev 6193 |
Go to most recent revision |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 6192 2017-09-04 03:53:06
- Author: dpurdie
- Log message:
- ------------------------------------------------------------------------
Version: 3.14.6000.cr Released: 04-Sep-17
------------------------------------------------------------------------
Minor changes:
* Utility: jats_generate_deployable
Support for RPM cots packages.
* Utility: sandbox
Add command: scandepth - to display/set the default scan depth for build files
Added options to the 'info' command:
-[no]dependencies - Display external dependencies (default)
-[no]buildorder - Display build order (default)
------------------------------------------------------------------------
Version: 3.14.5000.cr Released:16-Aug-17
------------------------------------------------------------------------
Minor changes:
* Utility: jats_generate_deployable
Added support to allow the inclusion of the uigen-pulse package
Changes to the 'alas' name generation process
* Build Directives: BuildPlatforms and BuildProducts
The --Uses=XXX and --Alias=XXX options support a comma and a colon
separated list. The colon seperated list will aviod parsing
confusion.
The following all have the same effect:
BuildPlatforms ('P1', '--Uses=P2:P3' );
BuildPlatforms ('P1', '--Uses=P2,P3' );
BuildPlatforms ('P1,--Uses=P2:P3' );
BuildPlatforms ('P1','--Uses=P2', '--Uses=P3' );
The folling will not:
BuildPlatforms ('P1,--Uses=P2,P3' );
* Utility: sandbox
Add 'testlinks' command to test, and optionally delete, the package
symlinks.