use live version of codesign

Context: https://github.com/flutter/flutter/issues/138580
Another issue from the code sign post mortem. The request is to use a 'live' version of codesign cipd package instead of a 'latest' version.

Personally I thought 'latest' is easier since the packages are auto updated. Casey pointed out that using a 'live' version would help us find the last known good version faster.

Added 'live' tags to existing package versions at the tip of the head. followed [CIPD doc](https://g3doc.corp.google.com/company/teams/flutter/infrastructure/luci/cipd.md?cl=head) to add tags

Change-Id: Ia570f69f5f038cf2ea4eff9568517fe115494aad
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/53084
Commit-Queue: Xilai Zhang <xilaizhang@google.com>
Reviewed-by: Godofredo Contreras <godofredoc@google.com>
5 files changed
tree: 39c2a05fb33d1417ad58d274af5cf71d7b7400da
  1. infra/
  2. recipe_modules/
  3. recipes/
  4. .gitignore
  5. .style.yapf
  6. AUTHORS
  7. CONTRIBUTING.md
  8. LICENSE
  9. OWNERS
  10. README.md
  11. recipes.py
README.md

Flutter LUCI Recipes

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.

Contributing

Please follow instructions on Contributing docs to set up your development environment.