From: velandy Date: Wed, 18 Oct 2017 14:39:07 +0000 (+0200) Subject: Merge "BUG-376 : Returning the stale vim-list (pre-refresh) incase refresh is pending" X-Git-Tag: v3.0.0rc14~7 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=e70bd311c6f5cacffa72bb8c01e26d8c915cdf2a;hp=a2e42557cbf5abfa967bee73f79c2a62ddfb141e;p=osm%2FSO.git Merge "BUG-376 : Returning the stale vim-list (pre-refresh) incase refresh is pending" --- diff --git a/BUILD.sh b/BUILD.sh index df17d810..b8383750 100755 --- a/BUILD.sh +++ b/BUILD.sh @@ -106,10 +106,18 @@ else # Install environment to build module sudo -H /usr/rift/container_tools/mkcontainer --modes $MODULE-dev --repo ${PLATFORM_REPOSITORY} --rw-version ${PLATFORM_VERSION} + sudo -H pip3 install --upgrade pip + sudo -H pip3 install setuptools + sudo -H pip3 install juju + sudo mkdir -p /usr/rift/etc/default + sudo chmod 777 /usr/rift/etc/default + echo LAUNCHPAD_OPTIONS="--use-xml-mode" >> /usr/rift/etc/default/launchpad + sudo systemctl daemon-reload # Build and install module make -j16 sudo make install + sudo -H dhclient & fi