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 2022/02/23 06:20:54 UTC

[buildstream] branch tristan/privatize-testing-api updated (29d1c22 -> 7634554)

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

tvb pushed a change to branch tristan/privatize-testing-api
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


 discard 29d1c22  Make buildstream.testing private -> buildstream._testing
     add aaa0053  tests/frontend/buildcheckout.py: Testing strict/non-strict scenario
     add 299ffde  Merge pull request #1598 from apache/tristan/weak-cache-key-test
     add 7634554  Make buildstream.testing private -> buildstream._testing

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   (29d1c22)
            \
             N -- N -- N   refs/heads/tristan/privatize-testing-api (7634554)

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:
 tests/frontend/buildcheckout.py                    | 67 ++++++++++++++++++++++
 .../elements/base.bst                              |  2 +-
 tests/frontend/strict-scenario/elements/target.bst |  9 +++
 .../strict-scenario/files/base.txt}                |  0
 .../strict-scenario/files/target.txt}              |  0
 .../project.conf                                   |  0
 6 files changed, 77 insertions(+), 1 deletion(-)
 copy tests/frontend/{strict-depends => strict-scenario}/elements/base.bst (61%)
 create mode 100644 tests/frontend/strict-scenario/elements/target.bst
 copy tests/{sources/tar/contains-links/content/base-directory/subdir1/file.txt => frontend/strict-scenario/files/base.txt} (100%)
 copy tests/{format/junctions/options/options-base/horsy.txt => frontend/strict-scenario/files/target.txt} (100%)
 copy tests/frontend/{strict-depends => strict-scenario}/project.conf (100%)