luet/pkg/compiler
Daniele Rondina 8f0c528c08 Create helpers.UntarProtect for handle protected files
Currently, it's used the archive.ReplaceFileTarWrapper
that requite a []byte of the files replaced. This is not
a good idea if files are big and instead could be better
in the near future reimplement ReplaceFileTarWrapper with
a callback that return io.Reader instead of []byte.

If a protected file is already present on target rootfs
it is created a file with the same prefix used in Gentoo:

._cfgXXXX_<filename>
2020-06-02 11:08:37 +02:00
..
backend Integrate tmpdir_base params and tmpdirs cleanup 2020-04-30 20:29:28 +02:00
artifact_test.go Move compiler options to its own struct 2020-01-05 14:32:26 +01:00
artifact.go Create helpers.UntarProtect for handle protected files 2020-06-02 11:08:37 +02:00
checksum_test.go Add sanity check test 2019-12-29 14:14:06 +01:00
checksum.go Add package to calculate and compare artifact checksums 2019-12-29 13:59:47 +01:00
compiler_suite_test.go Support logging level and spinner customization 2020-01-01 13:43:22 +01:00
compiler_test.go Add package_dir to pack a spec dir as the main artifact 2020-05-16 21:34:27 +02:00
compiler.go Unique hashes for packages without deps 2020-05-18 19:57:01 +02:00
interface.go Add package_dir to pack a spec dir as the main artifact 2020-05-16 21:34:27 +02:00
spec_test.go Adapt test to spec changes 2020-02-14 08:04:26 +01:00
spec.go Add package_dir to pack a spec dir as the main artifact 2020-05-16 21:34:27 +02:00