Merge "net-check: add support for faulty operstate"
[armband.git] / patches / opnfv-fuel / 0015-build-Makefile-Overrideable-product-commit-hash.patch
index 2bcc81d..1c9bd82 100644 (file)
@@ -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 --short HEAD)
++export OPNFV_GIT_SHA ?= $(shell git rev-parse HEAD)
  # Store in /etc/fuel_build_id on fuel master
  export BUILD_ID := $(PRODNO)_$(BUILD_DATE)_$(OPNFV_GIT_SHA)