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

Issue 1807463005: luci-go: Improving setup instructions in README.md (Closed)

Created:
4 years, 9 months ago by mithro
Modified:
4 years, 6 months ago
CC:
chromium-reviews, infra-reviews+luci-go_chromium.org, andrew.wang, todd, tandrii+luci-go_chromium.org, M-A Ruel
Base URL:
git+ssh://github.com/mithro/luci-go.git@patch-1
Target Ref:
refs/heads/master
Project:
luci-go
Visibility:
Public.

Description

luci-go: Improving setup instructions in README.md Point to the "Chrome Infra Go Area" and the quicksetup script. R=maruel@chromium.org

Patch Set 1 #

Total comments: 3

Patch Set 2 : Updating with quickstart.sh script #

Patch Set 3 : Fixing s/quicksetup.sh/quickstart.sh/ #

Patch Set 4 : Fixing the get of luci-go code. #

Patch Set 5 : Fix depot_tools in PATH. #

Patch Set 6 : Using infra/go method. #

Total comments: 6

Patch Set 7 : Moving quicksetup script to infra repo. #

Patch Set 8 : Fix the quickstart command. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -0 lines) Patch
M README.md View 1 2 3 4 5 6 7 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 30 (8 generated)
mithro
4 years, 9 months ago (2016-03-16 05:04:49 UTC) #1
mithro
Hi Marc, Small change to improve the README for noobs like me who don't use ...
4 years, 9 months ago (2016-03-16 05:11:10 UTC) #2
tandrii(chromium)
LGTM, thanks for contribution. Feel free to use CQ (commit box checkbox) to land your ...
4 years, 9 months ago (2016-03-16 06:38:57 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1807463005/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1807463005/1
4 years, 9 months ago (2016-03-16 07:16:14 UTC) #6
commit-bot: I haz the power
CLs for remote refs other than refs/heads/master must contain NOTRY=true and NOPRESUBMIT=true in order for ...
4 years, 9 months ago (2016-03-16 07:16:21 UTC) #8
M-A Ruel
https://codereview.chromium.org/1807463005/diff/1/README.md File README.md (right): https://codereview.chromium.org/1807463005/diff/1/README.md#newcode12 README.md:12: `$GOROOT` / `$GOPATH` and adding `$GOROOT/bin:$GOPATH/bin` to your `$PATH`. ...
4 years, 9 months ago (2016-03-16 12:50:54 UTC) #9
tandrii(chromium)
as for landing/uploading new CLs with respect to the error CQ posted above: When you ...
4 years, 9 months ago (2016-03-16 15:57:55 UTC) #10
M-A Ruel
https://codereview.chromium.org/1807463005/diff/1/README.md File README.md (right): https://codereview.chromium.org/1807463005/diff/1/README.md#newcode12 README.md:12: `$GOROOT` / `$GOPATH` and adding `$GOROOT/bin:$GOPATH/bin` to your `$PATH`. ...
4 years, 9 months ago (2016-03-16 16:42:58 UTC) #11
mithro
Hi everyone, After working on luci-go the last couple of weeks I'm resurrecting this CL. ...
4 years, 6 months ago (2016-06-14 01:34:57 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/1807463005/20001
4 years, 6 months ago (2016-06-14 01:35:00 UTC) #16
mithro
On 2016/06/14 01:34:57, mithro wrote: > Hi everyone, > > After working on luci-go the ...
4 years, 6 months ago (2016-06-14 01:37:04 UTC) #17
tandrii(chromium)
On 2016/06/14 01:37:04, mithro wrote: > On 2016/06/14 01:34:57, mithro wrote: > > Hi everyone, ...
4 years, 6 months ago (2016-06-14 19:42:57 UTC) #18
tandrii(chromium)
On 2016/06/14 19:42:57, tandrii(chromium) wrote: > On 2016/06/14 01:37:04, mithro wrote: > > On 2016/06/14 ...
4 years, 6 months ago (2016-06-14 19:44:34 UTC) #19
Vadim Sh.
+1 to what Andrii said If you are a gopher, you presumably have the SDK ...
4 years, 6 months ago (2016-06-14 20:57:21 UTC) #20
Vadim Sh.
On 2016/06/14 20:57:21, Vadim Sh. wrote: > +1 to what Andrii said > > If ...
4 years, 6 months ago (2016-06-14 20:59:23 UTC) #21
chromium-reviews
None of the "infra method" is documented in the repo README, so I had no ...
4 years, 6 months ago (2016-06-14 22:53:23 UTC) #22
mithro
Hi everyone, I've updated the README and quicksetup script to use the "Chromium Infra Go ...
4 years, 6 months ago (2016-06-16 04:46:00 UTC) #23
tandrii(chromium)
On 2016/06/16 04:46:00, mithro wrote: > Hi everyone, > > I've updated the README and ...
4 years, 6 months ago (2016-06-16 18:29:10 UTC) #24
tandrii(chromium)
personally, I dislike running bash scripts from the internet. but I 100% agree it removes ...
4 years, 6 months ago (2016-06-16 18:30:45 UTC) #25
mithro
I've create https://codereview.chromium.org/2071243002/ which puts the quicksetup script in the infra repository. This CL now ...
4 years, 6 months ago (2016-06-17 05:05:22 UTC) #26
mithro
https://codereview.chromium.org/1807463005/diff/100001/README.md File README.md (right): https://codereview.chromium.org/1807463005/diff/100001/README.md#newcode19 README.md:19: environment like this; On 2016/06/16 18:30:45, tandrii(chromium) wrote: > ...
4 years, 6 months ago (2016-06-17 05:05:35 UTC) #27
nodir1
4 years, 6 months ago (2016-06-23 02:51:34 UTC) #30

Powered by Google App Engine
This is Rietveld 408576698