X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=armband-fuel-config.mk;h=3b2bd7b882106c6c55f781be1a1892358c643eb0;hb=b2e6a3583baf97124dfbfd62026c57f114968efd;hp=fa829033757894856d9de337e7521ec8a9d4aea3;hpb=7ce3a621f2156110f5434e95a46e6aa6aa1fb9a1;p=armband.git diff --git a/armband-fuel-config.mk b/armband-fuel-config.mk index fa829033..3b2bd7b8 100644 --- a/armband-fuel-config.mk +++ b/armband-fuel-config.mk @@ -12,11 +12,11 @@ A_FUEL_BASE := ${ARMBAND_BASE}/upstream/fuel A_PATCH_DIR := ${ARMBAND_BASE}/patches A_OPNFV_TAG = armband-opnfv A_PATCHES = $(shell find ${A_PATCH_DIR} -name '*.patch') -F_BUILD_DIR := ${A_FUEL_BASE}/build +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 ?= yes +ARMBAND_TRACK_REMOTES ?= # for the patches applying purposes (empty git config in docker build container) export GIT_COMMITTER_NAME?=OPNFV Armband