You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/09/16 09:04:51 UTC

git commit: updated refs/heads/master to 8bc06fc

Repository: cloudstack
Updated Branches:
  refs/heads/master 6e426fa46 -> 8bc06fc25


changed the base iso file from debian-7.8.0 to debian-7.9.0

7.8.0 url is not available(404 Error)


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

Branch: refs/heads/master
Commit: 8bc06fc251eccafafa7457ce35edd054557ff040
Parents: 6e426fa
Author: Rajani Karuturi <ra...@citrix.com>
Authored: Tue Sep 15 21:37:10 2015 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Wed Sep 16 12:34:42 2015 +0530

----------------------------------------------------------------------
 .../definitions/systemvmtemplate/definition.rb          | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8bc06fc2/tools/appliance/definitions/systemvmtemplate/definition.rb
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvmtemplate/definition.rb b/tools/appliance/definitions/systemvmtemplate/definition.rb
index 68c1917..3d9da81 100644
--- a/tools/appliance/definitions/systemvmtemplate/definition.rb
+++ b/tools/appliance/definitions/systemvmtemplate/definition.rb
@@ -27,15 +27,15 @@ arch = ENV['VM_ARCH'] || 'i386'
 architectures = {
     :i386 => {
         :os_type_id => 'Debian',
-        :iso_file => 'iso-cd/debian-7.8.0-i386-netinst.iso',
-        :iso_src => 'http://cdimage.debian.org/cdimage/archive/7.8.0/i386/iso-cd/debian-7.8.0-i386-netinst.iso',
-        :iso_md5 => '0d2f88d23a9d5945f5bc0276830c7d2c',
+        :iso_file => 'debian-7.9.0-i386-netinst.iso',
+        :iso_src => 'http://cdimage.debian.org/cdimage/archive/7.9.0/i386/iso-cd/debian-7.9.0-i386-netinst.iso',
+        :iso_md5 => 'e101a11ddb31f85acef542df1a49bf57',
     },
     :amd64 => {
         :os_type_id => 'Debian_64',
-        :iso_file => 'debian-7.8.0-amd64-netinst.iso',
-        :iso_src => 'http://cdimage.debian.org/cdimage/archive/7.8.0/amd64/iso-cd/debian-7.8.0-amd64-netinst.iso',
-        :iso_md5 => 'a91fba5001cf0fbccb44a7ae38c63b6e'
+        :iso_file => 'debian-7.9.0-amd64-netinst.iso',
+        :iso_src => 'http://cdimage.debian.org/cdimage/archive/7.9.0/amd64/iso-cd/debian-7.9.0-amd64-netinst.iso',
+        :iso_md5 => '774d1fc8c5364e63b22242c33a89c1a3'
     }
 }