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/18 20:21:06 UTC

[buildstream] branch juerg/build-with-source-push updated (5af9829 -> 41db457)

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

juergbi pushed a change to branch juerg/build-with-source-push
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


 discard 5af9829  tests/sourcecache/push.py: Add test_build_push_source_twice
 discard 1410fcf  _stream.py: Query sources of cached elements in build pipeline
 discard 9c16df7  _stream.py: query_cache: Rename `sources` parameter to `only_sources`
 discard 8489630  pullqueue.py: Do not call _load_artifact_done() on error
 discard b896138  element.py: Drop unnecessary `_can_query_cache()` check
     add 5e0bcc1  Only show the Initializing remote caches message once
     add 7045bec  Merge pull request #1451 from abderrahim/init-remote-caches
     add 5f7165f  element: batch integration command when running a shell
     add bb59c70  Merge pull request #1435 from abderrahim/batch-integration-commands
     add 9c82bc8  element.py: Reorder checks in _buildable()
     add 7b5a125  element.py: Compute cache key also for rdep without buildable callback
     add ae8ec94  Merge pull request #1457 from apache/juerg/non-strict-cache-key
     add 0fa5f87  element.py: Drop unnecessary `_can_query_cache()` check
     add 261d104  pullqueue.py: Do not call _load_artifact_done() on error
     add 58166c0  _stream.py: query_cache: Rename `sources` parameter to `only_sources`
     add 9d7798a  _stream.py: Query sources of cached elements in build pipeline
     add 41db457  tests/sourcecache/push.py: Add test_build_push_source_twice

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (5af9829)
            \
             N -- N -- N   refs/heads/juerg/build-with-source-push (41db457)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 src/buildstream/_assetcache.py | 25 ++++++++++++-------------
 src/buildstream/_context.py    |  7 ++++---
 src/buildstream/element.py     | 16 ++++++++++------
 3 files changed, 26 insertions(+), 22 deletions(-)