Commits
Click on a commit to change the comparison rangeDOC: Demote logging about non-matching glob to warning
The expand_globs function from conda_build.utils logs an ERROR
when a glob expression returns no matches, this is overly alarming
because the user may now use negative glob expressions which they
don't care if it returns empty or the user may want to use the
same set of glob expressions for multiple platforms some of which
may return empty on some platforms.
https://github.com/conda/conda-build/pull/5216
https://github.com/conda/conda-build/issues/54554 months ago
by carterbox Merge branch 'main' into empty-glob-logging-level