From 9a88998b7ec205b9bef193b4a75ad8af81092bb1 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Fri, 22 Jul 2016 18:19:14 +0200 Subject: BUILD_ID: Fix git SHA one last time. Previous commit which was supposed to fix the BUILD_ID being too long mistakenly altered the submodule code for computing the short SHA, instead of altering the Makefile. Fixes: ARMBAND-53 Change-Id: Ib1c1b3dc9592714fd86a59ae1a64001bd2930bd3 Signed-off-by: Alexandru Avadanii --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2dbf769b..b5723679 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ build: BUILD_FUEL_PLUGINS="f_odlpluginbuild f_bgpvpn-pluginbuild" \ UBUNTU_ARCH="amd64 arm64" \ PRODNO="OPNFV_ARMBAND_FUEL" \ - OPNFV_GIT_SHA=$(shell git rev-parse HEAD) \ + OPNFV_GIT_SHA=$(shell git rev-parse --short HEAD) \ ASTUTE_REPO=${root}/upstream/fuel-astute \ ASTUTE_COMMIT=HEAD \ NAILGUN_REPO=${root}/upstream/fuel-web \ -- cgit 1.2.3-korg