From: Adam Israel Date: Fri, 15 Dec 2017 19:00:18 +0000 (-0500) Subject: Pin the libjuju version X-Git-Tag: v3.0.3~21 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=46d18d548d8e3d676383687fdca94e3dac7e4376;p=osm%2Fdevops.git Pin the libjuju version There is a pending release of libjuju that will break compatibility with the version we're currently using. This won't be a problem when we switch to using the version within N2VC, but there's more work involved with that. This patch just installs the specific version we've been using, 0.6.1, so that new installs won't get the new version. Signed-off-by: Adam Israel --- diff --git a/jenkins/SO/install b/jenkins/SO/install index 7000c8e2..9cad24a7 100755 --- a/jenkins/SO/install +++ b/jenkins/SO/install @@ -140,4 +140,4 @@ apt-get install -y \ # Install libjuju apt-get install -y python3-pip python3-setuptools -pip3 install juju +pip3 install juju==0.6.1