forked from M-Labs/artiq
1
0
Fork 0

conda: include git hash in build string.

This commit is contained in:
whitequark 2015-10-22 12:59:00 +03:00
parent 7dea097279
commit 237959b1f2
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ source:
build: build:
noarch_python: True noarch_python: True
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_DESCRIBE_HASH", "")[1:] }}
entry_points: entry_points:
- artiq_client = artiq.frontend.artiq_client:main - artiq_client = artiq.frontend.artiq_client:main
- artiq_compile = artiq.frontend.artiq_compile:main - artiq_compile = artiq.frontend.artiq_compile:main