Revision 45390b9fb8b05dfae14bc9b0bd2b5ff7d39143f3 authored by Tamir Duberstein on 03 September 2015, 16:57:59 UTC, committed by Tamir Duberstein on 03 September 2015, 17:38:28 UTC
Using Go-style import paths in protos is not idiomatic. Normally, this
detail would be internal to etcd, but the path from which gogoproto
is imported affects downstream consumers (e.g. cockroachdb).

In cockroach, we want to avoid including `$GOPATH/src` in our protoc
include path for various reasons. This patch puts etcd on the same
convention, which allows this for cockroach.

More information: https://github.com/cockroachdb/cockroach/pull/2339#discussion_r38663417

This commit also regenerates all the protos, which seem to have
drifted a tiny bit.
1 parent 1eaf169
History
File Mode Size
Documentation
Godeps
client
discovery
error
etcdctl
etcdctlv3
etcdmain
etcdserver
hack
integration
logos
pkg
proxy
raft
rafthttp
scripts
snap
storage
store
tools
version
wal
.dockerignore -rw-r--r-- 5 bytes
.gitignore -rw-r--r-- 107 bytes
.godir -rw-r--r-- 23 bytes
.header -rw-r--r-- 589 bytes
.travis.yml -rw-r--r-- 127 bytes
CONTRIBUTING.md -rw-r--r-- 2.5 KB
DCO -rw-r--r-- 1.4 KB
Dockerfile -rw-r--r-- 47 bytes
LICENSE -rw-r--r-- 11.1 KB
MAINTAINERS -rw-r--r-- 157 bytes
NOTICE -rw-r--r-- 126 bytes
Procfile -rw-r--r-- 1.4 KB
README.md -rw-r--r-- 4.6 KB
ROADMAP.md -rw-r--r-- 1.2 KB
build -rwxr-xr-x 738 bytes
build.bat -rw-r--r-- 941 bytes
cover -rwxr-xr-x 638 bytes
main.go -rw-r--r-- 1.1 KB
test -rwxr-xr-x 2.4 KB

README.md

back to top