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

Issue 144823003: Automatic toolchain: Use src-internal as signal for Pro (Closed)

Created:
6 years, 10 months ago by scottmg
Modified:
6 years, 10 months ago
Reviewers:
iannucci
CC:
chromium-reviews, Dirk Pranke, cmp-cc_chromium.org, M-A Ruel, ilevy-cc_chromium.org
Visibility:
Public.

Description

Automatic toolchain: Use src-internal as signal for Pro R=iannucci@chromium.org BUG=323300 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=248786

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : use access instead of .gclient #

Patch Set 5 : check svn access too #

Total comments: 5

Patch Set 6 : svn first, and early out on success #

Total comments: 1

Patch Set 7 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -3 lines) Patch
M win_toolchain/get_toolchain_if_necessary.py View 1 2 3 4 5 6 3 chunks +16 lines, -3 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
scottmg
6 years, 10 months ago (2014-02-04 00:22:32 UTC) #1
M-A Ruel
Deferring to Robbie since he'll be the one having to maintain this.
6 years, 10 months ago (2014-02-04 00:24:32 UTC) #2
iannucci
huge barf :( Wouldn't a more reliable check just be to `git remote show https://chrome-internal.googlesource.com/chrome/src-internal/` ...
6 years, 10 months ago (2014-02-04 02:55:14 UTC) #3
scottmg
On 2014/02/04 02:55:14, iannucci wrote: > huge barf :( > > Wouldn't a more reliable ...
6 years, 10 months ago (2014-02-04 04:34:04 UTC) #4
scottmg
On 2014/02/04 04:34:04, scottmg wrote: > On 2014/02/04 02:55:14, iannucci wrote: > > huge barf ...
6 years, 10 months ago (2014-02-04 04:35:32 UTC) #5
scottmg
Actually, it's kind of slow to check those :( c:\src\cr\src>tim cmd /c git remote show ...
6 years, 10 months ago (2014-02-04 04:45:44 UTC) #6
iannucci
On 2014/02/04 04:45:44, scottmg wrote: > Actually, it's kind of slow to check those :( ...
6 years, 10 months ago (2014-02-04 05:11:02 UTC) #7
iannucci
Oh, also, you should use the git version. Otherwise this will just break on flag ...
6 years, 10 months ago (2014-02-04 05:11:48 UTC) #8
scottmg
On 2014/02/04 05:11:02, iannucci wrote: > On 2014/02/04 04:45:44, scottmg wrote: > > Actually, it's ...
6 years, 10 months ago (2014-02-04 16:47:06 UTC) #9
scottmg
On 2014/02/04 05:11:48, iannucci wrote: > Oh, also, you should use the git version. Otherwise ...
6 years, 10 months ago (2014-02-04 16:47:53 UTC) #10
scottmg
Per IM, now checking git or svn.
6 years, 10 months ago (2014-02-04 21:02:31 UTC) #11
iannucci
https://codereview.chromium.org/144823003/diff/180001/win_toolchain/get_toolchain_if_necessary.py File win_toolchain/get_toolchain_if_necessary.py (right): https://codereview.chromium.org/144823003/diff/180001/win_toolchain/get_toolchain_if_necessary.py#newcode127 win_toolchain/get_toolchain_if_necessary.py:127: shell=True, stdout=nul, stderr=nul) maybe stdin=nul as well? Why shell=True? ...
6 years, 10 months ago (2014-02-04 21:28:28 UTC) #12
scottmg
https://codereview.chromium.org/144823003/diff/180001/win_toolchain/get_toolchain_if_necessary.py File win_toolchain/get_toolchain_if_necessary.py (right): https://codereview.chromium.org/144823003/diff/180001/win_toolchain/get_toolchain_if_necessary.py#newcode127 win_toolchain/get_toolchain_if_necessary.py:127: shell=True, stdout=nul, stderr=nul) On 2014/02/04 21:28:29, iannucci wrote: > ...
6 years, 10 months ago (2014-02-04 21:37:04 UTC) #13
iannucci
lgtm https://codereview.chromium.org/144823003/diff/180001/win_toolchain/get_toolchain_if_necessary.py File win_toolchain/get_toolchain_if_necessary.py (right): https://codereview.chromium.org/144823003/diff/180001/win_toolchain/get_toolchain_if_necessary.py#newcode127 win_toolchain/get_toolchain_if_necessary.py:127: shell=True, stdout=nul, stderr=nul) On 2014/02/04 21:37:04, scottmg wrote: ...
6 years, 10 months ago (2014-02-04 21:43:58 UTC) #14
scottmg
On 2014/02/04 21:43:58, iannucci wrote: > lgtm > > https://codereview.chromium.org/144823003/diff/180001/win_toolchain/get_toolchain_if_necessary.py > File win_toolchain/get_toolchain_if_necessary.py (right): > ...
6 years, 10 months ago (2014-02-04 21:51:02 UTC) #15
scottmg
The CQ bit was checked by scottmg@chromium.org
6 years, 10 months ago (2014-02-04 21:51:24 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scottmg@chromium.org/144823003/270001
6 years, 10 months ago (2014-02-04 21:51:32 UTC) #17
commit-bot: I haz the power
Change committed as 248786
6 years, 10 months ago (2014-02-04 21:53:12 UTC) #18
scottmg
svn apparently decides hanging at a password prompt here is the answer, even when stdin ...
6 years, 10 months ago (2014-02-24 21:43:29 UTC) #19
scottmg
6 years, 10 months ago (2014-02-24 21:54:48 UTC) #20
Message was sent while issue was closed.
Ah, --non-interactive apparently.

Powered by Google App Engine
This is Rietveld 408576698