This is an automated email from the ASF dual-hosted git repository.

juergbi pushed a change to branch jbilleter/tar
in repository https://gitbox.apache.org/repos/asf/buildstream.git


 discard 0c8ed9789 tar.py: Use custom extraction filter
 discard 07cb7a966 tar.py: Use `tar` extraction filter also on Python < 3.12
 discard f0b2aa39f _tarfile.py: Do not require `os.path.ALLOW_MISSING`
 discard 72f1c637a Import tarfile.py from Python 3.11.16
     add 7820ba1f8 _stream: Persist soft workspace resets
     add fa315b630 Merge pull request #2166 from 
kotborealis/fix/workspace-soft-reset-persistence
     add fff52c1f5 element.py: Document visit of the recursive _dependencies 
method
     add a44bca594 Merge pull request #2173 from nathanwilliams-ct/patch-1
     add 1a2869fe6 _sourcetests: Do not assume Source.ref is a string
     add c5e4d8338 Merge pull request #2187 from 
aleixpol/aleixpol/refs-not-strings
     add cb37723a7 _sourcetests: fetch missing after tracking
     add a789ff42a Merge pull request #2189 from 
nathanwilliams-ct/nathan/sourcetests-track
     add a5a1e0493 _artifact: Remove unused output size traversal
     add b69c68352 _cas: Avoid duplicate directory tree fetch
     add 857681c59 element: Reuse build dependencies for cache keys
     add 642fd68c3 Merge pull request #2172 from 
kotborealis/perf/cache-cas-optimizations
     add 0263fe77b tests/artifactcache/expiry.py: Tweak tests for buildbox-casd 
update
     add 74ec4927b Merge pull request #2191 from apache/jbilleter/expiry-tests
     new 17981c35b Import tarfile.py from Python 3.11.16
     new 15be668a9 _tarfile.py: Do not require `os.path.ALLOW_MISSING`
     new b44b94391 tar.py: Use `tar` extraction filter also on Python < 3.12
     new 12b1f007b tar.py: Use custom extraction filter
     new 66abd6998 tests/sources/tar.py: Add symlink escape test

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   (0c8ed9789)
            \
             N -- N -- N   refs/heads/jbilleter/tar (66abd6998)

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.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NOTICE                                          |  5 ++++
 src/buildstream/_artifact.py                    |  2 --
 src/buildstream/_cas/cascache.py                |  2 +-
 src/buildstream/_stream.py                      |  1 +
 src/buildstream/_testing/_sourcetests/mirror.py |  4 ++--
 src/buildstream/_testing/_sourcetests/track.py  | 11 ++++++++-
 src/buildstream/element.py                      | 20 +++++++++-------
 tests/artifactcache/expiry.py                   |  8 +++----
 tests/frontend/workspace.py                     | 16 +++++++++++++
 tests/sources/tar.py                            | 32 +++++++++++++++++++++++++
 10 files changed, 82 insertions(+), 19 deletions(-)

Reply via email to