Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix temp directory permissions for git fetcher
As reported in zkat#105 `pacote` does not set permissions on temporary directories for git fetcher when opts.uid is used to drop privileges (e.g. when using sudo). This fix passes in the uid and gid to cacache as options. No checking is required as cacache checks these options before using them.
- Loading branch information