Pin the libjuju version 79/5779/1
authorAdam Israel <adam.israel@canonical.com>
Fri, 15 Dec 2017 19:00:18 +0000 (14:00 -0500)
committerAdam Israel <adam.israel@canonical.com>
Fri, 15 Dec 2017 19:00:18 +0000 (14:00 -0500)
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 <adam.israel@canonical.com>
jenkins/SO/install

index 7000c8e..9cad24a 100755 (executable)
@@ -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