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 2021/03/04 09:20:40 UTC

[buildstream] branch tristan/immutable-public-data updated (e96f029 -> 0868826)

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

tvb pushed a change to branch tristan/immutable-public-data
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


 discard e96f029  Make public data immutable
 discard 751ee59  _elementproxy.py: Adding some additional proxy API
     add 13ac060  _messenger.py: Add a hook to explicitely start a new action context
     add a05e05a  job.py: Stop using the queue to send data between the child and parent
     add fa32cda  job.py: Completely remove the pipe between child and parent process
     add e429656  Merge pull request #1447 from apache/bschubert/remove-pipe-job
     add 5e53696  _elementproxy.py: Adding some additional proxy API
     add 0868826  Make public data immutable

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   (e96f029)
            \
             N -- N -- N   refs/heads/tristan/immutable-public-data (0868826)

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/_messenger.py          |  58 ++++++++++++----
 src/buildstream/_scheduler/jobs/job.py | 120 ++-------------------------------
 2 files changed, 52 insertions(+), 126 deletions(-)