-
Notifications
You must be signed in to change notification settings - Fork 28
Description
@msarahan Thanks for conda-concourse-ci
!
I'm tapping into compute_build_graph.construct_graph
and compute_build_graph.order_build
to determine the order to build multiple conda packages using conda 4
and conda-build 3
... effectively replacing conda-build-all
.
So what are the plans for conda-concourse-ci
?
I see there is interest from conda-forge
to replace the use of conda-build-all
with a wrapper around construct_graph
, as per PR 5274. How stable is compute_build_graph
and will it be vendored elsewhere for the community to use standalone?
Also, conda-concourse-ci
is available from c3i_test
and your channel msarahan
(but not as up to date as c3i_test
) on Anaconda Cloud ... is c3i_test
the most stable channel to pull updates from? Does c2i_test
offer the latest master from https://github.com/conda/conda-concourse-ci ? And what's it's relationship with your offering from msarahan
?
Also, are there plans for conda-concourse-ci
to make it into https://repo.continuum.io/pkgs/main/linux-64/ ?
Apologies for all the questions.
Many thanks and regards