From f8c726dcdac2d224ce46a66b95efdf81a5b76f48 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 26 Jan 2020 22:22:38 +0100 Subject: Fix missing procedure for delete membership & "better" failure handling After an object has been updated, membership information must be propagated to other object. Such operations may fail when calling consul but if they do we don't return fail immediatly returning an error code any more. Instead we just print all the errors to our logs and try to process the remaining updates. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7ff12b2..169e40b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: gobottin -gobottin: main.go ssha.go util.go acl.go +gobottin: main.go ssha.go util.go acl.go read.go write.go go get -d -v CGO_ENABLED=0 GOOS=linux go build -a -v -- cgit v1.2.3