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/17 06:26:38 UTC

[buildstream] branch master updated (a3fa795 -> 1c72d43)

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

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


    from a3fa795  Merge pull request #1543 from abderrahim/casserver
     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
     new 1c72d43  Merge pull request #1537 from apache/tristan/mirrors

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NEWS                                           |   6 +
 doc/source/format_project.rst                  |   7 +-
 doc/source/using_config.rst                    | 108 +++++++++++++++-
 src/buildstream/_context.py                    |  22 +++-
 src/buildstream/_project.py                    |  77 ++++++-----
 src/buildstream/data/userconfig.yaml           |  22 ++++
 src/buildstream/source.py                      |  11 +-
 src/buildstream/testing/_sourcetests/mirror.py |   3 +
 src/buildstream/types.py                       |  66 ++++++++++
 tests/frontend/mirror.py                       | 171 +++++++++++++++++++++++--
 10 files changed, 433 insertions(+), 60 deletions(-)

[buildstream] 01/01: Merge pull request #1537 from apache/tristan/mirrors

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 1c72d4342ae7df360808de22c5e49f55dbb6bec6
Merge: a3fa795 0b6810e
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Mon Jan 17 15:26:31 2022 +0900

    Merge pull request #1537 from apache/tristan/mirrors
    
    Override project defined source mirrors, and be selective about what mirrors to use

 NEWS                                           |   6 +
 doc/source/format_project.rst                  |   7 +-
 doc/source/using_config.rst                    | 108 +++++++++++++++-
 src/buildstream/_context.py                    |  22 +++-
 src/buildstream/_project.py                    |  77 ++++++-----
 src/buildstream/data/userconfig.yaml           |  22 ++++
 src/buildstream/source.py                      |  11 +-
 src/buildstream/testing/_sourcetests/mirror.py |   3 +
 src/buildstream/types.py                       |  66 ++++++++++
 tests/frontend/mirror.py                       | 171 +++++++++++++++++++++++--
 10 files changed, 433 insertions(+), 60 deletions(-)