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 18:59:37 +0000 |
commit | d1d273b670f7b32ddc26b3446f413f8fe705ece7 (patch) | |
tree | a31a9490d1b2804f3452e05d6a0a31d82ae38349 /ci | |
parent | 4e933c78c980231cba7bce8347e09e06439edd72 (diff) |
trying upgrade again.
Change-Id: I796be316260aba3b8bedd5b28827dc4f5ffa3339
(cherry picked from commit cf7feaa77eda9327bfa7ba40b50abe25eaaf73e5)
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 |