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/01/15 23:48:07 UTC

[buildstream] branch tristan/mirrors updated (d9d7a83 -> 0b6810e)

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

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


    omit d9d7a83  NEWS: Document addition of fetch/track source user configuration
    omit 95142b4  doc/source/using_config.rst: Document new source URL policy configurations
    omit 24ff382  tests/frontend/mirror.py: Test fetch source policy
    omit 7d40a31  source.py: Remove behavior of traversing mirrors in reverse at tracking time
    omit 5e17cfe  Add fetch and track source URL policy
    omit bb808d7  _project.py: Change get_alias_uri() -> alias_exists()
    omit 76ce77b  NEWS: Document that user configuration can now override project defined source mirrors
    omit 8137a13  doc: Document the ability to override source mirrors in user configuration
    omit a70d575  tests/frontend/mirror.py: Test mirrors defined in user configuration
    omit 7959684  _context.py, _project.py: Allow user configuration to override mirror definitions
    omit d026a29  _project.py: Use _SourceMirror to store mirrors
    omit 8e5a1dd  types.py: Added _SourceMirror type to represent a mirror
     add 39e5821  casserver.py: Request shutdown before closing casd channel
     add 3a3413d  tests/testutils/artifactshare.py: Fix shutdown of test server
     add baa0889  Merge pull request #1560 from apache/juerg/tests-casd-server-shutdown
     add 14ccac6  _artifactcache.py: catch the correct errors
     add fdc22ae  _artifactcache.py: make errors raised by network operations temporary
     add 220dc78  .github/common.env: Update Docker images
     add 94f80b4  Merge pull request #1477 from abderrahim/pull-errors
     add c20bd02  workspace.py: Move bzr specific test to the bzr source
     add c6946df  Merge pull request #1565 from apache/bschubert/move-test
     add 5a1b5e8  types.py: Added _SourceMirror type to represent a mirror
     add 7213cd4  _project.py: Use _SourceMirror to store mirrors
     add 392db0a  _context.py, _project.py: Allow user configuration to override mirror definitions
     add 3f27940  tests/frontend/mirror.py: Test mirrors defined in user configuration
     add 2d9e0b6  doc: Document the ability to override source mirrors in user configuration
     add f356a3b  NEWS: Document that user configuration can now override project defined source mirrors
     add 5fe6ba5  _project.py: Change get_alias_uri() -> alias_exists()
     add 66f7bd4  Add fetch and track source URL policy
     add f55d5b5  source.py: Remove behavior of traversing mirrors in reverse at tracking time
     add 10457e1  tests/frontend/mirror.py: Test fetch source policy
     add a9b2a12  doc/source/using_config.rst: Document new source URL policy configurations
     add 0b6810e  NEWS: Document addition of fetch/track source user configuration

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   (d9d7a83)
            \
             N -- N -- N   refs/heads/tristan/mirrors (0b6810e)

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 +-
 src/buildstream/_artifactcache.py              | 40 +++++++++++---------------
 src/buildstream/_cas/casserver.py              |  1 +
 src/buildstream/testing/_sourcetests/mirror.py |  6 ++--
 tests/frontend/workspace.py                    | 18 ------------
 tests/sources/bzr.py                           | 30 ++++++++++++++++++-
 tests/testutils/artifactshare.py               | 29 ++++++++++---------
 7 files changed, 65 insertions(+), 61 deletions(-)