make version strings more palatable to conda

pull/16/head
Sebastien Bourdeauducq 2019-02-15 00:58:45 +08:00
parent f35f61b65d
commit 31a82dd835
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ let
cat << EOF > $out/fake-conda/meta.yaml
package:
name: artiq-board-${target}-${variant}
version: 5e-{{ environ["GIT_FULL_HASH"][:8] }}
version: 5e.{{ environ["GIT_FULL_HASH"][:8] }}
source:
git_url: ..