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/10 06:32:05 UTC

[buildstream] branch tristan/shell-checkout-always-pull updated (564e0ce -> 147ca3d)

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

tvb pushed a change to branch tristan/shell-checkout-always-pull
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


 discard 564e0ce  Remove `--pull` option from `bst artifact checkout`, and pull dependencies by default
 discard 5d35f50  Remove `--pull` option from `bst shell`, and pull dependencies by default
     add 971731e  tests/frontend/buildcheckout.py: Remove element name tests from here
     add b62dbec  Strict element naming format.
     add 8378283  tests/format/elementnames.py: Added format test for element names
     add eb0d9f5  NEWS: Document breaking change of requiring valid element names
     add 0b8c2e1  Merge pull request #1523 from apache/tristan/strict-element-names
     add 8519dc3  Remove `--pull` option from `bst shell`, and pull dependencies by default
     add 3624735  Remove `--pull` option from `bst artifact checkout`, and pull dependencies by default
     add 147ca3d  NEWS: Document breaking change of removing `--pull` options from some commands

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   (564e0ce)
            \
             N -- N -- N   refs/heads/tristan/shell-checkout-always-pull (147ca3d)

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 +++
 src/buildstream/_loader/loader.py                  | 65 +++++++++-------------
 src/buildstream/exceptions.py                      | 12 ++++
 src/buildstream/types.py                           | 12 ----
 tests/format/elementnames.py                       | 29 ++++++++++
 .../elementnames/bad-chars-dep.bst}                |  3 +-
 .../elementnames/bad-suffix-dep.bst}               |  3 +-
 .../project.conf                                   |  2 +-
 tests/frontend/buildcheckout.py                    | 56 +------------------
 .../project/elements/invalid-chars-in-dep.bst      |  8 ---
 tests/frontend/project/elements/target2.bst        |  7 ---
 tests/frontend/project/project.conf                |  4 --
 12 files changed, 80 insertions(+), 130 deletions(-)
 create mode 100644 tests/format/elementnames.py
 copy tests/{frontend/workspaced-runtime-dep/elements/stack.bst => format/elementnames/bad-chars-dep.bst} (56%)
 copy tests/{frontend/workspaced-runtime-dep/elements/stack.bst => format/elementnames/bad-suffix-dep.bst} (58%)
 copy tests/format/{variables/missing_variables => elementnames}/project.conf (87%)
 delete mode 100644 tests/frontend/project/elements/invalid-chars-in-dep.bst
 delete mode 100644 tests/frontend/project/elements/target2.bst