From 956c18d86b3b9073933c6d43a80ac36187864539 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Fri, 22 Jul 2016 20:45:57 +0200 Subject: Makefile: Trim OPNFV_PRODNO to fit in ISO volid genisoimage has a limit of 32 chars for volume ID, which was reached during Jenkins builds (which sets REVSTATE to a datestring), but not while building outside Jenkins (in which case REVSTATE was simply set to "P000"), hence the recent broken builds despite manully testing the changes beforehand. Shorten the product name (PRODNO var), and revert git SHA to full format, as that was not the culprit. Related-bug: ARMBAND-53 Change-Id: I0a530982893af1b6a0243b55f6b1d2eea66ac5bf Signed-off-by: Alexandru Avadanii --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b5723679..922b72ea 100644 --- a/Makefile +++ b/Makefile @@ -64,8 +64,8 @@ build: make \ BUILD_FUEL_PLUGINS="f_odlpluginbuild f_bgpvpn-pluginbuild" \ UBUNTU_ARCH="amd64 arm64" \ - PRODNO="OPNFV_ARMBAND_FUEL" \ - OPNFV_GIT_SHA=$(shell git rev-parse --short HEAD) \ + PRODNO="OPNFV_A_FUEL" \ + OPNFV_GIT_SHA=$(shell git rev-parse HEAD) \ ASTUTE_REPO=${root}/upstream/fuel-astute \ ASTUTE_COMMIT=HEAD \ NAILGUN_REPO=${root}/upstream/fuel-web \ -- cgit 1.2.3-korg