summaryrefslogtreecommitdiffstats
path: root/sms-service/src
diff options
context:
space:
mode:
Diffstat (limited to 'sms-service/src')
-rw-r--r--sms-service/src/Makefile4
-rw-r--r--sms-service/src/quorumclient/Makefile (renamed from sms-service/src/smsquorum/Makefile)2
-rw-r--r--sms-service/src/quorumclient/config.json (renamed from sms-service/src/smsquorum/config.json)0
-rw-r--r--sms-service/src/quorumclient/quorumclient.go (renamed from sms-service/src/smsquorum/quorumclient.go)0
-rw-r--r--sms-service/src/sms/Gopkg.lock6
5 files changed, 7 insertions, 5 deletions
diff --git a/sms-service/src/Makefile b/sms-service/src/Makefile
index 4091a3e..6569ec1 100644
--- a/sms-service/src/Makefile
+++ b/sms-service/src/Makefile
@@ -1,5 +1,7 @@
build:
$(MAKE) -C sms build
+ $(MAKE) -C quorumclient build
deploy:
- $(MAKE) -C sms deploy \ No newline at end of file
+ $(MAKE) -C sms deploy
+ $(MAKE) -C quorumclient deploy \ No newline at end of file
diff --git a/sms-service/src/smsquorum/Makefile b/sms-service/src/quorumclient/Makefile
index 4ffeeae..720be29 100644
--- a/sms-service/src/smsquorum/Makefile
+++ b/sms-service/src/quorumclient/Makefile
@@ -1,4 +1,4 @@
-GOPATH := $(shell realpath "$(PWD)/../../")
+GOPATH := $(shell realpath "$(CURDIR)/../../")
BINARY := quorumclient
PLATFORM := linux
diff --git a/sms-service/src/smsquorum/config.json b/sms-service/src/quorumclient/config.json
index 1b2e4df..1b2e4df 100644
--- a/sms-service/src/smsquorum/config.json
+++ b/sms-service/src/quorumclient/config.json
diff --git a/sms-service/src/smsquorum/quorumclient.go b/sms-service/src/quorumclient/quorumclient.go
index 3f3c70b..3f3c70b 100644
--- a/sms-service/src/smsquorum/quorumclient.go
+++ b/sms-service/src/quorumclient/quorumclient.go
diff --git a/sms-service/src/sms/Gopkg.lock b/sms-service/src/sms/Gopkg.lock
index b856a81..a1f61dc 100644
--- a/sms-service/src/sms/Gopkg.lock
+++ b/sms-service/src/sms/Gopkg.lock
@@ -69,7 +69,7 @@
"json/scanner",
"json/token"
]
- revision = "f40e974e75af4e271d97ce0fc917af5898ae7bda"
+ revision = "ef8a98b0bbce4a65b5aa4c368430a80ddc533168"
[[projects]]
name = "github.com/hashicorp/vault"
@@ -119,7 +119,7 @@
"openpgp/packet",
"openpgp/s2k"
]
- revision = "88942b9c40a4c9d203b82b3731787b672d6e809b"
+ revision = "b2aa35443fbc700ab74c586ae79b81c171851023"
[[projects]]
branch = "master"
@@ -130,7 +130,7 @@
"idna",
"lex/httplex"
]
- revision = "6078986fec03a1dcc236c34816c71b0e05018fda"
+ revision = "b3c676e531a6dc479fa1b35ac961c13f5e2b4d2e"
[[projects]]
name = "golang.org/x/text"