Skip to content

Commit

Permalink
conda: use git_url
Browse files Browse the repository at this point in the history
needed for conda-build >= 0.19.0
jordens committed Feb 14, 2016
1 parent e68d0d1 commit 801b256
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conda/artiq-kc705-nist_clock/meta.yaml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ package:
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}

source:
path: ../..
git_url: ../..

build:
noarch_python: true
2 changes: 1 addition & 1 deletion conda/artiq-kc705-nist_qc1/meta.yaml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ package:
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}

source:
path: ../..
git_url: ../..

build:
noarch_python: true
2 changes: 1 addition & 1 deletion conda/artiq-kc705-nist_qc2/meta.yaml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ package:
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}

source:
path: ../..
git_url: ../..

build:
noarch_python: true
2 changes: 1 addition & 1 deletion conda/artiq-pipistrello-nist_qc1/meta.yaml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ package:
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}

source:
path: ../..
git_url: ../..

build:
noarch_python: true
2 changes: 1 addition & 1 deletion conda/artiq/meta.yaml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ package:
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}

source:
path: ../..
git_url: ../..

build:
noarch_python: true

0 comments on commit 801b256

Please sign in to comment.