build: Rebase after cirros bump / GPG addition
[armband.git] / armband-fuel-config.mk
index 63699b4..7aec79e 100644 (file)
@@ -22,7 +22,7 @@ F_SUB_DIR   := ${F_REPOS_DIR}/sub
 ARMBAND_TRACK_REMOTES ?= yes
 
 # Armband plugins, supported archs & specific info
-export PLUGINS           := f_odlpluginbuild f_bgpvpn-pluginbuild f_ovs-nsh-dpdk-pluginbuild
+export PLUGINS           := f_odlpluginbuild f_bgpvpn-pluginbuild f_ovs-nsh-dpdk-pluginbuild f_tacker-pluginbuild
 export UBUNTU_ARCH       := amd64 arm64
 export PRODNO            := OPNFV_A_FUEL
 export MIRROR_MOS_UBUNTU := linux.enea.com
@@ -45,3 +45,7 @@ export OVS_NSH_DPDK_BRANCH := ${A_OPNFV_TAG}
 export VSPERF_REPO   := ${ARMBAND_BASE}/upstream/vswitchperf
 export VSPERF_BRANCH := opnfv-armband
 export VSPERF_CHANGE := ${A_OPNFV_TAG}
+
+# for the patches applying purposes (empty git config in docker build container)
+export GIT_COMMITTER_NAME?=Fuel OPNFV
+export GIT_COMMITTER_EMAIL?=fuel@opnfv.org