From 4c0fe473fc0a8410193083c5d63d612cca58e100 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Tue, 1 Feb 2022 04:25:25 -0500 Subject: [PATCH] Remove legacy comment The repo-build process is removed long ago so this comment is no longer required. Change-Id: I8ac4d9e45708d17bf4e3af99249b4cb204da29ea --- defaults/main.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 3782829..bfa631a 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -138,13 +138,6 @@ venv_build_host_requirements_path: >- # The path where the wheels are cached on the build host # for speeding up the build process. -# TODO(odyssey4me): -# Once we remove the repo build process, this needs to point -# to the location where wheels are served by pypiserver. -# For now we use this to ensure that we don't rebuild the wheels -# that were already built by the repo build process. It has also -# been found that pypiserver hangs when it encounters duplicated -# wheels. venv_build_host_wheel_path: >- /var/www/repo/os-releases/{{ openstack_release | default('master') }}/{{ _venv_build_dist_arch }}/wheels