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:44:48 UTC

git commit: updated refs/heads/4.4 to 15dd76c

Repository: cloudstack
Updated Branches:
  refs/heads/4.4 44b4f3d8e -> 15dd76c4c


appliance: fix missing statement

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
(cherry picked from commit a3fa59eaf197960ddfe985c273c79ade8d5eefe0)
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/15dd76c4
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/15dd76c4
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/15dd76c4

Branch: refs/heads/4.4
Commit: 15dd76c4c7ba7846611e1100cb1cb28a417b5b48
Parents: 44b4f3d
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Wed Jan 28 23:14:12 2015 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Wed Jan 28 23:14:36 2015 +0530

----------------------------------------------------------------------
 tools/appliance/definitions/systemvm64template/postinstall.sh | 2 +-
 tools/appliance/definitions/systemvmtemplate/postinstall.sh   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/15dd76c4/tools/appliance/definitions/systemvm64template/postinstall.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh
index 62c4d03..7a95436 100644
--- a/tools/appliance/definitions/systemvm64template/postinstall.sh
+++ b/tools/appliance/definitions/systemvm64template/postinstall.sh
@@ -112,7 +112,7 @@ install_packages() {
 
   # do a final update and upgrade
   apt-get update
-  apt-get -y --force-yes
+  apt-get -y --force-yes upgrade
 }
 
 setup_accounts() {

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/15dd76c4/tools/appliance/definitions/systemvmtemplate/postinstall.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh
index e613ceb..167ff81 100644
--- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh
+++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh
@@ -102,7 +102,7 @@ install_packages() {
 
   # do a final update and upgrade
   apt-get update
-  apt-get -y --force-yes
+  apt-get -y --force-yes upgrade
 }
 
 setup_accounts() {