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/08/08 05:35:35 UTC

[buildstream] branch tristan/unaliased-sources updated (67b4f3d -> d8e9a25)

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

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


 discard 67b4f3d  source.py: Raise an error at load time when encountering unresolved source aliases
     add 3fd5986  source.py: Raise an error at load time when encountering unresolved source aliases
     add 2a1ee7d  tests/frontend/show.py: Test (fatal) warnings for unaliased URLs in sources
     add d8e9a25  tests/frontend/show.py: Added test for usage of invalid source aliases

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   (67b4f3d)
            \
             N -- N -- N   refs/heads/tristan/unaliased-sources (d8e9a25)

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                         |  4 ++--
 tests/frontend/project/elements/invalid-alias.bst |  5 +++++
 tests/frontend/project/elements/unaliased-tar.bst |  5 +++++
 tests/frontend/show.py                            | 25 +++++++++++++++++++++++
 4 files changed, 37 insertions(+), 2 deletions(-)
 create mode 100644 tests/frontend/project/elements/invalid-alias.bst
 create mode 100644 tests/frontend/project/elements/unaliased-tar.bst