Revert "[artifacts] Switch to OAUTH GCS FullControl scope."

This reverts commit d9d7a8abffd5cfbedf5881fceff45176e0c284ab.

Reason for revert: Should be unnecessary after the token server changes in https://chrome-internal-review.googlesource.com/c/infradata/config/+/1123383

Original change's description:
> [artifacts] Switch to OAUTH GCS FullControl scope.
> 
> This is the scope the luci-token-server has whitelisted for this role.
> 
> Change-Id: I964dc3e5876152e209eb15cf7891198931297f0d

TBR=joshuaseaton@google.com,nmulcahey@google.com

Change-Id: I3e96687e5462d807fbac1db660b1e10c937fda59
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
1 file changed
tree: 4183087182da0af91ef5dcd5af71af92915f11a8
  1. artifacts/
  2. bloaty/
  3. botanist/
  4. build/
  5. buildbucket/
  6. cache/
  7. cmd/
  8. color/
  9. command/
  10. digest/
  11. elflib/
  12. fastboot/
  13. gcs/
  14. gndoc/
  15. isatty/
  16. logger/
  17. mdns/
  18. netboot/
  19. netutil/
  20. ninjalog/
  21. qemu/
  22. resultstore/
  23. retry/
  24. runner/
  25. runtests/
  26. secrets/
  27. serial/
  28. sshutil/
  29. symbolize/
  30. tap/
  31. telnet/
  32. testrunner/
  33. testsharder/
  34. tftp/
  35. .gitignore
  36. go.mod
  37. go.sum
  38. LICENSE
  39. manifest
  40. PATENTS
  41. README.md
README.md

tools

This repo contains tools used in Fuchsia build and development.

Go packages from here are automatically built and uploaded to CIPD and Google Storage by bots using the tools recipe. To add a tool to the build:

  • Edit the bot config.
  • Find the builder_mixins section with name: "tools".
  • Edit the JSON in properties_j to add a string to the packages list:
"fuchsia.googlesource.com/tools/cmd/your-new-tool"