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 2021/03/23 09:49:05 UTC

[buildstream] branch master updated (aa1e44a -> 22f8b64)

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 aa1e44a  Merge pull request #1463 from apache/tristan/fix-concurrent-blocking-activity
     add eb312ad  element.py: Drop unnecessary `_can_query_cache()` check
     add 1c0c1f4  pullqueue.py: Do not call _load_artifact_done() on error
     add 0b54020  _stream.py: query_cache: Rename `sources` parameter to `only_sources`
     add a2c6d50  _stream.py: Query sources of cached elements in build pipeline
     add 95e0190  tests/sourcecache/push.py: Add test_build_push_source_twice
     new 22f8b64  Merge pull request #1458 from apache/juerg/build-with-source-push

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/_scheduler/queues/pullqueue.py |  5 ++++
 src/buildstream/_stream.py                     | 30 +++++++++++++++---------
 src/buildstream/element.py                     |  4 +---
 tests/sourcecache/push.py                      | 32 ++++++++++++++++++++++++++
 4 files changed, 57 insertions(+), 14 deletions(-)

[buildstream] 01/01: Merge pull request #1458 from apache/juerg/build-with-source-push

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 22f8b642a0bc892a690f5f7727b4f9506cf56b25
Merge: aa1e44a 95e0190
Author: Jürg Billeter <j...@bitron.ch>
AuthorDate: Tue Mar 23 10:48:46 2021 +0100

    Merge pull request #1458 from apache/juerg/build-with-source-push
    
    Query sources of cached elements in build pipeline with source push enabled

 src/buildstream/_scheduler/queues/pullqueue.py |  5 ++++
 src/buildstream/_stream.py                     | 30 +++++++++++++++---------
 src/buildstream/element.py                     |  4 +---
 tests/sourcecache/push.py                      | 32 ++++++++++++++++++++++++++
 4 files changed, 57 insertions(+), 14 deletions(-)