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/14 02:50:12 UTC

[buildstream] branch tristan/mirrors updated (ed804c2 -> 840bae1)

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 ed804c2  NEWS: Document addition of fetch/track source user configuration
 discard 3aa0cdf  doc/source/using_config.rst: Document new source URL policy configurations
 discard 54ef501  tests/frontend/mirror.py: Test fetch source policy
 discard 9f10eef  Add fetch and track source URL policy
 discard d19b6b7  _project.py: Change get_alias_uri() -> alias_exists()
 discard ebb5718  NEWS: Document that user configuration can now override project defined source mirrors
 discard 673b906  doc: Document the ability to override source mirrors in user configuration
 discard e29270e  tests/frontend/mirror.py: Test mirrors defined in user configuration
 discard 969c07e  _context.py, _project.py: Allow user configuration to override mirror definitions
 discard 5db3fac  _project.py: Use _SourceMirror to store mirrors
 discard ddb8c2b  types.py: Added _SourceMirror type to represent a mirror
     add 3f24523  data/projectconfig.yaml: Fix previous fix of SOURCE_DATE_EPOCH
     add fbf266c  Merge pull request #1559 from apache/tristan/fix-timestamp-again
     add 4ab6933  plugins/sources/pip.py: Whitelist python 3.9 as a valid version
     add 82a8290  testing/_update_cachekeys.py: Fixed to actually work.
     add 1741ea8  tests/cachekey: Updated for the recent SOURCE_DATE_EPOCH change.
     add e569dc6  Merge pull request #1561 from apache/tristan/fix-cache-key-test
     add 8e5a1dd  types.py: Added _SourceMirror type to represent a mirror
     add d026a29  _project.py: Use _SourceMirror to store mirrors
     add 7959684  _context.py, _project.py: Allow user configuration to override mirror definitions
     add a70d575  tests/frontend/mirror.py: Test mirrors defined in user configuration
     add 8137a13  doc: Document the ability to override source mirrors in user configuration
     add 76ce77b  NEWS: Document that user configuration can now override project defined source mirrors
     add bb808d7  _project.py: Change get_alias_uri() -> alias_exists()
     add 3dd3bec  Add fetch and track source URL policy
     add 5415167  source.py: Remove behavior of traversing mirrors in reverse at tracking time
     add 52afc6d  tests/frontend/mirror.py: Test fetch source policy
     add 96879f8  doc/source/using_config.rst: Document new source URL policy configurations
     add 840bae1  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   (ed804c2)
            \
             N -- N -- N   refs/heads/tristan/mirrors (840bae1)

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:
 src/buildstream/data/projectconfig.yaml           | 4 ++--
 src/buildstream/data/userconfig.yaml              | 2 +-
 src/buildstream/plugins/sources/pip.py            | 1 +
 src/buildstream/source.py                         | 2 +-
 src/buildstream/testing/_update_cachekeys.py      | 4 +++-
 tests/cachekey/project/elements/build1.expected   | 2 +-
 tests/cachekey/project/elements/build2.expected   | 2 +-
 tests/cachekey/project/elements/build3.expected   | 2 +-
 tests/cachekey/project/elements/compose1.expected | 2 +-
 tests/cachekey/project/elements/compose2.expected | 2 +-
 tests/cachekey/project/elements/compose3.expected | 2 +-
 tests/cachekey/project/elements/compose4.expected | 2 +-
 tests/cachekey/project/elements/compose5.expected | 2 +-
 tests/cachekey/project/elements/import1.expected  | 2 +-
 tests/cachekey/project/elements/import2.expected  | 2 +-
 tests/cachekey/project/elements/import3.expected  | 2 +-
 tests/cachekey/project/elements/script1.expected  | 2 +-
 tests/cachekey/project/sources/bzr1.expected      | 2 +-
 tests/cachekey/project/sources/git1.expected      | 2 +-
 tests/cachekey/project/sources/git2.expected      | 2 +-
 tests/cachekey/project/sources/git3.expected      | 2 +-
 tests/cachekey/project/sources/local1.expected    | 2 +-
 tests/cachekey/project/sources/local2.expected    | 2 +-
 tests/cachekey/project/sources/patch1.expected    | 2 +-
 tests/cachekey/project/sources/patch2.expected    | 2 +-
 tests/cachekey/project/sources/patch3.expected    | 2 +-
 tests/cachekey/project/sources/pip1.expected      | 2 +-
 tests/cachekey/project/sources/remote1.expected   | 2 +-
 tests/cachekey/project/sources/remote2.expected   | 2 +-
 tests/cachekey/project/sources/tar1.expected      | 2 +-
 tests/cachekey/project/sources/tar2.expected      | 2 +-
 tests/cachekey/project/sources/zip1.expected      | 2 +-
 tests/cachekey/project/sources/zip2.expected      | 2 +-
 tests/cachekey/project/target.expected            | 2 +-
 34 files changed, 37 insertions(+), 34 deletions(-)