You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/01/28 18:57:16 UTC

git commit: updated refs/heads/master to b9ae18c

Repository: cloudstack
Updated Branches:
  refs/heads/master 6b6ce5d07 -> b9ae18c5f


appliance: except for openswan upgrade rest of the packages

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b9ae18c5
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b9ae18c5
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b9ae18c5

Branch: refs/heads/master
Commit: b9ae18c5fbd5f7eabb52883c32ad11fa31703a79
Parents: 6b6ce5d
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Wed Jan 28 23:26:47 2015 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Wed Jan 28 23:26:47 2015 +0530

----------------------------------------------------------------------
 .../definitions/systemvmtemplate/install_systemvm_packages.sh   | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b9ae18c5/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh b/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh
index 0cb2a92..ff25ac0 100644
--- a/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh
+++ b/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh
@@ -76,6 +76,11 @@ function install_packages() {
     radvd \
     sharutils
 
+  # hold on installed openswan version, upgrade rest of the packages (if any)
+  apt-mark hold openswan
+  apt-get update
+  apt-get -y --force-yes upgrade
+
   # commented out installation of vmware-tools as we are using the open source open-vm-tools:
   # ${apt_install} build-essential linux-headers-`uname -r`
   # df -h