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

git commit: updated refs/heads/4.3 to fa65361

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


Revert "update packages list before getting jre 7"

This reverts commit 5121f8cd4e4adcdf23b6ec25cb1c28bec8f417a7.


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

Branch: refs/heads/4.3
Commit: fa6536152a17dfd03b6eb10b2a1e0868fc9e134c
Parents: 5121f8c
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Fri Jan 17 17:35:51 2014 +0100
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Fri Jan 17 17:35:51 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/fa653615/tools/appliance/definitions/systemvm64template/postinstall.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh
index e523e25..648e934 100644
--- a/tools/appliance/definitions/systemvm64template/postinstall.sh
+++ b/tools/appliance/definitions/systemvm64template/postinstall.sh
@@ -69,7 +69,6 @@ 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/fa653615/tools/appliance/definitions/systemvmtemplate/postinstall.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh
index 910dc01..0828dbf 100644
--- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh
+++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh
@@ -65,7 +65,6 @@ 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