etcd: update to 3.1.5.
This commit is contained in:
parent
76136c124d
commit
c4d7fbabdd
|
@ -1,13 +0,0 @@
|
|||
--- clientv3/balancer.go 2016-09-23 13:49:03.000000000 -0400
|
||||
+++ clientv3/balancer.go~ 2016-10-26 16:08:39.554660000 -0400
|
||||
@@ -66,7 +66,9 @@
|
||||
return sb
|
||||
}
|
||||
|
||||
-func (b *simpleBalancer) Start(target string) error { return nil }
|
||||
+//func (b *simpleBalancer) Start(target string) error { return nil }
|
||||
+
|
||||
+func (b *simpleBalancer) Start(target string, cfg grpc.BalancerConfig) error { return nil }
|
||||
|
||||
func (b *simpleBalancer) ConnectNotify() <-chan struct{} {
|
||||
b.mu.Lock()
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'etcd'
|
||||
pkgname=etcd
|
||||
version=3.0.15
|
||||
revision=4
|
||||
version=3.1.5
|
||||
revision=1
|
||||
build_style=go
|
||||
short_desc="Distributed reliable key-value store"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
|
@ -15,9 +15,6 @@ conf_files="/etc/sv/etcd/conf"
|
|||
system_accounts="etcd"
|
||||
make_dirs="/var/lib/etcd 0755 etcd etcd"
|
||||
|
||||
# etcd/etcdmain/etcd.go:182: not enough arguments in call to daemon.SdNotify
|
||||
broken="https://build.voidlinux.eu/builders/aarch64_builder/builds/2400/steps/shell_3/logs/stdio"
|
||||
|
||||
pre_build() {
|
||||
sed -i '/SupportPackageIsVersion3/d' etcdserver/etcdserverpb/rpc.pb.go
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue