armband-fuel-config.mk: Disable remote tracking
[armband.git] / armband-fuel-config.mk
1 ##############################################################################
2 # Copyright (c) 2016,2017 Enea AB and others.
3 # Alexandru.Avadanii@enea.com
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9
10 # Prepare for merging with Fuel@OPNFV by keeping the same patch dir structure
11 A_FUEL_BASE := ${ARMBAND_BASE}/upstream/fuel
12 A_PATCH_DIR := ${ARMBAND_BASE}/patches
13 A_OPNFV_TAG  = armband-opnfv
14 A_PATCHES    = $(shell find ${A_PATCH_DIR} -name '*.patch')
15 F_PATCH_DIR := ${A_FUEL_BASE}/mcp/patches
16
17 # To enable remote tracking, set the following var to any non-empty string.
18 # Leaving this var empty will bind each git submodule to its saved commit.
19 ARMBAND_TRACK_REMOTES ?=
20
21 # for the patches applying purposes (empty git config in docker build container)
22 export GIT_COMMITTER_NAME?=OPNFV Armband
23 export GIT_COMMITTER_EMAIL?=armband@enea.com