aboutsummaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-07-22 13:46:28 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-07-22 13:46:28 +0000
commit8729c530665164205678e18afdbe6706fe93588d (patch)
treec3d0019200ef2205eca678e3b523c8ac8c629bef /patches
parentb824fbf3886311289ceb003060b4b9fb5517494c (diff)
parent16984fb6d4432ba9deae152d62879b724492b931 (diff)
Merge "BUILD_ID: Fix build ID too long err"
Diffstat (limited to 'patches')
-rw-r--r--patches/opnfv-fuel/0015-build-Makefile-Overrideable-product-commit-hash.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/opnfv-fuel/0015-build-Makefile-Overrideable-product-commit-hash.patch b/patches/opnfv-fuel/0015-build-Makefile-Overrideable-product-commit-hash.patch
index 1c9bd82a..2bcc81dd 100644
--- a/patches/opnfv-fuel/0015-build-Makefile-Overrideable-product-commit-hash.patch
+++ b/patches/opnfv-fuel/0015-build-Makefile-Overrideable-product-commit-hash.patch
@@ -29,7 +29,7 @@ index ec5d27a..ba117da 100644
export USER ?= $(shell whoami)
export BUILD_DATE = $(shell date --utc +%Y-%m-%d:%H:%M)
-export OPNFV_GIT_SHA = $(shell git rev-parse HEAD)
-+export OPNFV_GIT_SHA ?= $(shell git rev-parse HEAD)
++export OPNFV_GIT_SHA ?= $(shell git rev-parse --short HEAD)
# Store in /etc/fuel_build_id on fuel master
export BUILD_ID := $(PRODNO)_$(BUILD_DATE)_$(OPNFV_GIT_SHA)