From e5bf0cbe7eb556d4aa217bf25dc12229d5a4719e Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 11 Aug 2015 13:48:48 -0400 Subject: Fix empty GIT_DESCRIBE_TAG default (0.0.0) --- stsci.stimage/stsci.stimage.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stsci.stimage/stsci.stimage.ini') diff --git a/stsci.stimage/stsci.stimage.ini b/stsci.stimage/stsci.stimage.ini index 49576ba..4b233e9 100644 --- a/stsci.stimage/stsci.stimage.ini +++ b/stsci.stimage/stsci.stimage.ini @@ -1,6 +1,6 @@ [package] name: stsci.stimage -version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git +version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] home: https://github.com/embray/${package:name} -- cgit From 57d3cd7f5ef7a335fbb0c948951dc174feedde65 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Wed, 2 Sep 2015 12:26:16 -0400 Subject: Minor changes --- stsci.stimage/stsci.stimage.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stsci.stimage/stsci.stimage.ini') diff --git a/stsci.stimage/stsci.stimage.ini b/stsci.stimage/stsci.stimage.ini index 4b233e9..f73a22c 100644 --- a/stsci.stimage/stsci.stimage.ini +++ b/stsci.stimage/stsci.stimage.ini @@ -13,7 +13,7 @@ git_url: ssh://git@bitbucket.org/stsci_ssb/${package:name} [build] number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} # Namespace package workaround -#preserve_egg_dir: yes +preserve_egg_dir: yes [requirements] build: -- cgit