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. --- stsci.imagemanip/meta.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'stsci.imagemanip') diff --git a/stsci.imagemanip/meta.yaml b/stsci.imagemanip/meta.yaml index f966a72..2e1726b 100644 --- a/stsci.imagemanip/meta.yaml +++ b/stsci.imagemanip/meta.yaml @@ -10,6 +10,7 @@ about: summary: stsci.imagemanip build: number: {{ number }} + string: {{ GIT_DESCRIBE_HASH }}__{{ number }} preserve_egg_dir: 'yes' package: -- cgit