CondaPkg.jl icon indicating copy to clipboard operation
CondaPkg.jl copied to clipboard

add preferences to control allowed channels and priority

Open cjdoris opened this issue 2 years ago • 0 comments

Add these preferences:

  • channels: List of allowed channels, in priority order. Wildcard * allowed. Default: [*] (anything allowed).
  • channel_blacklist: List of disallowed channels. Default: [] (nothing blocked).
  • channel_priority: strict, flexible or disabled. Default: disabled if channels is the default, else flexible.

Use these to sort and filter the list of channels, and also any channels specified on dependencies.

cjdoris avatar Oct 21 '23 12:10 cjdoris