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/08/18 07:38:32 UTC

[buildstream] branch master updated (7ba5126b7 -> 230a0018c)

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

tvb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git


    from 7ba5126b7 Merge pull request #1719 from apache/tristan/shell-artifacts
     add 992d610cb tests: Refactor pull.py / push.py tests to not use deprecated methods
     add 204bd8254 _artifactcache.py: Remove unused functions pull_tree() and push_message()
     new 230a0018c Merge pull request #1726 from apache/tristan/artifact-cache-refactor

The 1 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:
 src/buildstream/_artifactcache.py | 43 ---------------------------------------
 tests/artifactcache/pull.py       |  8 ++++++--
 tests/artifactcache/push.py       |  4 +++-
 3 files changed, 9 insertions(+), 46 deletions(-)


[buildstream] 01/01: Merge pull request #1726 from apache/tristan/artifact-cache-refactor

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 230a0018c2c906aa22413401c9467833e87efe99
Merge: 7ba5126b7 204bd8254
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Thu Aug 18 16:38:27 2022 +0900

    Merge pull request #1726 from apache/tristan/artifact-cache-refactor
    
    Remove unused functions from ArtifactCache class

 src/buildstream/_artifactcache.py | 43 ---------------------------------------
 tests/artifactcache/pull.py       |  8 ++++++--
 tests/artifactcache/push.py       |  4 +++-
 3 files changed, 9 insertions(+), 46 deletions(-)