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 2023/08/21 05:47:20 UTC

[buildstream] branch tristan/fix-fetch-mirrors-only updated (119ef4e47 -> 744dcf123)

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

tvb pushed a change to branch tristan/fix-fetch-mirrors-only
in repository https://gitbox.apache.org/repos/asf/buildstream.git


 discard 119ef4e47 tests/frontend/mirror.py: Test failure mode for missing alias targets
 discard f552c2d6f source.py: Check for the availability of alias targets in preflight()
     add 43ab12c62 source.py: Check for the availability of alias targets
     add 744dcf123 tests/frontend/mirror.py: Test failure mode for missing alias targets

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   (119ef4e47)
            \
             N -- N -- N   refs/heads/tristan/fix-fetch-mirrors-only (744dcf123)

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/source.py | 53 +++++++++++++++++++----------------------------
 tests/frontend/mirror.py  |  2 +-
 2 files changed, 22 insertions(+), 33 deletions(-)