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

Issue 2071243002: infra/go: Adding setup instructions and quick setup script. (Closed)

Created:
4 years, 6 months ago by mithro
Modified:
4 years, 5 months ago
CC:
chromium-reviews, infra-reviews+infra_chromium.org
Base URL:
https://chromium.googlesource.com/infra/infra.git@master
Target Ref:
refs/heads/master
Project:
infra
Visibility:
Public.

Description

infra/go: Adding setup instructions and quick setup script. The setup instructions explain how to get the "Chromium Infra Go Area" and the quick setup script gets you started with one command and provides a wrapper. This was split out of https://codereview.chromium.org/1807463005/ Committed: https://chromium.googlesource.com/infra/infra/+/e8441f571e7a2198e7837bb03b147077e23df7bf

Patch Set 1 #

Total comments: 30

Patch Set 2 : Review fixes. #

Total comments: 19

Patch Set 3 : Fixing for review. #

Patch Set 4 : Need to export PS1. #

Patch Set 5 : cd into the source area. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -0 lines) Patch
M go/README.md View 1 2 2 chunks +26 lines, -0 lines 0 comments Download
M go/bootstrap.py View 1 2 1 chunk +7 lines, -0 lines 1 comment Download
A go/quicksetup.sh View 1 2 3 4 1 chunk +69 lines, -0 lines 0 comments Download

Messages

Total messages: 36 (10 generated)
mithro
Hi, I've moved the quicksetup script from the luci-go repo to this infra/go repository and ...
4 years, 6 months ago (2016-06-17 05:02:25 UTC) #2
tandrii(chromium)
+Vadim as the guardian of infra/go area LGTM from me. https://codereview.chromium.org/2071243002/diff/1/go/README.md File go/README.md (right): https://codereview.chromium.org/2071243002/diff/1/go/README.md#newcode13 ...
4 years, 6 months ago (2016-06-17 09:28:44 UTC) #4
tandrii(chromium)
https://codereview.chromium.org/2071243002/diff/1/go/quicksetup.sh File go/quicksetup.sh (right): https://codereview.chromium.org/2071243002/diff/1/go/quicksetup.sh#newcode17 go/quicksetup.sh:17: "$PWD/depot_tools/fetch" infra I've just tried it with existing and ...
4 years, 6 months ago (2016-06-17 09:37:26 UTC) #5
tandrii(chromium)
https://codereview.chromium.org/2071243002/diff/1/go/README.md File go/README.md (right): https://codereview.chromium.org/2071243002/diff/1/go/README.md#newcode17 go/README.md:17: ```shell On 2016/06/17 09:28:44, tandrii(chromium) wrote: > This works ...
4 years, 6 months ago (2016-06-17 09:39:21 UTC) #6
Eric Burnett
Commenting as a target for this kind of script/documentation. Thanks for adding it, I was ...
4 years, 6 months ago (2016-06-17 17:23:30 UTC) #8
Vadim Sh.
https://codereview.chromium.org/2071243002/diff/1/go/README.md File go/README.md (right): https://codereview.chromium.org/2071243002/diff/1/go/README.md#newcode19 go/README.md:19: wget -O- "https://chromium.googlesource.com/infra/infra/+/master/go/quicksetup.sh?format=TEXT" | bash format=TEXT actually returns base64 ...
4 years, 6 months ago (2016-06-17 17:38:46 UTC) #9
mithro
PTAL. https://codereview.chromium.org/2071243002/diff/1/go/README.md File go/README.md (right): https://codereview.chromium.org/2071243002/diff/1/go/README.md#newcode7 go/README.md:7: The steps for getting the code are; On ...
4 years, 6 months ago (2016-06-18 07:13:18 UTC) #10
Vadim Sh.
https://codereview.chromium.org/2071243002/diff/20001/go/bootstrap.py File go/bootstrap.py (right): https://codereview.chromium.org/2071243002/diff/20001/go/bootstrap.py#newcode436 go/bootstrap.py:436: if not prompt.startswith('[cr-infra-go-area] '): nit: '[cr-infra-go-area]' not in prompt ...
4 years, 6 months ago (2016-06-18 16:12:09 UTC) #11
mithro
https://codereview.chromium.org/2071243002/diff/20001/go/bootstrap.py File go/bootstrap.py (right): https://codereview.chromium.org/2071243002/diff/20001/go/bootstrap.py#newcode436 go/bootstrap.py:436: if not prompt.startswith('[cr-infra-go-area] '): On 2016/06/18 16:12:09, Vadim Sh. ...
4 years, 6 months ago (2016-06-20 14:19:26 UTC) #12
Eric Burnett
https://codereview.chromium.org/2071243002/diff/20001/go/bootstrap.py File go/bootstrap.py (right): https://codereview.chromium.org/2071243002/diff/20001/go/bootstrap.py#newcode437 go/bootstrap.py:437: env['PS1'] = '[cr-infra-go-area] ' + prompt On 2016/06/20 14:19:26, ...
4 years, 6 months ago (2016-06-20 14:32:09 UTC) #13
mithro
https://codereview.chromium.org/2071243002/diff/20001/go/bootstrap.py File go/bootstrap.py (right): https://codereview.chromium.org/2071243002/diff/20001/go/bootstrap.py#newcode437 go/bootstrap.py:437: env['PS1'] = '[cr-infra-go-area] ' + prompt On 2016/06/20 14:32:09, ...
4 years, 6 months ago (2016-06-21 06:55:05 UTC) #14
M-A Ruel
lgtm with nits https://codereview.chromium.org/2071243002/diff/20001/go/README.md File go/README.md (right): https://codereview.chromium.org/2071243002/diff/20001/go/README.md#newcode9 go/README.md:9: 1) [Install depot_tools](https://www.chromium.org/developers/how-tos/install-depot-tools) Use google markdown ...
4 years, 6 months ago (2016-06-21 12:21:45 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2071243002/40001
4 years, 6 months ago (2016-06-22 03:41:22 UTC) #17
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-22 03:53:59 UTC) #19
mithro
https://codereview.chromium.org/2071243002/diff/20001/go/README.md File go/README.md (right): https://codereview.chromium.org/2071243002/diff/20001/go/README.md#newcode9 go/README.md:9: 1) [Install depot_tools](https://www.chromium.org/developers/how-tos/install-depot-tools) On 2016/06/21 12:21:44, M-A Ruel wrote: ...
4 years, 6 months ago (2016-06-22 04:39:21 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2071243002/100001
4 years, 6 months ago (2016-06-22 07:24:33 UTC) #24
M-A Ruel
https://codereview.chromium.org/2071243002/diff/20001/go/quicksetup.sh File go/quicksetup.sh (right): https://codereview.chromium.org/2071243002/diff/20001/go/quicksetup.sh#newcode44 go/quicksetup.sh:44: chmod a+x $ENTER_SCRIPT On 2016/06/22 04:39:20, mithro wrote: > ...
4 years, 6 months ago (2016-06-22 10:26:35 UTC) #25
commit-bot: I haz the power
Committed patchset #5 (id:100001) as https://chromium.googlesource.com/infra/infra/+/e8441f571e7a2198e7837bb03b147077e23df7bf
4 years, 6 months ago (2016-06-22 12:48:46 UTC) #27
nodir1
On 2016/06/22 12:48:46, commit-bot: I haz the power wrote: > Committed patchset #5 (id:100001) as ...
4 years, 6 months ago (2016-06-23 02:50:09 UTC) #28
nodir1
On 2016/06/23 02:50:09, nodir1 wrote: > On 2016/06/22 12:48:46, commit-bot: I haz the power wrote: ...
4 years, 6 months ago (2016-06-23 02:56:30 UTC) #29
mithro
On 2016/06/23 02:56:30, nodir1 wrote: > On 2016/06/23 02:50:09, nodir1 wrote: > > On 2016/06/22 ...
4 years, 6 months ago (2016-06-23 03:53:56 UTC) #30
dnj (Google)
https://codereview.chromium.org/2071243002/diff/100001/go/bootstrap.py File go/bootstrap.py (right): https://codereview.chromium.org/2071243002/diff/100001/go/bootstrap.py#newcode433 go/bootstrap.py:433: # Add a tag to the prompt This broke ...
4 years, 5 months ago (2016-07-01 01:40:42 UTC) #32
mithro
On 2016/07/01 01:40:42, dnj (Google) wrote: > https://codereview.chromium.org/2071243002/diff/100001/go/bootstrap.py > File go/bootstrap.py (right): > > https://codereview.chromium.org/2071243002/diff/100001/go/bootstrap.py#newcode433 ...
4 years, 5 months ago (2016-07-04 04:14:10 UTC) #33
dnj (Google)
> How did it end up breaking your prompt? Modifying the prompt this way is ...
4 years, 5 months ago (2016-07-04 06:15:55 UTC) #34
dnj (Google)
> How did it end up breaking your prompt? Modifying the prompt this way is ...
4 years, 5 months ago (2016-07-04 06:15:55 UTC) #35
dnj (Google)
4 years, 5 months ago (2016-07-04 06:16:21 UTC) #36
Message was sent while issue was closed.
Oops hit the button twice. Sorry about that.

Powered by Google App Engine
This is Rietveld 408576698