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/04 06:33:51 UTC

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

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 06f5ee7  NEWS: Document addition of fetch/track source user configuration
 discard 3a1f285  doc/source/using_config.rst: Document new source URL policy configurations
 discard 6c18e6a  tests/frontend/mirror.py: Test fetch source policy
 discard a659806  Add fetch and track source URL policy
 discard 44876d5  _project.py: Change get_alias_uri() -> alias_exists()
 discard b151659  NEWS: Document that user configuration can now override project defined source mirrors
 discard 32ca259  doc: Document the ability to override source mirrors in user configuration
 discard 443668e  tests/frontend/mirror.py: Test mirrors defined in user configuration
 discard 814f46e  _context.py, _project.py: Allow user configuration to override mirror definitions
 discard ceaaaa7  _project.py: Use _SourceMirror to store mirrors
 discard bd4d0ec  types.py: Added _SourceMirror type to represent a mirror
     add e83b08e  _frontend/cli.py: Tidy up some whitespace
     add 0e16be2  doc/source/format_project.rst: Stop referring to broken link.
     add 58682e6  doc/source/format_declaring.rst: Slight rewording
     add 598b86b  doc/source/core_plugins.rst: Amend documentation about external plugins.
     add 033a669  doc: Adding initial structure for a porting guide
     add c4602fc  doc/source/porting_user_configuration.rst: Documenting breaking changes
     add 53ff3eb  doc/source/porting_command_line.rst: Documenting breaking changes
     add ecfd16d  doc/source/porting_project.rst: Documenting breaking changes
     add db4d5ea  Merge pull request #1551 from apache/tristan/porting-guide
     add 3a10498  types.py: Added _SourceMirror type to represent a mirror
     add 367b338  _project.py: Use _SourceMirror to store mirrors
     add cb9e392  _context.py, _project.py: Allow user configuration to override mirror definitions
     add 9e259a0  tests/frontend/mirror.py: Test mirrors defined in user configuration
     add ada175e  doc: Document the ability to override source mirrors in user configuration
     add 24f1560  NEWS: Document that user configuration can now override project defined source mirrors
     add 11506b7  _project.py: Change get_alias_uri() -> alias_exists()
     add f291041  Add fetch and track source URL policy
     add 9f330e8  tests/frontend/mirror.py: Test fetch source policy
     add f88e84e  doc/source/using_config.rst: Document new source URL policy configurations
     add 8a3605d  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   (06f5ee7)
            \
             N -- N -- N   refs/heads/tristan/mirrors (8a3605d)

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/core_plugins.rst               |   7 +-
 doc/source/format_declaring.rst           |   2 +-
 doc/source/format_project.rst             |   4 +-
 doc/source/index.rst                      |   1 +
 doc/source/main_porting.rst               |  16 ++
 doc/source/porting_command_line.rst       | 173 ++++++++++++++
 doc/source/porting_project.rst            | 360 ++++++++++++++++++++++++++++++
 doc/source/porting_user_configuration.rst |  45 ++++
 src/buildstream/_frontend/cli.py          |   2 +-
 9 files changed, 604 insertions(+), 6 deletions(-)
 create mode 100644 doc/source/main_porting.rst
 create mode 100644 doc/source/porting_command_line.rst
 create mode 100644 doc/source/porting_project.rst
 create mode 100644 doc/source/porting_user_configuration.rst