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/02/22 08:51:05 UTC

[buildstream] 01/01: Merge pull request #1597 from apache/tristan/include-weak-key-in-cache-key

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 ac9fc2e38b3602877c186bc2a00fd4bd9fee36bd
Merge: 943397a 910b1cb
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Tue Feb 22 17:47:34 2022 +0900

    Merge pull request #1597 from apache/tristan/include-weak-key-in-cache-key
    
    element.py: Include weak cache key in cache key calculation.

 src/buildstream/element.py                        | 55 +++++++++++++----------
 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 +-
 tests/frontend/completions.py                     | 16 ++++---
 31 files changed, 70 insertions(+), 59 deletions(-)