diff options
Diffstat (limited to 'crds')
-rw-r--r-- | crds/crds.ini | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/crds/crds.ini b/crds/crds.ini index 807c253..94626a9 100644 --- a/crds/crds.ini +++ b/crds/crds.ini @@ -1,6 +1,6 @@ [package] name: crds -version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git +version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }} [about] home: http://www.stsci.edu/hst/observatory/crds/ @@ -8,7 +8,8 @@ license: AURA summary: ${package:name} [source] -git_url: https://github.com/spacetelescope/${package:name}.git +git_url: https://github.com/spacetelescope/${package:name} +#git_tag: [build] number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} |