The goal of this project is to rebuild in a isolated environment. To prove true isolation the rebuild should start in a empty directory. The content is then populated with source code being analyzed.
To better understand the functionality different options should be added in the template Makefile
Internal patches ( provided by Alpine )
Additional files ( provided by Alpine )
Build control file ( APKBUILD , provided by Alpine )
External files ( typically compressed tarballs download from github, curl.se etc )
External patches ( There is some rare cases where non Alpine patches being downloaded and applied )
$ make download: internal_patch internal_files internal_build external_patch external_files
( Separate rules for granular control below )
The goal of this project is to rebuild in a isolated environment. To prove true isolation the rebuild should start in a empty directory. The content is then populated with source code being analyzed.
To better understand the functionality different options should be added in the template Makefile
$ make download: internal_patch internal_files internal_build external_patch external_files ( Separate rules for granular control below )