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/05/22 08:19:14 UTC

[buildstream] branch tristan/upgrade-grpcio updated (1527258ba -> 4fef2063f)

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

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


 discard 1527258ba .github/common.env: Using fresher version of docker images in CI
 discard 1d56f96aa src/buildstream: Fix new pylint errors
 discard d7dc7453e requirements: Updated requirements with unrestricted grpcio
     add ec678a625 README.rst: Cleanup shields
     add 03fdede8a Make source cache errors temporary
     add 1eb3fb08c _sourcecache.py: Refactor to handle AssetCacheError properly
     add f85f00cbc Merge pull request #1646 from apache/tristan/sourcecache-retries
     add 61d507130 Ensure the initial branch in git is master
     add 5d6ebb71b Merge pull request #1648 from nanonyme/new-git
     add 57deafd2e Merge branch 'master' into sam/badge-cleanup
     add 842ab5801 Merge pull request #1589 from ssssam/sam/badge-cleanup
     add 4981082d0 _elementsourcescache.py: Properly handle AssetCacheError
     add c4794ba72 Merge pull request #1651 from apache/tristan/handle-asset-cache-error
     add 421520765 .github: Run tests in fedora 36
     add d796c4e07 Merge pull request #1647 from jjardon/jjardon/f36
     add e901820d2 requirements: Updated requirements with unrestricted grpcio
     add 4fef2063f src/buildstream: Fix new pylint errors

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   (1527258ba)
            \
             N -- N -- N   refs/heads/tristan/upgrade-grpcio (4fef2063f)

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:
 .github/common.env                      |  2 +-
 .github/compose/ci.docker-compose.yml   |  8 ++---
 .github/run-ci.sh                       |  2 +-
 .github/workflows/ci.yml                |  2 +-
 README.rst                              |  7 +++--
 src/buildstream/_elementsourcescache.py | 25 +++++++++------
 src/buildstream/_exceptions.py          |  4 +--
 src/buildstream/_sourcecache.py         | 55 ++++++++++++++-------------------
 tests/testutils/repo/git.py             |  1 +
 9 files changed, 52 insertions(+), 54 deletions(-)