LinkFromPool links package file from pool to dist's pool location
(publishedPrefix, publishedRelPath, fileName string, sourcePool PackagePool, sourcePath string, sourceChecksums utils.ChecksumInfo, force bool)
| 73 | Remove(path string) error |
| 74 | // LinkFromPool links package file from pool to dist's pool location |
| 75 | LinkFromPool(publishedPrefix, publishedRelPath, fileName string, sourcePool PackagePool, sourcePath string, sourceChecksums utils.ChecksumInfo, force bool) error |
| 76 | // Filelist returns list of files under prefix |
| 77 | Filelist(prefix string) ([]string, error) |
| 78 | // RenameFile renames (moves) file |
no outgoing calls