Releases: astroconda/build_control
Releases · astroconda/build_control
1.0.34
- Add
-L
to curl
flags to follow redirects, as the conda installer is sometimes served via one.
1.0.33
- Purge any existing indexing lockfiles shortly after
_dispatch
job starts to prevent situations where subsequent runs of any job for the same platform as a job that was aborted before cleaning up its conda indexing lockfile would fail to publish packages because of the presence of that lockfile.
1.0.32
- Accommodate
conda-build
versions both older and newer than 3.15.0
, whereupon the behavior and syntax for using conda index
changed.
1.0.31
- Present the e-mail summary platform list in a consistent, sorted order.
1.0.30
- Correct and condense logic that determines when a conda version pinning environment gets used after evidence was found which showed the
conda build
--bootstrap
flag was being invoked at inappropriate times.
1.0.29
- Allow override of master_platforms for building non-python packages.
1.0.28
- All generated jobs now support supplemental environment variable definitions. (Primarily used for JWST development build deliveries.)
1.0.27
Add ability to filter non-python packages from a platform's build.
- Generate dispatch jobs with appropriate filtering parameter flag.
- Select a master platform for each OS at trigger time, selectively passing the filter flag as appropriate.
1.0.26
- Generate (scheduled) trigger jobs along with the rest of the suites.
1.0.25
- Add multi_suite_generator script supporting (re)generation of job suites from multiple manifests at once.
- Simplification of parameter passing
- Simplification of Yaml library fetching