Add comment to fix bin symlinks
This commit is contained in:
parent
02aa648fac
commit
87adf3fbcf
@ -263,6 +263,7 @@ def git_post_install(projects_yaml):
|
|||||||
shutil.rmtree(c['dest'])
|
shutil.rmtree(c['dest'])
|
||||||
shutil.copytree(c['src'], c['dest'])
|
shutil.copytree(c['src'], c['dest'])
|
||||||
|
|
||||||
|
# NOTE(coreycb): Need to find better solution than bin symlinks.
|
||||||
symlinks = [
|
symlinks = [
|
||||||
{'src': os.path.join(git_pip_venv_dir(projects_yaml),
|
{'src': os.path.join(git_pip_venv_dir(projects_yaml),
|
||||||
'bin/neutron-rootwrap'),
|
'bin/neutron-rootwrap'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user