From 86a8c3b8992215a8205baf6cbdedb17da612e86e Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Thu, 14 Aug 2014 13:40:23 +0200 Subject: [PATCH] Update the Makefile for omnibus-ruby 3.2.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c9e3c9e..580b94b 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SECRET_DIR:=$(shell openssl rand -hex 20) PLATFORM_DIR:=$(shell ruby -rjson -e 'puts JSON.parse(`bin/ohai`).values_at("platform", "platform_version").join("-")') build: - OMNIBUS_APPEND_TIMESTAMP=0 bin/omnibus build project ${PROJECT} + bin/omnibus build ${PROJECT} --override append_timestamp:false --log-level info do_release: no_changes on_tag purge build move_to_platform_dir sync -- libgit2 0.21.2