From 237959b1f2426d3dca31045eaed4e9d6f94be339 Mon Sep 17 00:00:00 2001 From: whitequark Date: Thu, 22 Oct 2015 12:59:00 +0300 Subject: [PATCH] conda: include git hash in build string. --- conda/artiq/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conda/artiq/meta.yaml b/conda/artiq/meta.yaml index ed342ca86..50c37d14a 100644 --- a/conda/artiq/meta.yaml +++ b/conda/artiq/meta.yaml @@ -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