Commit Graph

6 Commits

Author SHA1 Message Date
Dennis Jensen
c706764434 FIX-GENERIC-00002
Move the Profile Specific Release directory data into the appropriate Profile directory.  Add a build-tool that copies this release information from the appropriate Profile Release directory into the common Release directory during build as part of the make checkout: –and– update: just after the point where the data has been updated.

A checkout prior to this point will yield:
* The Common Release directory contains the release information for multiple Profiles making it non-generic
* The Release directory was laid out in Version Product Build order instead of Product Version Build order, which is more intuitive because generally a Build belongs to a Version, which belongs to a Product
2016-12-20 10:38:59 -06:00
Charlie Root
2734bb064a Revert "Merge pull request #17 from DennisJensen-OWC/master"
This reverts commit edf90aca18, reversing
changes made to eea0edd127.
2016-12-03 21:41:00 -08:00
Dennis Jensen
cd2a3ccf6b FIX-GENERIC-00002
Move the Profile Specific Release directory data into the appropriate Profile directory.  Add a build-tool that copies this release information from the appropriate Profile Release directory into the common Release directory during build as part of the make checkout: –and– update: just after the point where the data has been updated.

A checkout prior to this point will yield:
* The Common Release directory contains the release information for multiple Profiles making it non-generic
* The Release directory was laid out in Version Product Build order instead of Product Version Build order, which is more intuitive because generally a Build belongs to a Version, which belongs to a Product
2016-12-03 19:39:08 -06:00
William Grzybowski
cc23d80b78 Move all shebangs to python3 2015-11-04 09:00:15 -02:00
Jakub Klama
de2eb2ed82 Bring in new middleware on "default" profile.
Also:
- commit previously ommited files in build/profiles/default
- make jail.pyd per-profile configuration file
- add support for multiple port overlay trees
- make update package templates use external filelists with @include directives
2015-07-16 02:46:03 +02:00
Jakub Klama
9a1d81843a Add initial support for build profiles.
* Build profiles are stored in build/profiles/ directory (one subdirectory per profile)
* Main profile config file is called config.pyd
* Profiles other than default should inherit default profile config and modify it
* DSL syntax changed to more readable and more flexible
2015-04-23 17:04:52 +02:00