forked from M-Labs/artiq
conda: include git hash in build string.
This commit is contained in:
parent
7dea097279
commit
237959b1f2
|
@ -9,6 +9,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:] }}
|
||||
entry_points:
|
||||
- artiq_client = artiq.frontend.artiq_client:main
|
||||
- artiq_compile = artiq.frontend.artiq_compile:main
|
||||
|
|
Loading…
Reference in New Issue