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

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

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(-)