aboutsummaryrefslogtreecommitdiff
path: root/stginga
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunk@stsci.edu>2016-03-18 20:32:47 -0400
committerJoe Hunkeler <jhunk@stsci.edu>2016-03-20 15:05:18 -0400
commit93827d0b141afbf43780d28ed423173b0303289a (patch)
tree4cc122e6ab52acd77f7029322ea2b3c8f5b5ba68 /stginga
parentc2258bb3ed15fe8db17bf323f5f100731a167cf5 (diff)
downloadcbc-recipes-93827d0b141afbf43780d28ed423173b0303289a.tar.gz
Begin prepping for internal testing
Diffstat (limited to 'stginga')
-rw-r--r--stginga/stginga.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/stginga/stginga.ini b/stginga/stginga.ini
index 2cdc941..b4e977f 100644
--- a/stginga/stginga.ini
+++ b/stginga/stginga.ini
@@ -1,6 +1,6 @@
[package]
name: stginga
-version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git
+version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}
[about]
home: https://github.com/spacetelescope/${package:name}
@@ -11,6 +11,7 @@ summary: ${package:name}
#fn: ${package:name}-${package:version}.tar.gz
#url: ${cbc_cgi:url}/${fn}
git_url: ${about:home}
+git_tag:
[build]
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}