From 46d18d548d8e3d676383687fdca94e3dac7e4376 Mon Sep 17 00:00:00 2001 From: Adam Israel Date: Fri, 15 Dec 2017 14:00:18 -0500 Subject: [PATCH] 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 --- jenkins/SO/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1