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

Side by Side Diff: README.md

Issue 1300853002: README: use Commit Queue instead manually landing. (Closed) Base URL: https://github.com/luci/luci-go.git@master
Patch Set: Use CQ instead. Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 luci-go: LUCI in Go 1 luci-go: LUCI in Go
2 =================== 2 ===================
3 3
4 [![GoDoc](https://godoc.org/github.com/luci/luci-go?status.svg)](https://godoc.o rg/github.com/luci/luci-go) 4 [![GoDoc](https://godoc.org/github.com/luci/luci-go?status.svg)](https://godoc.o rg/github.com/luci/luci-go)
5 [![Build Status](https://travis-ci.org/luci/luci-go.svg?branch=master)](https:// travis-ci.org/luci/luci-go) 5 [![Build Status](https://travis-ci.org/luci/luci-go.svg?branch=master)](https:// travis-ci.org/luci/luci-go)
6 [![Coverage Status](https://coveralls.io/repos/luci/luci-go/badge.svg?branch=mas ter&service=github)](https://coveralls.io/github/luci/luci-go?branch=master) 6 [![Coverage Status](https://coveralls.io/repos/luci/luci-go/badge.svg?branch=mas ter&service=github)](https://coveralls.io/github/luci/luci-go?branch=master)
7 7
8 Installing 8 Installing
9 ---------- 9 ----------
10 10
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 export PATH="$PATH:$HOME/src/depot_tools" 51 export PATH="$PATH:$HOME/src/depot_tools"
52 cd $GOROOT/github.com/luci/luci-go 52 cd $GOROOT/github.com/luci/luci-go
53 git checkout -b work origin/master 53 git checkout -b work origin/master
54 54
55 # hack hack 55 # hack hack
56 56
57 git commit -a -m "This is awesome\nR=joe@example.com" 57 git commit -a -m "This is awesome\nR=joe@example.com"
58 # This will ask for your Google Account credentials. 58 # This will ask for your Google Account credentials.
59 git cl upload -s 59 git cl upload -s
60 # Wait for LGTM over email. 60 # Wait for LGTM over email.
61 git cl land 61 # Check the commit queue box in codereview website.
62 # Wait for the change to be tested and landed automatically.
62 63
63 Use `git cl help` and `git cl help <cmd>` for more details. 64 Use `git cl help` and `git cl help <cmd>` for more details.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698