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
1414STATIK_BIN := $(GO_BIN ) /statik
1515
1616COMMIT := $(shell git describe --abbrev=40 --dirty --tags)
17+ COMMIT_HASH := $(shell git rev-parse HEAD)
1718
1819LINT_COMMIT := v1.18.0
1920GOACC_COMMIT := ddc355013f90fea78d83d3a6c71f1d37ac07ecd5
@@ -40,7 +41,7 @@ include make/release_flags.mk
4041# We only return the part inside the double quote here to avoid escape issues
4142# when calling the external release script. The second parameter can be used to
4243# 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 ) \
4445 -X $(LND_PKG ) /build.CommitHash=$(COMMIT_HASH ) \
4546 -X $(LND_PKG ) /build.GoVersion=$(GOVERSION ) \
4647 -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 (
77 github.com/grpc-ecosystem/grpc-gateway v1.12.2
88 github.com/improbable-eng/grpc-web v0.12.0
99 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
1111 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
1313 github.com/lightningnetwork/lnd/cert v1.0.2
1414 github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
1515 github.com/mwitkow/grpc-proxy v0.0.0-20181017164139-0f1106ef9c76
@@ -26,6 +26,6 @@ require (
2626
2727// Manually solve the conflict between loop's lndclient version of lnd and what
2828// 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
3030
3131go 1.13
You can’t perform that action at this time.
0 commit comments