[PATCH] Add Fedora 20 and Ubuntu 13.10 to distros.d

To enable create template from latest fedora and ubuntu release, add them to distros.d. Signed-off-by: Mark Wu <wudxw@linux.vnet.ibm.com> --- src/distros.d/fedora.json | 6 ++++++ src/distros.d/ubuntu.json | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/src/distros.d/fedora.json b/src/distros.d/fedora.json index a25e134..b4a82eb 100644 --- a/src/distros.d/fedora.json +++ b/src/distros.d/fedora.json @@ -10,5 +10,11 @@ "os_distro": "fedora", "os_version": "19", "path": "http://fedora.mirrors.tds.net/pub/fedora/releases/19/Live/x86_64/Fedora-Live..." + }, + { + "name": "fedora-20", + "os_distro": "fedora", + "os_version": "20", + "path": "http://fedora.mirrors.tds.net/pub/fedora/releases/20/Live/x86_64/Fedora-Live..." } ] diff --git a/src/distros.d/ubuntu.json b/src/distros.d/ubuntu.json index f1cdcef..4ad6a19 100644 --- a/src/distros.d/ubuntu.json +++ b/src/distros.d/ubuntu.json @@ -1,8 +1,14 @@ [ { - "name": "ubuntu-raring", + "name": "Ubuntu 13.04 (Raring Ringtail)", "os_distro": "ubuntu", "os_version": "13.04", "path": "http://ubuntu-releases.cs.umn.edu/13.04/ubuntu-13.04-desktop-amd64.iso" + }, + { + "name": "Ubuntu 13.10 (Saucy Salamander)", + "os_distro": "ubuntu", + "os_version": "13.10", + "path": "http://ubuntu-releases.cs.umn.edu/13.10/ubuntu-13.10-desktop-amd64.iso" } ] -- 1.8.4.2

Reviewed-by: Royce Lv<lvroyce@linux.vnet.ibm.com> On 2014年01月10日 14:50, Mark Wu wrote:
To enable create template from latest fedora and ubuntu release, add them to distros.d.
Signed-off-by: Mark Wu <wudxw@linux.vnet.ibm.com> --- src/distros.d/fedora.json | 6 ++++++ src/distros.d/ubuntu.json | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/src/distros.d/fedora.json b/src/distros.d/fedora.json index a25e134..b4a82eb 100644 --- a/src/distros.d/fedora.json +++ b/src/distros.d/fedora.json @@ -10,5 +10,11 @@ "os_distro": "fedora", "os_version": "19", "path": "http://fedora.mirrors.tds.net/pub/fedora/releases/19/Live/x86_64/Fedora-Live..." + }, + { + "name": "fedora-20", + "os_distro": "fedora", + "os_version": "20", + "path": "http://fedora.mirrors.tds.net/pub/fedora/releases/20/Live/x86_64/Fedora-Live..." } ] diff --git a/src/distros.d/ubuntu.json b/src/distros.d/ubuntu.json index f1cdcef..4ad6a19 100644 --- a/src/distros.d/ubuntu.json +++ b/src/distros.d/ubuntu.json @@ -1,8 +1,14 @@ [ { - "name": "ubuntu-raring", + "name": "Ubuntu 13.04 (Raring Ringtail)", "os_distro": "ubuntu", "os_version": "13.04", "path": "http://ubuntu-releases.cs.umn.edu/13.04/ubuntu-13.04-desktop-amd64.iso" + }, + { + "name": "Ubuntu 13.10 (Saucy Salamander)", + "os_distro": "ubuntu", + "os_version": "13.10", + "path": "http://ubuntu-releases.cs.umn.edu/13.10/ubuntu-13.10-desktop-amd64.iso" } ]

Applied. Thanks. Regards, Aline Manera
participants (3)
-
Aline Manera
-
Mark Wu
-
Royce Lv