aboutsummaryrefslogtreecommitdiffsponsor
path: root/filesystem.go
AgeCommit message (Collapse)Author
2022-05-05installpkg: support no-overwrite optionSlack Coder
2022-04-23installpkg: Avoid using /install on target dirSlack Coder
Use a temporary randomly named directory named like 'installpkg-2052825695' for the package's metadata in its '/install' directory. It will help allow running multiple instances on the same target root directory by removing a point of conflict. Attempt to place this directory in the host's default temporary directory. If it does not exist, use the host's root path.
2022-03-30Initial commitSlack Coder