This is an automated email from the ASF dual-hosted git repository.
tvb pushed a change to branch tristan/remove-plan-selection-mode
in repository https://gitbox.apache.org/repos/asf/buildstream.git.
discard 905a21c NEWS: Added notice of breaking change and removal of `--deps
plan`
discard 77961ad Remove PipelineSelection.PLAN and any related frontend options
discard 3d75a96 _scheduler/queues/queue.py: Prioritize enqueue order
discard 70aba42 tests/format/dependencies.py: Remove test_no_recurse()
discard 2c6eded tests/frontend/show.py: Remove test_planned_order()
add 742c783 _project.py: Add support for `project-root` and
`toplevel-root` variables
add 9811b51 tests/frontend/fetch.py: Use project-root variable instead of
generating a project.conf
add 1d71d98 tests/frontend/mirror.py: Test project-root and toplevel-root
expansion
add c2874f1 doc/source/format_declaring.rst: Document the dynamic
`project-root` and `toplevel-root` variables
add 16a0bed Merge pull request #1519 from
apache/tristan/project-path-variable
add ef60a6f tests/frontend/show.py: Remove test_planned_order()
add 64f8a45 tests/format/dependencies.py: Remove test_no_recurse()
add 0a7ff9e _scheduler/queues/queue.py: Prioritize enqueue order
add 850a3a5 Remove PipelineSelection.PLAN and any related frontend options
add 48be7f3 doc/source/using_config.rst: Amending docs for default build
deps
add 06a02fb NEWS: Added notice of breaking change and removal of `--deps
plan`
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 (905a21c)
\
N -- N -- N refs/heads/tristan/remove-plan-selection-mode
(06a02fb)
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:
doc/source/format_declaring.rst | 55 ++++++++++++++++++++++++++++++++
doc/source/using_config.rst | 2 +-
src/buildstream/_context.py | 4 +--
src/buildstream/_project.py | 25 +++++++++++++++
tests/frontend/fetch.py | 4 ---
tests/frontend/mirror.py | 41 ++++++++++++++++++++++++
tests/frontend/source-fetch/project.conf | 5 +++
7 files changed, 129 insertions(+), 7 deletions(-)
create mode 100644 tests/frontend/source-fetch/project.conf