diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-18 20:32:47 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-20 15:05:18 -0400 |
commit | 93827d0b141afbf43780d28ed423173b0303289a (patch) | |
tree | 4cc122e6ab52acd77f7029322ea2b3c8f5b5ba68 /pandokia | |
parent | c2258bb3ed15fe8db17bf323f5f100731a167cf5 (diff) | |
download | cbc-recipes-93827d0b141afbf43780d28ed423173b0303289a.tar.gz |
Begin prepping for internal testing
Diffstat (limited to 'pandokia')
-rw-r--r-- | pandokia/pandokia.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandokia/pandokia.ini b/pandokia/pandokia.ini index a48cb10..bf6de2b 100644 --- a/pandokia/pandokia.ini +++ b/pandokia/pandokia.ini @@ -1,6 +1,6 @@ [package] name : pandokia -version : {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git +version : 1.3.11 [about] home : http://ssb.stsci.edu/testing/pandokia @@ -10,7 +10,7 @@ summary : ${package:name} [source] #fn : ${package:name}-${package:version}.tar.gz #url : ${about:home}/${fn} -git_url : git@github.com:spacetelescope/${package:name}.git +git_url : git@github.com:spacetelescope/${package:name} #git_tag : [build] |