Raoul Hidalgo Charman pushed to branch raoul/440-source-cache at BuildStream / buildstream
Commits:
-
a944fc92
by Raoul Hidalgo Charman at 2019-02-21T15:30:43Z
30 changed files:
- buildstream/_artifactcache.py
- buildstream/_context.py
- buildstream/_exceptions.py
- buildstream/_loader/loader.py
- buildstream/_project.py
- buildstream/_scheduler/queues/fetchqueue.py
- + buildstream/_sourcecache.py
- buildstream/_stream.py
- buildstream/element.py
- buildstream/source.py
- buildstream/types.py
- + tests/sourcecache/__init__.py
- + tests/sourcecache/config.py
- + tests/sourcecache/consistency.py
- + tests/sourcecache/missing-certs/certificates/client.crt
- + tests/sourcecache/missing-certs/certificates/client.key
- + tests/sourcecache/missing-certs/element.bst
- + tests/sourcecache/project/elements/compose-all.bst
- + tests/sourcecache/project/elements/import-bin.bst
- + tests/sourcecache/project/elements/import-dev.bst
- + tests/sourcecache/project/elements/target.bst
- + tests/sourcecache/project/files/bin-files/usr/bin/hello
- + tests/sourcecache/project/files/dev-files/usr/include/pony.h
- + tests/sourcecache/project/project.conf
- + tests/sourcecache/project/project/elements/compose-all.bst
- + tests/sourcecache/project/project/elements/import-bin.bst
- + tests/sourcecache/project/project/elements/import-dev.bst
- + tests/sourcecache/project/project/elements/target.bst
- + tests/sourcecache/project/project/files/bin-files/usr/bin/hello
- + tests/sourcecache/project/project/files/dev-files/usr/include/pony.h