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:39 UTC

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

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(-)