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 69FA3108C7 for ; Wed, 5 Feb 2014 09:53:14 +0000 (UTC) Received: (qmail 87107 invoked by uid 500); 5 Feb 2014 09:53:13 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 86897 invoked by uid 500); 5 Feb 2014 09:53:13 -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 86890 invoked by uid 99); 5 Feb 2014 09:53:12 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Feb 2014 09:53:12 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 6B14891B9E8; Wed, 5 Feb 2014 09:53:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hugo@apache.org To: commits@cloudstack.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to 0ce4888 Date: Wed, 5 Feb 2014 09:53:12 +0000 (UTC) Updated Branches: refs/heads/master 18191ce79 -> 0ce488849 CLOUDSTACK-5932: update the definitions with the new debian version Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0ce48884 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0ce48884 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0ce48884 Branch: refs/heads/master Commit: 0ce488849ddad65ec0f37f5bbc03b619bb959d58 Parents: 18191ce Author: Hugo Trippaers Authored: Wed Feb 5 10:52:36 2014 +0100 Committer: Hugo Trippaers Committed: Wed Feb 5 10:52:36 2014 +0100 ---------------------------------------------------------------------- tools/appliance/definitions/systemvm64template/definition.rb | 2 +- tools/appliance/definitions/systemvmtemplate/definition.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0ce48884/tools/appliance/definitions/systemvm64template/definition.rb ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvm64template/definition.rb b/tools/appliance/definitions/systemvm64template/definition.rb index ba2659c..e0b6b00 100644 --- a/tools/appliance/definitions/systemvm64template/definition.rb +++ b/tools/appliance/definitions/systemvm64template/definition.rb @@ -3,7 +3,7 @@ Veewee::Definition.declare({ :memory_size=> '256', :disk_size => '2500', :disk_format => 'VDI', :hostiocache => 'off', :os_type_id => 'Debian_64', - :iso_file => "debian-7.0.0-amd64-netinst.iso", + :iso_file => "debian-7.3.0-amd64-netinst.iso", :iso_src => "http://ftp.acc.umu.se/mirror/cdimage/release/7.3.0/amd64/iso-cd/debian-7.3.0-amd64-netinst.iso", :iso_md5 => "72473e8a5e65b61acc7efde90d9f71d1", :iso_download_timeout => "1000", http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0ce48884/tools/appliance/definitions/systemvmtemplate/definition.rb ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvmtemplate/definition.rb b/tools/appliance/definitions/systemvmtemplate/definition.rb index 1717552..6f6a856 100644 --- a/tools/appliance/definitions/systemvmtemplate/definition.rb +++ b/tools/appliance/definitions/systemvmtemplate/definition.rb @@ -3,7 +3,7 @@ Veewee::Definition.declare({ :memory_size=> '256', :disk_size => '2500', :disk_format => 'VDI', :hostiocache => 'off', :os_type_id => 'Debian', - :iso_file => "debian-7.0.0-i386-netinst.iso", + :iso_file => "debian-7.3.0-i386-netinst.iso", :iso_src => "http://ftp.acc.umu.se/mirror/cdimage/release/7.3.0/i386/iso-cd/debian-7.3.0-i386-netinst.iso", :iso_md5 => "04c58f30744e64a0459caf7d7cace479", :iso_download_timeout => "1000",