| commit | 0a455fedda06056a0be820f951c16655b3420899 | [log] [tgz] |
|---|---|---|
| author | dnj <dnj@google.com> | Wed Jun 07 19:07:22 2017 |
| committer | Commit Bot <commit-bot@chromium.org> | Wed Jun 07 19:07:22 2017 |
| tree | ead24caa3b7d706b000be9678615503a337a8631 | |
| parent | 288831e8f27616792594ba30104b6266ba9af015 [diff] |
[vpython] Fix PEP425 naming. Early choices resulted in some incorrect naming of PEP425 structure fields. Fix this before "vpython" is used in too many places to make fixing this feasible. The "Pep425Tag" Protobuf struct is now named "PEP425Tag" so that its Go-generated structure is more idiomatic. This has no impact on the text or binary protobuf format. The fields in a "Pep425Tag" have been renamed from "Version, ABI, Arch" to the proper "Python, ABI, Platform" terminology used in PEP425. This will break existing text protobuf naming, so we have updated the protobuf version from "v1" to "v2". BUG=None TEST=local Review-Url: https://codereview.chromium.org/2927573002
go get -u github.com/luci/luci-go/client/cmd/... go get -u github.com/luci/luci-go/server/cmd/...
/common/... and /server/..../appengine/..., /client/... and /server/...; for example, the structures used by the server APIs. These are inherently APIs./appengine/....go1 contains the stable code.master constains the latest code.user.email and user.name are configured in git config.go get -u -t github.com/luci/luci-go/client/...go get -u github.com/maruel/pre-commit-go/cmd/... && pcgRun the following to setup the code review tool and create your first review:
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git $HOME/src/depot_tools export PATH="$PATH:$HOME/src/depot_tools" cd $GOROOT/github.com/luci/luci-go git checkout -b work origin/master # hack hack git commit -a -m "This is awesome\nR=joe@example.com" # This will ask for your Google Account credentials. git cl upload -s # Wait for LGTM over email. # Check the commit queue box in codereview website. # Wait for the change to be tested and landed automatically.
Use git cl help and git cl help <cmd> for more details.