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:41 UTC

[buildstream] branch master updated (40159a802 -> fe4be080d)

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

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


    from 40159a802 Merge pull request #1700 from apache/juerg/stage-access
     add debbd33bb storage: Add `collect_result` parameter to `import_files()`
     add 82033c50e Use the new `collect_result` parameter to optimize directory imports
     new fe4be080d Merge pull request #1698 from apache/juerg/directory-import-opt

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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(-)


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

Posted by ju...@apache.org.
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(-)