Merge "move back to editable install for oslo"

This commit is contained in:
Jenkins 2015-09-11 19:14:18 +00:00 committed by Gerrit Code Review
commit d95ec812e0
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ function install_infra {
# Install pbr
if use_library_from_git "pbr"; then
git_clone_by_name "pbr"
setup_lib "pbr"
setup_dev_lib "pbr"
else
# Always upgrade pbr to latest version as we may have pulled it
# in via system packages.

View File

@ -59,7 +59,7 @@ function _do_install_oslo_lib {
local name=$1
if use_library_from_git "$name"; then
git_clone_by_name "$name"
setup_lib "$name"
setup_dev_lib "$name"
fi
}