File tree Expand file tree Collapse file tree 3 files changed +25
-67
lines changed Expand file tree Collapse file tree 3 files changed +25
-67
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ GOACC_BIN := $(GO_BIN)/go-acc
14
14
STATIK_BIN := $(GO_BIN ) /statik
15
15
16
16
COMMIT := $(shell git describe --abbrev=40 --dirty --tags)
17
+ COMMIT_HASH := $(shell git rev-parse HEAD)
17
18
18
19
LINT_COMMIT := v1.18.0
19
20
GOACC_COMMIT := ddc355013f90fea78d83d3a6c71f1d37ac07ecd5
@@ -40,7 +41,7 @@ include make/release_flags.mk
40
41
# We only return the part inside the double quote here to avoid escape issues
41
42
# when calling the external release script. The second parameter can be used to
42
43
# add additional ldflags if needed (currently only used for the release).
43
- make_ldflags = $(2 ) -X $(LND_PKG ) /build.Commit=$(COMMIT ) \
44
+ make_ldflags = $(2 ) -X $(LND_PKG ) /build.Commit=shushtar- $(COMMIT ) \
44
45
-X $(LND_PKG ) /build.CommitHash=$(COMMIT_HASH ) \
45
46
-X $(LND_PKG ) /build.GoVersion=$(GOVERSION ) \
46
47
-X $(LND_PKG ) /build.RawTags=$(shell echo $(1 ) | sed -e 's/ /,/g')
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ require (
7
7
github.com/grpc-ecosystem/grpc-gateway v1.12.2
8
8
github.com/improbable-eng/grpc-web v0.12.0
9
9
github.com/jessevdk/go-flags v1.4.0
10
- github.com/lightninglabs/faraday v0.2 .0-alpha
10
+ github.com/lightninglabs/faraday v0.1 .0-alpha.0.20200518080657-d3726a59507c
11
11
github.com/lightninglabs/loop v0.6.3-beta
12
- github.com/lightningnetwork/lnd v0.10.1
12
+ github.com/lightningnetwork/lnd v0.10.2-beta-rc1-branch
13
13
github.com/lightningnetwork/lnd/cert v1.0.2
14
14
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
15
15
github.com/mwitkow/grpc-proxy v0.0.0-20181017164139-0f1106ef9c76
@@ -26,6 +26,6 @@ require (
26
26
27
27
// Manually solve the conflict between loop's lndclient version of lnd and what
28
28
// we explicitly need for the unified binary to work.
29
- replace github.com/lightningnetwork/lnd => github.com/lightningnetwork/lnd v0.10.0 -beta.rc6 .0.20200603172101-595bb7c1ff14
29
+ replace github.com/lightningnetwork/lnd => github.com/lightningnetwork/lnd v0.10.1 -beta.rc3 .0.20200618073938-797de8445bdb
30
30
31
31
go 1.13
You can’t perform that action at this time.
0 commit comments