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 2021/12/07 10:44:34 UTC

[buildstream] branch tristan/mirrors updated (06036e7 -> ad069e9)

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.


    from 06036e7  NEWS: Document that user configuration can now override project defined source mirrors
     add ea4bb14  _project.py: Change get_alias_uri() -> alias_exists()
     add 62dac2b  Add fetch and track source URL policy
     add fff93ef  doc/source/using_config.rst: Document new source URL policy configurations
     add ad069e9  NEWS: Document addition of fetch/track source user configuration

No new revisions were added by this update.

Summary of changes:
 NEWS                                 |  3 ++
 doc/source/using_config.rst          | 70 ++++++++++++++++++++++++++++++++++++
 src/buildstream/_context.py          | 20 ++++++++++-
 src/buildstream/_project.py          | 43 +++++++++++++---------
 src/buildstream/data/userconfig.yaml | 22 ++++++++++++
 src/buildstream/source.py            | 11 +++---
 src/buildstream/types.py             | 23 ++++++++++++
 7 files changed, 169 insertions(+), 23 deletions(-)