aboutsummaryrefslogtreecommitdiff
path: root/cube-tools
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 /cube-tools
parentc2258bb3ed15fe8db17bf323f5f100731a167cf5 (diff)
downloadcbc-recipes-93827d0b141afbf43780d28ed423173b0303289a.tar.gz
Begin prepping for internal testing
Diffstat (limited to 'cube-tools')
-rw-r--r--cube-tools/cube-tools.ini5
1 files changed, 2 insertions, 3 deletions
diff --git a/cube-tools/cube-tools.ini b/cube-tools/cube-tools.ini
index 01da8ba..0a93383 100644
--- a/cube-tools/cube-tools.ini
+++ b/cube-tools/cube-tools.ini
@@ -1,6 +1,6 @@
[package]
name: cube-tools
-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}
@@ -8,9 +8,8 @@ license: BSD
summary: ${package:name}
[source]
-#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) }}