From 526cbe559d55c40d1a0638c3e2e6220e8b7098af Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Wed, 26 Jul 2017 15:48:52 -0400 Subject: Add git commit hash to build string of recipes that use git. --- htc_utils/meta.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'htc_utils') diff --git a/htc_utils/meta.yaml b/htc_utils/meta.yaml index 0c8335e..d70fb27 100644 --- a/htc_utils/meta.yaml +++ b/htc_utils/meta.yaml @@ -11,6 +11,7 @@ about: build: number: {{ number }} + string: {{ GIT_DESCRIBE_HASH }}__{{ number }} package: name: {{ name }} -- cgit