commit | 6b125b1c7403dd7731c00126e6ce9bf968eae9ed | [log] [tgz] |
---|---|---|
author | Chris Bracken <cbracken@google.com> | Mon Jul 22 23:04:32 2024 +0000 |
committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 22 23:04:32 2024 +0000 |
tree | 712a34d02eb423eeda3bf6365cdedfbbf6aa187e | |
parent | 491a34908ff7eae1dcf37240438b3a42c9302185 [diff] |
Fix typo in FLUTTER_P12_PASSWORD value In Xilai's original commit, `FLUTTER_P12_PASSWORD` mapped to `0325_p12password.encrypted` in the secrets dictionary: See: https://flutter.googlesource.com/recipes/+/36cb4b548b820aba17a009a5aa3c08e86ad121ef%5E%21/#F0 However, in our re-application of this change, it was mapped to `0325_p12_password.encrypted`. Note the extra underscore after "p12". This causes a lookup failure during codesigning. https://flutter.googlesource.com/recipes/+/93c8ef9d56bbc4ff7337339f06d4e83fb2f26ba6%5E%21/ This removes the extra underscore. Change-Id: Id2aed56152feef3d94fe1c20be90eca98dcf0b8f Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/58580 Reviewed-by: Christopher Fujino <fujino@google.com> Commit-Queue: Christopher Fujino <fujino@google.com>
This repository contains Flutter's LUCI recipes. For the LUCI infrastructure config, see flutter/infra. Builds can be found in the Flutter Dashboard.
Supported repositories roll their .ci.yaml
into flutter/infra, which updates what properties builds have. For example, flutter config specifies various dependencies the different tests require, which are then used by the flutter_deps recipe_module No modifications to flutter/infra are required to work on the recipes.
Please follow instructions on Contributing docs to set up your development environment.