siso: fetch action_list shows action_digest by default

for format="", print action digest for action_list

before:
 % ~/go/bin/siso fetch -project rbe-android-ci -type action-list bc256fd3a797bee941b7cf71df1e7eb4047b90fc04a1cec4c2b80d3c9ecbce5a/157
command_digest:{hash:"cac87fd6ae77e58949e18422c88add162ffe6719bd57e70dba85d7d1cba39a7a" size_bytes:848} input_root_digest:{hash:"bebb012fc2efc9b5a6d1979c2ff4f9143c0950c21874ee84c1726cd0fa9d9128" size_bytes:78} timeout:{seconds:7200} salt:"tpc-exp.5"

after:
 % ~/go/bin/siso fetch -project rbe-android-ci -type action-list bc256fd3a797bee941b7cf71df1e7eb4047b90fc04a1cec4c2b80d3c9ecbce5a/157
action_digest: 4261b88a75d4644d3530756dbf161c63637d03d332614129e4510a3111572417/157
Change-Id: I9b33add11f5a2a6aab3d8dbbce84ab7ca1d27e16
Reviewed-on: https://chromium-review.googlesource.com/c/build/+/8257109
Auto-Submit: Fumitoshi Ukai <ukai@google.com>
Reviewed-by: Yuke Liao <liaoyuke@google.com>
Commit-Queue: Fumitoshi Ukai <ukai@google.com>
1 file changed
tree: 2e0bec4fa826cd47b240779ffeb046928cc448f0
  1. bench/
  2. gong/
  3. hashigo/
  4. infra/
  5. kajiya/
  6. kzipinfo/
  7. remote-apis/
  8. runmc/
  9. siso/
  10. .gitignore
  11. .golangci.yml
  12. .style.yapf
  13. BUILD_OWNERS
  14. BUILD_TEAM_OWNERS
  15. CONTRIBUTING.md
  16. LICENSE
  17. OWNERS
  18. PRESUBMIT.py
  19. README.md
  20. WATCHLISTS
README.md

build.git repository

This repository contains tools developed and owned by the Chrome Build Team.

Quick start

The steps for getting the code are:

  1. Install depot_tools
  2. Run git clone https://chromium.googlesource.com/build

We use the standard Go module workflow to work on our projects.

Links