Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4786524

Browse files
author
whitequark
committedJan 5, 2016
conda: use BUILDNUMBER from environment.
1 parent e5a6bac commit 4786524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎conda/misoc/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source:
88
build:
99
noarch_python: true
1010
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
11-
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_DESCRIBE_HASH", "")[1:] }}
11+
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_DESCRIBE_HASH", "")[1:] }}+build{{ environ.get("BUILDNUMBER", 0) }}
1212
script: python setup.py install
1313

1414
requirements:

0 commit comments

Comments
 (0)
Please sign in to comment.