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/02/19 10:02:44 UTC

[buildstream] branch tristan/user-config-docs updated (1192822 -> f35a958)

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

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


 discard 1192822  src/buildstream/data/userconfig.yaml: Remove some comments.
 discard bfefa8b  doc/source/using_config.rst: Completely and thoroughly document user config.
 discard 41e5bd9  _frontend/widget.py: Format full element names in `bst show --format %{deps}`
 discard 48a7d96  _context.py: Remote `prompt` as a valid configuration key
    omit 32bd7f5  doc: Documenting how to specify remotes on the command line.
    omit 7e6806e  Support specifying remotes on the command line.
     add d2c9c89  Support specifying remotes on the command line.
     add f0e2e79  doc: Documenting how to specify remotes on the command line.
     add a292743  NEWS: Updating with some new breaking changes
     add acec80b  _context.py: Remote `prompt` as a valid configuration key
     add 6f156a3  _frontend/widget.py: Format full element names in `bst show --format %{deps}`
     add 6a2128c  doc/source/using_config.rst: Completely and thoroughly document user config.
     add f35a958  src/buildstream/data/userconfig.yaml: Remove some comments.

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   (1192822)
            \
             N -- N -- N   refs/heads/tristan/user-config-docs (f35a958)

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                             |   9 +++
 doc/source/using_commands.rst    |   4 +-
 src/buildstream/_frontend/cli.py | 130 ++++++++++++++++++++++++++-------------
 tests/frontend/pull.py           |   8 +--
 tests/frontend/push.py           |   2 +-
 tests/sourcecache/fetch.py       |   4 +-
 6 files changed, 105 insertions(+), 52 deletions(-)