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