summaryrefslogtreecommitdiff
path: root/cube-tools
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2016-04-03 16:28:40 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2016-04-19 11:17:34 -0400
commit486346f9e71069f6a6ef003d0709ed8770d7f3a4 (patch)
tree43f194d22f86cc72fdc2a0639352541d0b0dec52 /cube-tools
parent9107a631560e0519e9ad225f475d3e502e0554da (diff)
downloadastroconda-dev-486346f9e71069f6a6ef003d0709ed8770d7f3a4.tar.gz
Full dev mode redux
Diffstat (limited to 'cube-tools')
-rw-r--r--cube-tools/meta.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/cube-tools/meta.yaml b/cube-tools/meta.yaml
index d139c89..d31154d 100644
--- a/cube-tools/meta.yaml
+++ b/cube-tools/meta.yaml
@@ -1,5 +1,7 @@
{% set name = 'cube-tools' %}
-{% set version = GIT_DESCRIBE_TAG %}
+{% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0")
+ +".dev"
+ +environ.get("GIT_DESCRIBE_NUMBER", "0") %}
{% set number = '0' %}
about: