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/07 09:52:11 UTC

[buildstream] branch master updated (16a0bed -> 89100e1)

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

tvb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


    from 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`
     new 89100e1  Merge pull request #1520 from apache/tristan/remove-plan-selection-mode

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NEWS                                       |  4 +++
 doc/source/using_config.rst                |  2 +-
 src/buildstream/_context.py                |  4 +--
 src/buildstream/_frontend/cli.py           | 47 ++++++++++--------------------
 src/buildstream/_pipeline.py               | 46 ++++++++++++++++++++---------
 src/buildstream/_scheduler/queues/queue.py | 11 +++++--
 src/buildstream/_stream.py                 | 40 +++++++++++++++----------
 src/buildstream/data/userconfig.yaml       |  2 +-
 src/buildstream/testing/runcli.py          |  2 +-
 src/buildstream/types.py                   |  3 --
 tests/format/dependencies.py               | 21 -------------
 tests/frontend/completions.py              |  4 +--
 tests/frontend/order.py                    | 20 +++++++++----
 tests/frontend/show.py                     | 36 ++---------------------
 tests/frontend/workspace.py                |  2 +-
 15 files changed, 110 insertions(+), 134 deletions(-)

[buildstream] 01/01: Merge pull request #1520 from apache/tristan/remove-plan-selection-mode

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 89100e1ea1fa4c17694ac3203eb3717d22e26734
Merge: 16a0bed 06a02fb
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Thu Oct 7 18:52:05 2021 +0900

    Merge pull request #1520 from apache/tristan/remove-plan-selection-mode
    
    Remove selection mode "plan"

 NEWS                                       |  4 +++
 doc/source/using_config.rst                |  2 +-
 src/buildstream/_context.py                |  4 +--
 src/buildstream/_frontend/cli.py           | 47 ++++++++++--------------------
 src/buildstream/_pipeline.py               | 46 ++++++++++++++++++++---------
 src/buildstream/_scheduler/queues/queue.py | 11 +++++--
 src/buildstream/_stream.py                 | 40 +++++++++++++++----------
 src/buildstream/data/userconfig.yaml       |  2 +-
 src/buildstream/testing/runcli.py          |  2 +-
 src/buildstream/types.py                   |  3 --
 tests/format/dependencies.py               | 21 -------------
 tests/frontend/completions.py              |  4 +--
 tests/frontend/order.py                    | 20 +++++++++----
 tests/frontend/show.py                     | 36 ++---------------------
 tests/frontend/workspace.py                |  2 +-
 15 files changed, 110 insertions(+), 134 deletions(-)