You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ap...@apache.org on 2014/01/17 16:46:14 UTC

git commit: updated refs/heads/4.3 to 5121f8c

Updated Branches:
  refs/heads/4.3 eb6bed803 -> 5121f8cd4


update packages list before getting jre 7


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

Branch: refs/heads/4.3
Commit: 5121f8cd4e4adcdf23b6ec25cb1c28bec8f417a7
Parents: eb6bed8
Author: Abhinandan Prateek <ap...@apache.org>
Authored: Fri Jan 17 21:15:51 2014 +0530
Committer: Abhinandan Prateek <ap...@apache.org>
Committed: Fri Jan 17 21:15:51 2014 +0530

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5121f8cd/tools/appliance/definitions/systemvm64template/postinstall.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh
index 648e934..e523e25 100644
--- a/tools/appliance/definitions/systemvm64template/postinstall.sh
+++ b/tools/appliance/definitions/systemvm64template/postinstall.sh
@@ -69,6 +69,7 @@ install_packages() {
   apt-get --no-install-recommends -q -y --force-yes install keepalived conntrackd ipvsadm libnetfilter-conntrack3 libnl1
   # ipcalc
   apt-get --no-install-recommends -q -y --force-yes install ipcalc
+  apt-get update
   # java
   apt-get --no-install-recommends -q -y --force-yes install  openjdk-7-jre-headless
 

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5121f8cd/tools/appliance/definitions/systemvmtemplate/postinstall.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh
index 0828dbf..910dc01 100644
--- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh
+++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh
@@ -65,6 +65,7 @@ install_packages() {
   apt-get --no-install-recommends -q -y --force-yes install keepalived conntrackd ipvsadm libnetfilter-conntrack3 libnl1
   # ipcalc
   apt-get --no-install-recommends -q -y --force-yes install ipcalc
+  apt-get update
   # java
   apt-get --no-install-recommends -q -y --force-yes install  openjdk-7-jre-headless