Skip to content
Snippets Groups Projects

Fix base_build() with a proper support for multi-package-building through conda-build

Merged André Anjos requested to merge proper-multi-build into master
Files
9
@@ -266,7 +266,7 @@ def build(
@@ -266,7 +266,7 @@ def build(
continue
continue
rendered_recipe = get_parsed_recipe(metadata)
rendered_recipe = get_parsed_recipe(metadata)
path = get_output_path(metadata, conda_config)
path = get_output_path(metadata, conda_config)[0]
# gets the next build number
# gets the next build number
build_number, _ = next_build_number(channels[0], os.path.basename(path))
build_number, _ = next_build_number(channels[0], os.path.basename(path))
Loading