From 93827d0b141afbf43780d28ed423173b0303289a Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Fri, 18 Mar 2016 20:32:47 -0400 Subject: Begin prepping for internal testing --- hstcal/hstcal.ini | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'hstcal') diff --git a/hstcal/hstcal.ini b/hstcal/hstcal.ini index 15de81b..8a254f2 100644 --- a/hstcal/hstcal.ini +++ b/hstcal/hstcal.ini @@ -1,20 +1,18 @@ [package] name : hstcal -version : {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git +version : 1.0.0 [about] -home : https://github.com/spacetelescope/${package:name}.git +home : https://github.com/spacetelescope/${package:name} license : BSD summary : ${package:name} [source] -#fn : ${package:name}-${package:version}.tar.gz -#url : ${about:home}/${fn} git_url : ${about:home} -#git_tag : +git_tag: ${package:version} [build] -number : {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} +number : 0 [requirements] build : -- cgit