From 093786068023914a3df555ded133abf8871c6d09 Mon Sep 17 00:00:00 2001 From: Michal Skalski Date: Wed, 8 Jun 2016 00:54:57 +0200 Subject: Build local mirrors for stable/mitaka Change-Id: I3128652aeb87cb2cfaa91ded1b8d9ebeeb70d33b Signed-off-by: Michal Skalski --- build/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build/Makefile') diff --git a/build/Makefile b/build/Makefile index fdfb23971..956183cc6 100644 --- a/build/Makefile +++ b/build/Makefile @@ -24,6 +24,10 @@ export ISOCACHE = $(shell pwd)/$(shell basename $(ISOSRC)) export PRODNO = "OPNFV_FUEL" export REVSTATE = "P0000" export USER ?= $(shell whoami) +export BUILD_DATE = $(shell date --utc +%Y-%m-%d:%H:%M) +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) ifdef BUILD_FUEL_PLUGINS $(warning Overriding plugin build selection to $(BUILD_FUEL_PLUGINS)) -- cgit