conda: use git_url

needed for conda-build >= 0.19.0
This commit is contained in:
Robert Jördens 2016-02-13 17:01:13 +01:00
parent e68d0d1ec7
commit 801b256d67
5 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ package:
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}
source:
path: ../..
git_url: ../..
build:
noarch_python: true

View File

@ -3,7 +3,7 @@ package:
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}
source:
path: ../..
git_url: ../..
build:
noarch_python: true

View File

@ -3,7 +3,7 @@ package:
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}
source:
path: ../..
git_url: ../..
build:
noarch_python: true

View File

@ -3,7 +3,7 @@ package:
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}
source:
path: ../..
git_url: ../..
build:
noarch_python: true

View File

@ -3,7 +3,7 @@ package:
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}
source:
path: ../..
git_url: ../..
build:
noarch_python: true