From c3c41f74f9e6be22a150a6e79d3d88327746bb9d Mon Sep 17 00:00:00 2001 From: Andreas Linz Date: Fri, 8 Feb 2019 23:19:15 +0100 Subject: [PATCH] Retab all the things --- Makefile | 4 ++-- build/caddy/Makefile | 6 +++--- build/droneci/Makefile | 6 +++--- build/gitea/Makefile | 8 ++++---- build/prometheus/Makefile | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index f782369..cef4494 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: vm vagrant clean clean-all -APPS:=$(dir $(wildcard build/*/)) -ANSIBLE_OPTS:= +APPS :=$(dir $(wildcard build/*/)) +ANSIBLE_OPTS := ANSIBLE_EXTRA_OPTS:= all: vm diff --git a/build/caddy/Makefile b/build/caddy/Makefile index 57e91fa..e779326 100644 --- a/build/caddy/Makefile +++ b/build/caddy/Makefile @@ -1,8 +1,8 @@ .PHONY: clean -VERSION :=v0.11.3 -CADDY_SRC :=caddy-src-$(VERSION) -GOPATH :=$(shell pwd)/$(CADDY_SRC)/.go +VERSION :=v0.11.3 +CADDY_SRC:=caddy-src-$(VERSION) +GOPATH :=$(shell pwd)/$(CADDY_SRC)/.go all: caddy diff --git a/build/droneci/Makefile b/build/droneci/Makefile index 95628b4..97248b0 100644 --- a/build/droneci/Makefile +++ b/build/droneci/Makefile @@ -1,8 +1,8 @@ .PHONY: clean -VERSION :=v0.8.7 -DRONE_SRC :=drone-src-$(VERSION) -GOPATH :=$(shell pwd)/$(DRONE_SRC)/.go +VERSION :=v0.8.7 +DRONE_SRC:=drone-src-$(VERSION) +GOPATH :=$(shell pwd)/$(DRONE_SRC)/.go all: drone-agent drone-server diff --git a/build/gitea/Makefile b/build/gitea/Makefile index 07d6fbf..73a43f0 100644 --- a/build/gitea/Makefile +++ b/build/gitea/Makefile @@ -1,9 +1,9 @@ .PHONY: clean -VERSION :=v1.7.1 -GITEA_SRC :=gitea-src-$(VERSION) -GOPATH :=$(shell pwd)/$(GITEA_SRC)/.go -GITEA_BUILD_TAGS :=bindata +VERSION :=v1.7.1 +GITEA_SRC :=gitea-src-$(VERSION) +GOPATH :=$(shell pwd)/$(GITEA_SRC)/.go +GITEA_BUILD_TAGS:=bindata all: gitea diff --git a/build/prometheus/Makefile b/build/prometheus/Makefile index 7d39662..ae86169 100644 --- a/build/prometheus/Makefile +++ b/build/prometheus/Makefile @@ -1,6 +1,6 @@ .PHONY: clean -VERSION=2.5.0 +VERSION:=2.5.0 all: prometheus