diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-29 12:36:14 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-29 12:36:14 -0600 |
commit | cf7feaa77eda9327bfa7ba40b50abe25eaaf73e5 (patch) | |
tree | 442f9dac6540439fa724d05edc64e79f4989f4e0 /ci | |
parent | a9a8ef5711cd53ca89dab9541d4630029b17b3d7 (diff) |
trying upgrade again.
Change-Id: I796be316260aba3b8bedd5b28827dc4f5ffa3339
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/02-maasdeploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh index c8682861..08de4dce 100755 --- a/ci/02-maasdeploy.sh +++ b/ci/02-maasdeploy.sh @@ -73,7 +73,7 @@ sudo apt-add-repository ppa:juju/stable -y sudo apt-add-repository ppa:maas/stable -y sudo apt-add-repository cloud-archive:liberty -y sudo apt-get update -y -sudo apt-get dist-upgrade -y -y || true +sudo apt-get -o Dpkg::Options::='--force-confold' --force-yes -fuy dist-upgrade sudo apt-get install openssh-server git maas-deployer juju juju-deployer maas-cli python-pip python-openstackclient sudo pip install shyaml |