From: Alexandru Avadanii Date: Sun, 3 Sep 2017 22:59:42 +0000 (+0200) Subject: submodules: Disable remote tracking X-Git-Tag: opnfv-5.0.RC1~98 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F49%2F40949%2F1;p=fuel.git 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 --- 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