[Kimchi-devel] [PATCH] [Kimchi 6/7] Update Ubuntu remote images.

pvital at linux.vnet.ibm.com pvital at linux.vnet.ibm.com
Thu Jun 23 17:11:33 UTC 2016


From: Paulo Vital <pvital at linux.vnet.ibm.com>

Updated the links to Ubuntu remote ISO images:
    - Removed 13.04 and 13.10 options
    - Updated 14.04 links
    - Added 15.05, 15.10 and 16.04 options

Signed-off-by: Paulo Vital <pvital at linux.vnet.ibm.com>
---
 distros.d/ubuntu.json | 67 +++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 51 insertions(+), 16 deletions(-)

diff --git a/distros.d/ubuntu.json b/distros.d/ubuntu.json
index 161fbc8..8293112 100644
--- a/distros.d/ubuntu.json
+++ b/distros.d/ubuntu.json
@@ -1,37 +1,72 @@
 [
     {
-        "name": "Ubuntu 13.04 (Raring Ringtail)",
+        "name": "Ubuntu Server 14.04 LE (Trusty Tahr)",
+        "os_distro": "ubuntu",
+        "os_arch": "ppc64",
+        "os_version": "14.04",
+        "path": "http://cdimages.ubuntu.com/releases/14.04/release/ubuntu-14.04.4-server-ppc64el.iso"
+    },
+    {
+        "name": "Ubuntu Server 14.04 LE (Trusty Tahr)",
         "os_distro": "ubuntu",
         "os_arch": "x86_64",
-        "os_version": "13.04",
-        "path": "http://ubuntu-releases.cs.umn.edu/13.04/ubuntu-13.04-desktop-amd64.iso"
+        "os_version": "14.04",
+        "path": "http://ubuntu-releases.cs.umn.edu/14.04/ubuntu-14.04.4-server-amd64.iso"
     },
     {
-        "name": "Ubuntu 13.10 (Saucy Salamander)",
+        "name": "Ubuntu Server 14.10 (Utopic Unicorn)",
         "os_distro": "ubuntu",
         "os_arch": "x86_64",
-        "os_version": "13.10",
-        "path": "http://ubuntu-releases.cs.umn.edu/13.10/ubuntu-13.10-desktop-amd64.iso"
+        "os_version": "14.10",
+        "path": "http://old-releases.ubuntu.com/releases/14.10/ubuntu-14.10-server-amd64.iso"
     },
     {
-        "name": "Ubuntu Server 14.04 LE (Trusty Tahr)",
+        "name": "Ubuntu Server 14.10 LE (Utopic Unicorn)",
         "os_distro": "ubuntu",
-        "os_arch": "ppc64",
-        "os_version": "14.04",
-        "path": "http://cdimages.ubuntu.com/releases/14.04/release/ubuntu-14.04-server-ppc64el.iso"
+        "os_arch": "ppc64le",
+        "os_version": "14.10",
+        "path": "http://old-releases.ubuntu.com/releases/14.10/ubuntu-14.10-server-ppc64el.iso"
     },
     {
-        "name": "Ubuntu Server 14.04 LE (Trusty Tahr)",
+        "name": "Ubuntu Server 15.04 (Vivid Vervet)",
         "os_distro": "ubuntu",
         "os_arch": "x86_64",
-        "os_version": "14.04",
-        "path": "http://releases.ubuntu.com/14.04/ubuntu-14.04-desktop-amd64.iso"
+        "os_version": "15.04",
+        "path": "http://old-releases.ubuntu.com/releases/vivid/ubuntu-15.04-server-amd64.iso"
     },
     {
-        "name": "Ubuntu Server 14.10 (Utopic Unicorn)",
+        "name": "Ubuntu Server 15.04 LE (Vivid Vervet)",
+        "os_distro": "ubuntu",
+        "os_arch": "ppc64le",
+        "os_version": "15.04",
+        "path": "http://old-releases.ubuntu.com/releases/vivid/ubuntu-15.04-server-ppc64le.iso"
+    },
+    {
+        "name": "Ubuntu Server 15.10 (Wily Werewolf)",
         "os_distro": "ubuntu",
         "os_arch": "x86_64",
-        "os_version": "14.10",
-        "path": "http://releases.ubuntu.com/14.10/ubuntu-14.10-desktop-amd64.iso"
+        "os_version": "15.10",
+        "path": "http://releases.ubuntu.com/15.10/ubuntu-15.10-server-amd64.iso"
+    },
+    {
+        "name": "Ubuntu Server 15.10 LE (Wily Werewolf)",
+        "os_distro": "ubuntu",
+        "os_arch": "ppc64le",
+        "os_version": "15.10",
+        "path": "http://cdimages.ubuntu.com/releases/15.10/release/ubuntu-15.10-server-ppc64el.iso"
+    },
+    {
+        "name": "Ubuntu Server 16.04 (Xenial Xerus)",
+        "os_distro": "ubuntu",
+        "os_arch": "x86_64",
+        "os_version": "16.04",
+        "path": "http://releases.ubuntu.com/16.04/ubuntu-16.04-server-amd64.iso"
+    },
+    {
+        "name": "Ubuntu Server 16.04 (Xenial Xerus)",
+        "os_distro": "ubuntu",
+        "os_arch": "ppc64le",
+        "os_version": "16.04",
+        "path": "http://cdimages.ubuntu.com/releases/16.04/release/ubuntu-16.04-server-ppc64el.iso"
     }
 ]
-- 
2.5.5




More information about the Kimchi-devel mailing list