Parameter modifications of edit-constraints

Having neutron-lib in the upper-constraints file causes
the api-ref build fail. With this change neutron-lib is
removed by edit-constraints.

Change-Id: Ic6ae5ca829f73477c54999bab3eb5d9320636219
Signed-off-by: csatari <gergely.csatari@nokia.com>
This commit is contained in:
csatari 2017-08-09 16:27:50 +02:00
parent 5876ff6e44
commit 136361273d
1 changed files with 2 additions and 4 deletions

View File

@ -1,8 +1,7 @@
#!/usr/bin/env bash
# Library constraint file contains this library version pin that is in conflict
# with installing the library from source. We should replace the version pin in
# the constraints file before applying it for from-source installation.
# with installing the library from source.
ZUUL_CLONER=/usr/zuul-env/bin/zuul-cloner
BRANCH_NAME=master
@ -46,7 +45,6 @@ fi
# This is the main purpose of the script: Allow local installation of
# the current repo. It is listed in constraints file and thus any
# install will be constrained and we need to unconstrain it.
edit-constraints $localfile -- $LIB_NAME "-e file://$PWD#egg=$LIB_NAME"
edit-constraints $localfile $LIB_NAME
$install_cmd -U $*
exit $?