Commit 9bc09581 authored by Alain Takoudjou's avatar Alain Takoudjou

replication-manager cleanup

parent fc87834c
...@@ -14,11 +14,12 @@ buildflags = -v --tags server --ldflags "-extldflags 'static' -w -s -X main.GoO ...@@ -14,11 +14,12 @@ buildflags = -v --tags server --ldflags "-extldflags 'static' -w -s -X main.GoO
depends_gitfetch = depends_gitfetch =
${git.signal18.io_signal18_repman:recipe} ${git.signal18.io_signal18_repman:recipe}
command = . ${gowork:env.sh} && command = set -e
cd ${git.signal18.io_signal18_repman:location} && . ${gowork:env.sh}
export GO111MODULE=on && cd ${git.signal18.io_signal18_repman:location}
export FULLVERSION=$(git describe --tags) && export GO111MODULE=on
go build ${gowork:buildflags} -o ${gowork:bin}/replication-manager && export FULLVERSION=$(git describe --tags)
go build ${gowork:buildflags} -o ${gowork:bin}/replication-manager
chmod -R u+w . chmod -R u+w .
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment