diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-06 09:14:18 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-06 09:14:18 -0400 |
commit | ad9e7c5ba8b5f89bae1a7086affc82b365cb860c (patch) | |
tree | 017189db32387a15cda901e2b1a7a50f7a320547 /astropy-helpers | |
parent | ef05cf7e26fac8efeb79fed672d2e090f7c1ec18 (diff) | |
download | cbc-recipes-ad9e7c5ba8b5f89bae1a7086affc82b365cb860c.tar.gz |
Use git
Diffstat (limited to 'astropy-helpers')
-rw-r--r-- | astropy-helpers/astropy-helpers.ini | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/astropy-helpers/astropy-helpers.ini b/astropy-helpers/astropy-helpers.ini index 076c0d0..ac39b25 100644 --- a/astropy-helpers/astropy-helpers.ini +++ b/astropy-helpers/astropy-helpers.ini @@ -7,7 +7,7 @@ url: ${cbc_cgi:protocol}://localhost:${cbc_cgi:local_port} [package] name: astropy-helpers -version: 1.0.2 +version: 1.0.2.git [about] home: http://github.com/astropy/${package:name} @@ -16,8 +16,9 @@ summary: ${package:name} readme: README.rst [source] -fn: ${package:name}-${package:version}.tar.gz -url: ${cbc_cgi:url}/${fn} +#fn: ${package:name}-${package:version}.tar.gz +#url: ${cbc_cgi:url}/${fn} +git_url: ${about:home} [build] number: 1 @@ -39,4 +40,4 @@ linux: windows: python setup.py install - if errorlevel 1 exit 1
\ No newline at end of file + if errorlevel 1 exit 1 |