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/31 04:47:36 UTC

[buildstream] branch tristan/mirrors updated (b02fc99 -> 06f5ee7)

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.


 discard b02fc99  NEWS: Document addition of fetch/track source user configuration
 discard 9632169  doc/source/using_config.rst: Document new source URL policy configurations
 discard 6c20b4b  tests/frontend/mirror.py: Test fetch source policy
 discard 8873de9  Add fetch and track source URL policy
 discard c00dab9  _project.py: Change get_alias_uri() -> alias_exists()
 discard e7d53ce  NEWS: Document that user configuration can now override project defined source mirrors
 discard 581cf8c  doc: Document the ability to override source mirrors in user configuration
 discard 4baa404  tests/frontend/mirror.py: Test mirrors defined in user configuration
 discard 232f73e  _context.py, _project.py: Allow user configuration to override mirror definitions
 discard ab192c3  _project.py: Use _SourceMirror to store mirrors
 discard 6efba64  types.py: Added _SourceMirror type to represent a mirror
     add 101f616  _project.py: Don't consider `remote-execution` as a valid toplevel key.
     add 9680ac4  doc: Document setting up remote execution services.
     add 425b1bf  Merge pull request #1550 from apache/tristan/document-remote-execution-configuration
     add bd4d0ec  types.py: Added _SourceMirror type to represent a mirror
     add ceaaaa7  _project.py: Use _SourceMirror to store mirrors
     add 814f46e  _context.py, _project.py: Allow user configuration to override mirror definitions
     add 443668e  tests/frontend/mirror.py: Test mirrors defined in user configuration
     add 32ca259  doc: Document the ability to override source mirrors in user configuration
     add b151659  NEWS: Document that user configuration can now override project defined source mirrors
     add 44876d5  _project.py: Change get_alias_uri() -> alias_exists()
     add a659806  Add fetch and track source URL policy
     add 6c18e6a  tests/frontend/mirror.py: Test fetch source policy
     add 3a1f285  doc/source/using_config.rst: Document new source URL policy configurations
     add 06f5ee7  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   (b02fc99)
            \
             N -- N -- N   refs/heads/tristan/mirrors (06f5ee7)

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:
 doc/source/main_using.rst                         |  1 +
 doc/source/using_configuring_remote_execution.rst | 67 +++++++++++++++++++++++
 src/buildstream/_project.py                       |  1 -
 3 files changed, 68 insertions(+), 1 deletion(-)
 create mode 100644 doc/source/using_configuring_remote_execution.rst