This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch jmac/googlecas_and_virtual_directories_1 in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 6f101059c81909702fcf0ef0992ba748671c4c92 Merge: b88bb16 5b15ef7 Author: Jim MacArthur <[email protected]> AuthorDate: Mon May 28 11:26:18 2018 +0100 Merge branch 'jmac/virtual_directories' into juerg/googlecas buildstream/_exceptions.py | 1 + buildstream/_stream.py | 19 +-- buildstream/element.py | 97 ++++++----- buildstream/plugins/elements/compose.py | 38 ++--- buildstream/plugins/elements/import.py | 20 +-- buildstream/plugins/elements/stack.py | 8 +- buildstream/sandbox/_mount.py | 3 +- buildstream/sandbox/_sandboxbwrap.py | 4 +- buildstream/sandbox/_sandboxchroot.py | 2 +- buildstream/sandbox/sandbox.py | 48 +++++- buildstream/scriptelement.py | 9 +- buildstream/storage/__init__.py | 22 +++ buildstream/storage/_filebaseddirectory.py | 253 +++++++++++++++++++++++++++++ buildstream/storage/directory.py | 134 +++++++++++++++ 14 files changed, 544 insertions(+), 114 deletions(-)
