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:46:51 UTC

[buildstream] branch tristan/add-except-option updated (10c64e6 -> e66910d)

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

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


 discard 10c64e6  _frontend/cli.py: Add `--except` option to `bst source push`
 discard 32bd7f5  doc: Documenting how to specify remotes on the command line.
 discard 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 d4cb3be  Merge pull request #1438 from apache/tristan/remote-cli-options
     add 7fcb131  _context.py: Remote `prompt` as a valid configuration key
     add b646a8f  _frontend/widget.py: Format full element names in `bst show --format %{deps}`
     add 651bb00  doc/source/using_config.rst: Completely and thoroughly document user config.
     add aabb43e  src/buildstream/data/userconfig.yaml: Remove some comments.
     add 822b83f  Merge pull request #1442 from apache/tristan/user-config-docs
     add e66910d  _frontend/cli.py: Add `--except` option to `bst source push`

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   (10c64e6)
            \
             N -- N -- N   refs/heads/tristan/add-except-option (e66910d)

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 +-
 doc/source/using_config.rst          | 630 ++++++++++++++++++++++++++++++++---
 src/buildstream/_context.py          |   1 -
 src/buildstream/_frontend/cli.py     | 129 ++++---
 src/buildstream/_frontend/widget.py  |   6 +-
 src/buildstream/data/userconfig.yaml |  55 +--
 tests/frontend/pull.py               |   8 +-
 tests/frontend/push.py               |   2 +-
 tests/sourcecache/fetch.py           |   4 +-
 10 files changed, 698 insertions(+), 150 deletions(-)