Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E918317B47 for ; Tue, 12 May 2015 15:01:15 +0000 (UTC) Received: (qmail 26883 invoked by uid 500); 12 May 2015 15:01:15 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 26852 invoked by uid 500); 12 May 2015 15:01:15 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 26843 invoked by uid 99); 12 May 2015 15:01:15 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 May 2015 15:01:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 71166E03A8; Tue, 12 May 2015 15:01:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bhaisaab@apache.org To: commits@cloudstack.apache.org Message-Id: <5429d241a8274979ad97838c0a603417@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/4.5 to 9e3c7d3 Date: Tue, 12 May 2015 15:01:15 +0000 (UTC) Repository: cloudstack Updated Branches: refs/heads/4.5 034b98659 -> 9e3c7d309 systemvmtemplate: update version and fix chmod issue Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9e3c7d30 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9e3c7d30 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9e3c7d30 Branch: refs/heads/4.5 Commit: 9e3c7d309a257c7ef4af1d7885e559a185cf7cf9 Parents: 034b986 Author: Rohit Yadav Authored: Tue May 12 16:47:59 2015 +0200 Committer: Rohit Yadav Committed: Tue May 12 16:47:59 2015 +0200 ---------------------------------------------------------------------- tools/appliance/build.sh | 1 + tools/appliance/definitions/systemvm64template/postinstall.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9e3c7d30/tools/appliance/build.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/build.sh b/tools/appliance/build.sh index 44149c1..2bfbbc0 100755 --- a/tools/appliance/build.sh +++ b/tools/appliance/build.sh @@ -168,6 +168,7 @@ if ! ovftool_loc="$(type -p "ovftool")" || [ -z "$ovftool_loc" ]; then vboxmanage export $machine_uuid --output $appliance-$branch-vmware.ovf mv $appliance-$branch-vmware.ovf $appliance-$branch-vmware.ovf-orig java -cp convert Convert convert_ovf_vbox_to_esx.xslt $appliance-$branch-vmware.ovf-orig $appliance-$branch-vmware.ovf + chmod 666 *.vmdk *.ovf tar -cf $appliance-$branch-vmware.ova $appliance-$branch-vmware.ovf $appliance-$branch-vmware-disk[0-9].vmdk rm -f $appliance-$branch-vmware.ovf $appliance-$branch-vmware.ovf-orig $appliance-$branch-vmware-disk[0-9].vmdk else http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9e3c7d30/tools/appliance/definitions/systemvm64template/postinstall.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh index b4b7f7b..413313c 100644 --- a/tools/appliance/definitions/systemvm64template/postinstall.sh +++ b/tools/appliance/definitions/systemvm64template/postinstall.sh @@ -19,7 +19,7 @@ set -x ROOTPW=password HOSTNAME=systemvm -CLOUDSTACK_RELEASE=4.5.1 +CLOUDSTACK_RELEASE=4.5.2 add_backports () { sed -i '/backports/d' /etc/apt/sources.list