luet/pkg/installer
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
..
client Integrate tmpdir_base params and tmpdirs cleanup 2020-04-30 20:29:28 +02:00
config_protect.go Create helpers.UntarProtect for handle protected files 2020-06-02 11:08:37 +02:00
finalizer.go Fixup box CLI params and consume new box options 2020-04-20 23:03:03 +02:00
installer_suite_test.go Use dynamic pkgs cache dir for test suite 2020-02-01 20:05:19 +01:00
installer_test.go cmd/create-repo: Add support for multiple trees 2020-05-10 20:18:10 +02:00
installer.go Add upgrade by using only the SAT core 2020-05-22 21:20:58 +02:00
interface.go Respect user-defined repository naming 2020-05-24 12:16:02 +02:00
repository_test.go cmd/create-repo: Add support for multiple trees 2020-05-10 20:18:10 +02:00
repository.go Respect user-defined repository naming 2020-05-24 12:16:02 +02:00
system.go Introduce Packages for []Package 2020-04-04 14:29:08 +02:00