Skip to content

Commit

Permalink
Revert "conda: use BUILDNUMBER from environment."
Browse files Browse the repository at this point in the history
This reverts commit ff09a98.
whitequark committed Jan 5, 2016
1 parent 07ef890 commit 400999f
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda/artiq-kc705-nist_qc1/meta.yaml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ source:

build:
noarch_python: true
number: {{ environ.get("BUILDNUMBER", 9999) }}
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_DESCRIBE_HASH", "")[1:] }}

requirements:
2 changes: 1 addition & 1 deletion conda/artiq-kc705-nist_qc2/meta.yaml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ source:

build:
noarch_python: true
number: {{ environ.get("BUILDNUMBER", 9999) }}
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_DESCRIBE_HASH", "")[1:] }}

requirements:
2 changes: 1 addition & 1 deletion conda/artiq-pipistrello-nist_qc1/meta.yaml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ source:

build:
noarch_python: true
number: {{ environ.get("BUILDNUMBER", 9999) }}
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_DESCRIBE_HASH", "")[1:] }}

requirements:
2 changes: 1 addition & 1 deletion conda/artiq/meta.yaml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ source:

build:
noarch_python: true
number: {{ environ.get("BUILDNUMBER", 9999) }}
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

0 comments on commit 400999f

Please sign in to comment.