Skip to content
Snippets Groups Projects

Avoid deploy deletes, so tight loop package builds work

4 files
+ 0
26
Compare changes
  • Side-by-side
  • Inline

Files

+ 0
7
@@ -118,13 +118,6 @@ def build(recipe_dir, python, condarc, config, no_test, append_file,
prefix = get_env_directory(os.environ['CONDA_EXE'], 'base')
condarc_options['croot'] = os.path.join(prefix, 'conda-bld')
# updates the local index to get fresh packages if required
if use_local:
conda_bld = os.path.join(prefix, 'conda-bld')
if os.path.exists(conda_bld):
logger.info('Re-indexing %s', conda_bld)
conda_build.api.update_index(conda_bld)
conda_config = make_conda_config(config, python, append_file,
condarc_options)
Loading