anaconda-graveyard / conda-concourse-ci

Conda-driven Concourse CI for package building
BSD 3-Clause "New" or "Revised" License
13 stars 29 forks source link

output files with build order (flat) with output recipes #51

Closed msarahan closed 7 years ago

msarahan commented 7 years ago

Bit of a hack for @mingwandroid

This outputs files with the flattened build order. The build folders are the generated recipes, each with their own combined and reduced conda_build_config.yaml. You should be able to:

  1. run c3i examine --folders *-feedstock --matrix-base-dir (config dir) --output-dir (where you want the results)
  2. cd into the output-dir
  3. run conda-build feeding in the outputorder(platform) file somehow.
msarahan commented 7 years ago

Merged in #52. Closing.