]> 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:18:16 +0000 (20:18 -0500)
commit2dec1d861b3393677c0bdbc65c1407f6114533d9
tree99729f797e6607f87ce8fc802e265ee9643e32dd
parentd4a6aa2f62d7c69ac195f8ba06df574241a6c65f
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]