
Reviewed-by: Royce Lv<lvroyce@linux.vnet.ibm.com> On 2014年12月08日 22:13, Aline Manera wrote:
Add openSUSE 13.2 and Ubuntu 14.10 and update gentoo and debian links to reflect the latest distribution version available.
Signed-off-by: Aline Manera <alinefm@linux.vnet.ibm.com> --- src/distros.d/debian.json | 4 ++-- src/distros.d/gentoo.json | 6 +++--- src/distros.d/opensuse.json | 7 +++++++ src/distros.d/ubuntu.json | 7 +++++++ 4 files changed, 19 insertions(+), 5 deletions(-)
diff --git a/src/distros.d/debian.json b/src/distros.d/debian.json index 60bdf41..5d6a313 100644 --- a/src/distros.d/debian.json +++ b/src/distros.d/debian.json @@ -3,7 +3,7 @@ "name": "debian-Wheezy", "os_distro": "debian", "os_arch": "x86_64", - "os_version": "7.6.0", - "path": "http://ftp.acc.umu.se/debian-cd/7.6.0-live/amd64/iso-hybrid/debian-live-7.6...." + "os_version": "7.7.0", + "path": "http://caesar.acc.umu.se/debian-cd/7.7.0/amd64/iso-cd/debian-7.7.0-amd64-net..." } ] diff --git a/src/distros.d/gentoo.json b/src/distros.d/gentoo.json index 1c398e8..2c0f012 100644 --- a/src/distros.d/gentoo.json +++ b/src/distros.d/gentoo.json @@ -1,9 +1,9 @@ [ { - "name": "gentoo-20140904", + "name": "gentoo-20141204", "os_distro": "gentoo", "os_arch": "x86_64", - "os_version": "20140904", - "path": "http://distfiles.gentoo.org/releases/amd64/autobuilds/current-iso/install-am..." + "os_version": "20141204", + "path": "http://distfiles.gentoo.org/releases/amd64/autobuilds/current-iso/install-am..." } ] diff --git a/src/distros.d/opensuse.json b/src/distros.d/opensuse.json index ad80c50..f51de97 100644 --- a/src/distros.d/opensuse.json +++ b/src/distros.d/opensuse.json @@ -12,5 +12,12 @@ "os_arch": "x86_64", "os_version": "13.1", "path": "http://suse.mirrors.tds.net/pub/opensuse/distribution/13.1/iso/openSUSE-13.1..." + }, + { + "name": "opensuse-13.2", + "os_distro": "opensuse", + "os_arch": "x86_64", + "os_version": "13.2", + "path": "http://suse.mirrors.tds.net/pub/opensuse/distribution/13.2/iso/openSUSE-13.2..." } ] diff --git a/src/distros.d/ubuntu.json b/src/distros.d/ubuntu.json index b0b5f45..161fbc8 100644 --- a/src/distros.d/ubuntu.json +++ b/src/distros.d/ubuntu.json @@ -26,5 +26,12 @@ "os_arch": "x86_64", "os_version": "14.04", "path": "http://releases.ubuntu.com/14.04/ubuntu-14.04-desktop-amd64.iso" + }, + { + "name": "Ubuntu Server 14.10 (Utopic Unicorn)", + "os_distro": "ubuntu", + "os_arch": "x86_64", + "os_version": "14.10", + "path": "http://releases.ubuntu.com/14.10/ubuntu-14.10-desktop-amd64.iso" } ]