This is an automated email from the ASF dual-hosted git repository.
tvb pushed a change to branch tristan/prefer-better-version-matches
in repository https://gitbox.apache.org/repos/asf/buildstream.git
discard 39ef73385 frontend/show.py: Test preference of better qualified
versions.
discard d1824b070 downloadablefilesource.py: Prefer better qualified version
guesses
discard 012b940dd _frontend/cli.py: Adjust default min-version for `bst init`
add 58da1f9f5 doc/source/arch_caches.rst: Fix typos
add 0a72487a4 Merge pull request #1992 from Kekun/fix-typos
add 7382ac73c _frontend/cli.py: Adjust default min-version for `bst init`
add feaa011c6 source.py: Fixed docstring typo
add 79535636d utils.py: Add docstring for get_umask()
add e910f890b utils.py: Add central function for guessing versions
add 6558f9628 downloadablefilesource.py: Use the new utility function for
version guessing
add 15e9f7731 frontend/show.py: Test preference of better qualified
versions.
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 (39ef73385)
\
N -- N -- N refs/heads/tristan/prefer-better-version-matches
(15e9f7731)
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/arch_caches.rst | 4 +-
src/buildstream/downloadablefilesource.py | 46 ++++-------------
src/buildstream/source.py | 2 +-
src/buildstream/utils.py | 84 +++++++++++++++++++++++++++++--
4 files changed, 92 insertions(+), 44 deletions(-)