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/10/17 07:48:31 UTC

[buildstream] branch tristan/remove-artifact-server updated (0bdba89 -> 5138b50)

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

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


 discard 0bdba89  Remove `bst-artifact-server` entrypoint
 discard 7ceac7b  .github: Remove testing of `bst-artifact-server` service tests
     add e97d16b  Revert to expecting '.bst' on the command line to disambiguate elements and artifacts
     add 43a8b3e  _frontend/cli.py: Enhanced the `bst artifact --help` output
     add 556cb91  NEWS: Document new/restored behavior of `bst artifact` commands
     add 15cd166  Merge pull request #1524 from apache/tristan/disambiguate-artifact-globs
     add 7e7e140  .github: Remove testing of `bst-artifact-server` service tests
     add 5138b50  Remove `bst-artifact-server` entrypoint

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   (0bdba89)
            \
             N -- N -- N   refs/heads/tristan/remove-artifact-server (5138b50)

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:
 NEWS                              |   4 ++
 src/buildstream/_frontend/cli.py  |  22 ++++--
 src/buildstream/_loader/loader.py |  12 ----
 src/buildstream/_stream.py        | 142 +++++++++++++++++++++-----------------
 tests/format/elementnames.py      |  28 ++++++--
 tests/frontend/artifact_show.py   |  24 -------
 tests/frontend/show.py            |  12 +---
 tests/frontend/workspace.py       |   2 +-
 tests/internals/loader.py         |   3 +-
 9 files changed, 126 insertions(+), 123 deletions(-)