From bb4d411c652dd37b17ab69c85ae75d50fe815561 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Mon, 4 Sep 2017 00:59:42 +0200 Subject: submodules: Disable remote tracking Stop following remote master HEAD refs for git submodules. This should fix recent deploy failures caused by upstream changes in salt-formulas-scripts repo. Change-Id: I32b422f2dd7d31d51c65f1cd0101111e9ed2fb5e Signed-off-by: Alexandru Avadanii --- mcp/patches/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcp/patches/Makefile') diff --git a/mcp/patches/Makefile b/mcp/patches/Makefile index fafa83f86..ae89498ae 100644 --- a/mcp/patches/Makefile +++ b/mcp/patches/Makefile @@ -32,7 +32,7 @@ FPATCHES = $(shell find ${F_PATCH_DIR} -name '*.patch') # To enable remote tracking, set the following var to any non-empty string. # Leaving this var empty will bind each git submodule to its saved commit. -FUEL_TRACK_REMOTES ?= yes +FUEL_TRACK_REMOTES ?= .PHONY: all all: release -- cgit 1.2.3-korg