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 08:56:31 UTC

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

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 41db457  tests/sourcecache/push.py: Add test_build_push_source_twice
 discard 9d7798a  _stream.py: Query sources of cached elements in build pipeline
 discard 58166c0  _stream.py: query_cache: Rename `sources` parameter to `only_sources`
 discard 261d104  pullqueue.py: Do not call _load_artifact_done() on error
 discard 0fa5f87  element.py: Drop unnecessary `_can_query_cache()` check
     add cd75ed5  tar.py: fix permissions in tarballs
     add d7f83e8  Merge pull request #1462 from abderrahim/tar-permissions
     add 85757f4  plugin.py: Avoid import errors on certain platforms
     add 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

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   (41db457)
            \
             N -- N -- N   refs/heads/juerg/build-with-source-push (95e0190)

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/plugin.py              | 14 ++++++++++++++
 src/buildstream/plugins/sources/tar.py |  2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)