Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Issue 2875173002: Add hook to download Fuchsia SDK (Closed)

Created:
3 years, 7 months ago by scottmg
Modified:
3 years, 7 months ago
Reviewers:
Dirk Pranke, Nico
CC:
jamesr1, chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Add hook to download Fuchsia SDK Used in (new) hooks_os section of DEPS to only be run when target_os includes 'fuchsia'. Writes the current version into third_party/fuchsia-sdk/.hash to avoid updating when no change has been made to the version. BUG=706592 Review-Url: https://codereview.chromium.org/2875173002 Cr-Commit-Position: refs/heads/master@{#472008} Committed: https://chromium.googlesource.com/chromium/src/+/4cd62becec2902f99720eb0c5b4602eecfbd6ef1

Patch Set 1 #

Patch Set 2 : . #

Total comments: 2

Patch Set 3 : . #

Total comments: 4

Patch Set 4 : . #

Patch Set 5 : use hooks_os #

Patch Set 6 : . #

Total comments: 2

Patch Set 7 : note that we can move android hooks now #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -0 lines) Patch
M DEPS View 1 2 3 4 5 6 1 chunk +15 lines, -0 lines 0 comments Download
A build/fuchsia/update_sdk.py View 1 2 3 4 5 1 chunk +65 lines, -0 lines 0 comments Download

Messages

Total messages: 44 (20 generated)
Nico
Thanks! nit: I thought with $root you meant src/, but you mean the sdk root ...
3 years, 7 months ago (2017-05-11 22:31:19 UTC) #6
Dirk Pranke
https://codereview.chromium.org/2875173002/diff/20001/build/fuchsia/update_sdk.py File build/fuchsia/update_sdk.py (right): https://codereview.chromium.org/2875173002/diff/20001/build/fuchsia/update_sdk.py#newcode47 build/fuchsia/update_sdk.py:47: return 0 Why use CR for this, rather than ...
3 years, 7 months ago (2017-05-11 22:31:30 UTC) #8
scottmg
Thanks https://codereview.chromium.org/2875173002/diff/20001/build/fuchsia/update_sdk.py File build/fuchsia/update_sdk.py (right): https://codereview.chromium.org/2875173002/diff/20001/build/fuchsia/update_sdk.py#newcode47 build/fuchsia/update_sdk.py:47: return 0 On 2017/05/11 22:31:30, Dirk Pranke wrote: ...
3 years, 7 months ago (2017-05-11 22:38:18 UTC) #11
Nico
On Thu, May 11, 2017 at 6:38 PM, <scottmg@chromium.org> wrote: > Reviewers: Dirk Pranke, Nico ...
3 years, 7 months ago (2017-05-11 22:40:31 UTC) #12
scottmg
On 2017/05/11 22:38:18, scottmg wrote: > Thanks > > https://codereview.chromium.org/2875173002/diff/20001/build/fuchsia/update_sdk.py > File build/fuchsia/update_sdk.py (right): > ...
3 years, 7 months ago (2017-05-11 22:40:37 UTC) #13
Nico
On Thu, May 11, 2017 at 6:40 PM, <scottmg@chromium.org> wrote: > On 2017/05/11 22:38:18, scottmg ...
3 years, 7 months ago (2017-05-11 22:42:43 UTC) #14
jamesr1
I believe the fuchsia sdk tarball is compatible with https://chromium.googlesource.com/chromium/tools/depot_tools/+/master/download_from_google_storage which may simplify the downloading ...
3 years, 7 months ago (2017-05-11 23:21:18 UTC) #15
scottmg
depot_tools change here: https://chromium-review.googlesource.com/503534
3 years, 7 months ago (2017-05-11 23:21:46 UTC) #16
scottmg
On 2017/05/11 23:21:18, jamesr1 wrote: > I believe the fuchsia sdk tarball is compatible with ...
3 years, 7 months ago (2017-05-11 23:24:17 UTC) #17
scottmg
On 2017/05/11 23:21:18, jamesr1 wrote: > I believe the fuchsia sdk tarball is compatible with ...
3 years, 7 months ago (2017-05-11 23:33:48 UTC) #18
scottmg
Ah, dfgs as always is my favourite thing. There might be more reasons, but at ...
3 years, 7 months ago (2017-05-11 23:41:16 UTC) #19
jamesr1
I believe the symlinks are expected to be there by the toolchain (and possibly other ...
3 years, 7 months ago (2017-05-11 23:49:38 UTC) #21
scottmg
On 2017/05/11 23:41:16, scottmg wrote: > Ah, dfgs as always is my favourite thing. There ...
3 years, 7 months ago (2017-05-11 23:51:15 UTC) #22
jamesr1
I think we just shouldn't use download_from_google_storage for this - I'd rather not pick a ...
3 years, 7 months ago (2017-05-11 23:52:26 UTC) #24
scottmg
On 2017/05/11 23:49:38, jamesr1 wrote: > I believe the symlinks are expected to be there ...
3 years, 7 months ago (2017-05-11 23:52:53 UTC) #25
scottmg
hooks_os is in depot_tools now, anyone want to review what's left here now?
3 years, 7 months ago (2017-05-15 20:16:14 UTC) #28
Nico
lgtm https://codereview.chromium.org/2875173002/diff/120001/DEPS File DEPS (right): https://codereview.chromium.org/2875173002/diff/120001/DEPS#newcode1174 DEPS:1174: ], Can you add a TODO here (on ...
3 years, 7 months ago (2017-05-15 20:20:02 UTC) #29
scottmg
Thanks https://codereview.chromium.org/2875173002/diff/120001/DEPS File DEPS (right): https://codereview.chromium.org/2875173002/diff/120001/DEPS#newcode1174 DEPS:1174: ], On 2017/05/15 20:20:02, Nico wrote: > Can ...
3 years, 7 months ago (2017-05-15 20:34:47 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2875173002/140001
3 years, 7 months ago (2017-05-15 20:35:51 UTC) #33
commit-bot: I haz the power
Try jobs failed on following builders: win_clang on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_clang/builds/228869)
3 years, 7 months ago (2017-05-15 21:31:19 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2875173002/140001
3 years, 7 months ago (2017-05-15 22:27:03 UTC) #37
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/445261)
3 years, 7 months ago (2017-05-16 02:46:40 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2875173002/140001
3 years, 7 months ago (2017-05-16 02:47:12 UTC) #41
commit-bot: I haz the power
3 years, 7 months ago (2017-05-16 03:55:50 UTC) #44
Message was sent while issue was closed.
Committed patchset #7 (id:140001) as
https://chromium.googlesource.com/chromium/src/+/4cd62becec2902f99720eb0c5b46...

Powered by Google App Engine
This is Rietveld 408576698