Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
conda: use BUILDNUMBER from environment.
Browse files Browse the repository at this point in the history
whitequark committed Jan 5, 2016
1 parent 0b53114 commit 110af84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/migen/meta.yaml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ source:
build:
noarch_python: true
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_DESCRIBE_HASH", "")[1:] }}
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_DESCRIBE_HASH", "")[1:] }}+build{{ environ.get("BUILDNUMBER", 0) }}
script: python setup.py install

requirements:

0 comments on commit 110af84

Please sign in to comment.