summaryrefslogtreecommitdiff
path: root/src/buildtool/storage/fs_utils.hpp
AgeCommit message (Collapse)Author
2024-07-19Storage config: change layout to support several storage generationsKlaus Aehlig
2024-07-05Pass Storage and StorageConfig to StorageUtils by referenceMaksim Denisov
2024-03-13Move storage-aware tmpdir creation to configKlaus Aehlig
... as the fs_utils have a lot more dependencies making them usable in less places. Moreover, this function also serves to shape the layout of the local build root and hence is more appropriately placed in the config anyway.
2024-03-05fs_utils: specify path for foreign-file root cacheKlaus Aehlig
As the internal distdir data structure now supports the executable bit, it is also expressive enough to support foreign-file repositories. Hence we can use this cache, getting potentially more cache hits.
2023-11-02Decoupling symlinks map and CAS utilities from just-mrPaul Cristian Sarbu
This is required in order to make them available to 'just serve' in a minimal just installation.