Add comment to fix bin symlinks

This commit is contained in:
Corey Bryant 2015-05-11 12:37:45 +00:00
parent 02aa648fac
commit 87adf3fbcf

View File

@ -263,6 +263,7 @@ def git_post_install(projects_yaml):
shutil.rmtree(c['dest'])
shutil.copytree(c['src'], c['dest'])
# NOTE(coreycb): Need to find better solution than bin symlinks.
symlinks = [
{'src': os.path.join(git_pip_venv_dir(projects_yaml),
'bin/neutron-rootwrap'),