You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2022/04/15 09:56:51 UTC

[buildstream] branch master updated (6c58f7e3c -> 8077a83f7)

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

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


    from 6c58f7e3c Merge pull request #1640 from apache/tristan/extend-cachekey-tests
     add 1bfac8680 source.py: Split up staging functions into separate codepaths.
     new 8077a83f7 Merge pull request #1607 from apache/tristan/split-source-methods

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/plugins/sources/local.py     |  4 +-
 src/buildstream/plugins/sources/workspace.py |  4 +-
 src/buildstream/source.py                    | 83 +++++++++++++++++++++++-----
 3 files changed, 74 insertions(+), 17 deletions(-)


[buildstream] 01/01: Merge pull request #1607 from apache/tristan/split-source-methods

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8077a83f7fe10a1838e05b13a2d2281096d46557
Merge: 6c58f7e3c 1bfac8680
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Fri Apr 15 18:56:45 2022 +0900

    Merge pull request #1607 from apache/tristan/split-source-methods
    
    source.py: Split up staging functions into separate codepaths.

 src/buildstream/plugins/sources/local.py     |  4 +-
 src/buildstream/plugins/sources/workspace.py |  4 +-
 src/buildstream/source.py                    | 83 +++++++++++++++++++++++-----
 3 files changed, 74 insertions(+), 17 deletions(-)