You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by yn...@apache.org on 2014/05/09 00:53:16 UTC

git commit: updated refs/heads/master to f21e527

Repository: cloudstack
Updated Branches:
  refs/heads/master c0f72b25c -> f21e52792


CLOUDSTACK-6614 bugfix: systemvm template build failed because of src iso link is broken


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

Branch: refs/heads/master
Commit: f21e527923c771092baaa43c1f75fa864bd9f599
Parents: c0f72b2
Author: ynojima <ma...@ynojima.net>
Authored: Thu May 8 16:48:18 2014 -0600
Committer: ynojima <ma...@ynojima.net>
Committed: Thu May 8 16:48:18 2014 -0600

----------------------------------------------------------------------
 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/f21e5279/tools/appliance/definitions/systemvm64template/definition.rb
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvm64template/definition.rb b/tools/appliance/definitions/systemvm64template/definition.rb
index bea2fde..f9308a0 100644
--- a/tools/appliance/definitions/systemvm64template/definition.rb
+++ b/tools/appliance/definitions/systemvm64template/definition.rb
@@ -4,7 +4,7 @@ Veewee::Definition.declare({
   :disk_size => '2500', :disk_format => 'VDI', :hostiocache => 'off',
   :os_type_id => 'Debian_64',
   :iso_file => "debian-7.4.0-amd64-netinst.iso",
-  :iso_src => "http://ftp.acc.umu.se/mirror/cdimage/release/7.4.0/amd64/iso-cd/debian-7.4.0-amd64-netinst.iso",
+  :iso_src => "http://cdimage.debian.org/mirror/cdimage/archive/7.4.0/amd64/iso-cd/debian-7.4.0-amd64-netinst.iso",
   :iso_md5 => "e7e9433973f082a297793c3c5010b2c5",
   :iso_download_timeout => "1000",
   :boot_wait => "10", :boot_cmd_sequence => [

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f21e5279/tools/appliance/definitions/systemvmtemplate/definition.rb
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvmtemplate/definition.rb b/tools/appliance/definitions/systemvmtemplate/definition.rb
index c8b24d6..fcaab4d 100644
--- a/tools/appliance/definitions/systemvmtemplate/definition.rb
+++ b/tools/appliance/definitions/systemvmtemplate/definition.rb
@@ -4,7 +4,7 @@ Veewee::Definition.declare({
   :disk_size => '2500', :disk_format => 'VDI', :hostiocache => 'off',
   :os_type_id => 'Debian',
   :iso_file => "debian-7.4.0-i386-netinst.iso",
-  :iso_src => "http://ftp.acc.umu.se/mirror/cdimage/release/7.4.0/i386/iso-cd/debian-7.4.0-i386-netinst.iso",
+  :iso_src => "http://cdimage.debian.org/mirror/cdimage/archive/7.4.0/i386/iso-cd/debian-7.4.0-i386-netinst.iso",
   :iso_md5 => "7339b668a81b417ac023d73739dc6a03",
   :iso_download_timeout => "1000",
   :boot_wait => "10", :boot_cmd_sequence => [