You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by ju...@apache.org on 2022/07/26 05:30:42 UTC

[buildstream] 01/01: Merge pull request #1698 from apache/juerg/directory-import-opt

This is an automated email from the ASF dual-hosted git repository.

juergbi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit fe4be080da6215a3506fdc3c3c3e38b6ded9f963
Merge: 40159a802 82033c50e
Author: Jürg Billeter <j...@bitron.ch>
AuthorDate: Tue Jul 26 07:30:36 2022 +0200

    Merge pull request #1698 from apache/juerg/directory-import-opt
    
    storage: Add `collect_result` parameter to `import_files()`

 src/buildstream/_artifact.py                   |  4 ++--
 src/buildstream/_elementsources.py             |  4 ++--
 src/buildstream/_sourcecache.py                |  2 +-
 src/buildstream/element.py                     |  3 ++-
 src/buildstream/plugins/elements/compose.py    |  2 +-
 src/buildstream/plugins/elements/import.py     |  2 +-
 src/buildstream/plugins/sources/local.py       |  2 +-
 src/buildstream/plugins/sources/workspace.py   |  3 ++-
 src/buildstream/storage/_casbaseddirectory.py  | 26 ++++++++++++++++----------
 src/buildstream/storage/_filebaseddirectory.py |  3 ++-
 src/buildstream/storage/directory.py           | 23 +++++++++++++++++------
 11 files changed, 47 insertions(+), 27 deletions(-)