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 b2eedfd.
whitequark committed Jan 5, 2016
1 parent b2eedfd commit 27b603e
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
@@ -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 27b603e

Please sign in to comment.