Skip to content

Commit

Permalink
Revert "conda: use BUILDNUMBER from environment."
Browse files Browse the repository at this point in the history
This reverts commit 814435d.
whitequark committed Jan 5, 2016
1 parent 814435d commit 2957ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/misoc/meta.yaml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ source:

build:
noarch_python: true
number: {{ environ.get("BUILDNUMBER", 9999) }}
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_DESCRIBE_HASH", "")[1:] }}
script: python setup.py install

0 comments on commit 2957ecf

Please sign in to comment.