-
- Downloads
WIP: Don't pull artifact buildtrees by default
- Set default pull to not include buildtree artifact dir - PullQueue configurable buildtree attribute - Add 'pullbuildtrees' option to existing artifact artifactcache() config - pullbuildtrees set on a per server basis from user conf - Add --pull-buildtrees flag to bst build cli - Add --pull-buildtrees flag to bst pull cli - Add helper function _fetch_subdir to cascache, to fetch buildtree or any other subdir digest - Make element._pull_pending not assume no need to process pull if artifact is cached if buildtrees are set to be pulled - Ensure cascache.py doesn't try to checkout/extract a dangling ref ToDo: - Tests
Showing
- buildstream/_artifactcache/artifactcache.py 23 additions, 4 deletionsbuildstream/_artifactcache/artifactcache.py
- buildstream/_artifactcache/cascache.py 36 additions, 9 deletionsbuildstream/_artifactcache/cascache.py
- buildstream/_frontend/cli.py 9 additions, 4 deletionsbuildstream/_frontend/cli.py
- buildstream/_scheduler/queues/pullqueue.py 13 additions, 2 deletionsbuildstream/_scheduler/queues/pullqueue.py
- buildstream/_stream.py 16 additions, 4 deletionsbuildstream/_stream.py
- buildstream/element.py 24 additions, 14 deletionsbuildstream/element.py
Loading
Please register or sign in to comment