commit | 267a9cade92ca2462fc540c4d3c332334076ef5f | [log] [tgz] |
---|---|---|
author | Dan Le Febvre <dlf@google.com> | Thu Nov 21 16:50:47 2024 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 21 16:50:47 2024 |
tree | aa2afd9af9a44c171b7b967b70b4ce880f3722fa | |
parent | e0b693fa7850465cd0f2f42900627dd0b3b2e68c [diff] |
[ssci] add flatten files type and fix archive type file hash The zipped file on the local disk is not named the same as the final uploaded zip. Flatten helps support bling. Added all appropriate tests. Unless there's something very wrong with the CL, would appreciate auto submit. Bug:b/356745797 Change-Id: I9aec1652e6160b321ba9d8e64d82e9ada5a1e6fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/6040972 Reviewed-by: Keybo Qian <keybo@google.com> Commit-Queue: Keybo Qian <keybo@google.com> Auto-Submit: Dan Le Febvre <dlf@google.com>
If you're here to make a change to ‘recipes’ (the code located in the recipes
directory), please take a look at the README for more information pertaining to recipes.
The preferred style is PEP8 with two-space indent. Functions use lowercase_with_underscores
, with the exception of the special functions RunSteps
and RunTests
in recipes. Use yapf (git cl format --no-clang-format
) to autoformat new code.