]> Kevux Git Server - fll/commit
Feature: add package generation helper scrript
authorKevin Day <thekevinday@gmail.com>
Fri, 19 Jul 2019 01:14:38 +0000 (20:14 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 19 Jul 2019 01:14:38 +0000 (20:14 -0500)
commit0a3347044612fbd8cdd53f6c8ef27f84ee514a71
tree03b9948e8e4fb6dc5cbd9186ddf94cdeb6d9c29b
parente4f3fce8839171c2be7e3795f4dc0d1e5ff0c0ac
Feature: add package generation helper scrript

There are four intended package design modes:
1) individual - each package is separated into their own individual directory and version.
2) level - Each of the three levels (level 0, level 1, and level 2) are put into their own directory and version.
3) monolothic - All three levels (level 0, level 1, and level 2) are put into a single directory and version.

Monolithic is not currently implemented due to design limitations in the generate.sh script and build settings files.

Compression is not performed.
build/scripts/package.sh [new file with mode: 0644]