Skip to content

Releases: astroconda/build_control

1.0.34

01 Dec 20:26
2a82bf0
Compare
Choose a tag to compare
  • Add -L to curl flags to follow redirects, as the conda installer is sometimes served via one.

1.0.33

08 Jan 22:43
Compare
Choose a tag to compare
  • 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

13 Dec 21:09
Compare
Choose a tag to compare
  • 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

03 Dec 19:33
Compare
Choose a tag to compare
  • Present the e-mail summary platform list in a consistent, sorted order.

1.0.30

08 Nov 20:40
a404686
Compare
Choose a tag to compare
  • 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

10 Oct 17:53
5f943f7
Compare
Choose a tag to compare
  • Allow override of master_platforms for building non-python packages.

1.0.28

14 May 14:24
19134d9
Compare
Choose a tag to compare
  • All generated jobs now support supplemental environment variable definitions. (Primarily used for JWST development build deliveries.)

1.0.27

03 May 20:45
a479e09
Compare
Choose a tag to compare

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

23 Apr 17:53
9c854ac
Compare
Choose a tag to compare
  • Generate (scheduled) trigger jobs along with the rest of the suites.

1.0.25

18 Apr 21:27
0f610a1
Compare
Choose a tag to compare
  • 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