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

Royce Lv lvroyce at linux.vnet.ibm.com
Fri Jan 10 07:26:43 UTC 2014


Reviewed-by: Royce Lv<lvroyce at 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 at 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-Desktop-x86_64-19-1.iso"
> +    },
> +    {
> +        "name": "fedora-20",
> +        "os_distro": "fedora",
> +        "os_version": "20",
> +        "path": "http://fedora.mirrors.tds.net/pub/fedora/releases/20/Live/x86_64/Fedora-Live-Desktop-x86_64-20-1.iso"
>       }
>   ]
> 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"
>       }
>   ]




More information about the Kimchi-devel mailing list