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/08/23 05:52:53 UTC

[buildstream] branch tristan/build-wheels updated (6bb595239 -> 9c1d50563)

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

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


 discard 6bb595239 tox: Remove obsolete '-e release' mode
 discard 4e695662a docs: Update release process
 discard e2d205530 Mark unstable BuildStream releases with PEP440-compatible postfix
 discard 3f0000a78 Build and release wheels packages as part of GitHub Actions
 discard 0d31531ce .github/workflows/merge.yml: Rename 'build' and 'publish'
 discard 1b612316d Add option to bundle BuildBox binaries inside Python package
     add 992d610cb tests: Refactor pull.py / push.py tests to not use deprecated methods
     add 204bd8254 _artifactcache.py: Remove unused functions pull_tree() and push_message()
     add 230a0018c Merge pull request #1726 from apache/tristan/artifact-cache-refactor
     add 400dcab2b _scheduler: Add concept of imperative queues
     add 7b0578cf4 _stream.py: Mark the imperative queues in tasks with multiple queues
     add 79f4405c8 Merge pull request #1727 from apache/tristan/quit-only-imperative-jobs
     add 09dbaca9d _stream.py: Cleanup workspace open INFO log
     add ae52e88cd Merge pull request #1729 from apache/tristan/workspace-info-log
     add 2bd97d9f4 _frontend/app.py: Fixed missing messages in frontend main logging
     add cabb49bb5 Merge pull request #1728 from apache/tristan/fix-logging-race
     add e5793d858 _yaml.pyx: Added roundtrip_dump_string()
     add fe08625e5 element.py, _frontend/widget.py: Use _yaml.roundtrip_dump_string()
     add 748ed5d45 Merge pull request #1731 from apache/tristan/fix-ruamel-deprecation-warnings
     add 4b97ab697 _frontend/widget.py: Remove use of OrderedDict()
     add 371dbad3a _frontend/widget.py: Only save the last failure message for any given element.
     add 5df07adca Merge pull request #1732 from apache/tristan/only-print-last-failure
     add 08dd1a6ca Add option to bundle BuildBox binaries inside Python package
     add e193c2232 .github/workflows/merge.yml: Rename 'build' and 'publish'
     add 67beeccfb Build and release wheels packages as part of GitHub Actions
     add 633fc2825 Mark unstable BuildStream releases with PEP440-compatible postfix
     add 68121bd80 docs: Update release process
     add 9c1d50563 tox: Remove obsolete '-e release' mode

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   (6bb595239)
            \
             N -- N -- N   refs/heads/tristan/build-wheels (9c1d50563)

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:
 src/buildstream/_artifactcache.py                  | 43 -----------
 src/buildstream/_frontend/app.py                   | 83 ++++++++++++++--------
 src/buildstream/_frontend/widget.py                | 51 ++++++-------
 .../_scheduler/queues/artifactpushqueue.py         |  4 +-
 src/buildstream/_scheduler/queues/queue.py         |  7 +-
 src/buildstream/_scheduler/scheduler.py            | 28 ++++++--
 src/buildstream/_stream.py                         | 10 +--
 src/buildstream/_yaml.pyx                          | 19 ++++-
 src/buildstream/element.py                         |  4 +-
 tests/artifactcache/pull.py                        |  8 ++-
 tests/artifactcache/push.py                        |  4 +-
 tests/frontend/show.py                             | 13 ++--
 tests/integration/cachedfail.py                    | 11 ---
 tests/sourcecache/push.py                          |  5 +-
 14 files changed, 148 insertions(+), 142 deletions(-)