From a880b5c0fe55397b73f0fcf8f8c87d523327099d Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Sat, 1 Sep 2018 02:45:30 +0200 Subject: u/fuel: Enable remote tracking Always fetch the latest master branch for Fuel@OPNFV (the only git submodule left), making constant rebase obsolete. JIRA: ARMBAND-401 Change-Id: I3115e3a569fb18b3e7321aef51d7b0572c54249f Signed-off-by: Alexandru Avadanii --- armband-fuel-config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'armband-fuel-config.mk') diff --git a/armband-fuel-config.mk b/armband-fuel-config.mk index a4a0ad5e..5f85f9c7 100644 --- a/armband-fuel-config.mk +++ b/armband-fuel-config.mk @@ -17,7 +17,7 @@ F_PATCH_DIR := ${A_FUEL_BASE}/mcp/patches # 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. -ARMBAND_TRACK_REMOTES ?= +ARMBAND_TRACK_REMOTES ?= yes # for the patches applying purposes (empty git config in docker build container) export GIT_COMMITTER_NAME?=OPNFV Armband -- cgit 1.2.3-korg