-
Notifications
You must be signed in to change notification settings - Fork 6k
Add script to download fuchsia sdk from GCS #31026
Conversation
iskakaushik
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
I believe after this change we'll need to update the repo_utils module to accept properties to be passed to gclient. |
|
From Triage: @zanderso would like to take a closer look at the implications of this patch. Please hold for an additional review. |
|
Will do, for context this is needed to enable |
zanderso
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm w/ nit
| # Prints to stderr. | ||
| def eprint(*args, **kwargs): | ||
| print(*args, file=sys.stderr, **kwargs) | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: two lines between top level methods.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
Adds a script to download the Fuchsia SDK from a given GCS bucket. This script can run as an optional gclient hook to allow for the Fuchsia architecture to run LSC checks on commits to fuchsia.git.
90327bc to
75a2442
Compare
Adds a script to download the Fuchsia SDK from a given GCS bucket.
This script can run as an optional gclient hook to allow for the
Fuchsia architecture to run LSC checks on commits to fuchsia.git.