[Kimchi-devel] [PATCH 3/3] Update distros JSON files to always point to a valid URL
Royce Lv
lvroyce at linux.vnet.ibm.com
Fri Mar 7 09:37:16 UTC 2014
On 2014年03月07日 12:11, Aline Manera wrote:
> From: Aline Manera <alinefm at br.ibm.com>
>
> Although we only list the distros with a valid URL we need to make sure
> to always package distros JSON files with a valid values.
> So fix the URL's for Debian Wheezy and Gentoo
>
> Signed-off-by: Aline Manera <alinefm at br.ibm.com>
> ---
> src/distros.d/debian.json | 4 ++--
> src/distros.d/gentoo.json | 6 +++---
> 2 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/src/distros.d/debian.json b/src/distros.d/debian.json
> index 0754cf3..17111c0 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.2.0",
> - "path": "http://cdimage.debian.org/debian-cd/7.2.0-live/amd64/iso-hybrid/debian-live-7.2-amd64-gnome-desktop.iso"
> + "os_version": "7.4.0",
> + "path": "http://ftp.acc.umu.se/debian-cd/7.4.0-live/amd64/iso-hybrid/debian-live-7.4-amd64-gnome-desktop.iso"
> }
> ]
> diff --git a/src/distros.d/gentoo.json b/src/distros.d/gentoo.json
> index fa5e55b..2f9a669 100644
> --- a/src/distros.d/gentoo.json
> +++ b/src/distros.d/gentoo.json
> @@ -1,9 +1,9 @@
> [
> {
> - "name": "gentoo-20131010",
> + "name": "gentoo-20140227",
> "os_distro": "gentoo",
> "os_arch": "x86_64",
> - "os_version": "20131010",
> - "path": "http://distfiles.gentoo.org/releases/amd64/autobuilds/current-iso/install-amd64-minimal-20131010.iso"
> + "os_version": "20140227",
> + "path": "http://distfiles.gentoo.org/releases/amd64/autobuilds/current-iso/install-amd64-minimal-20140227.iso"
I would prefer to provide users with stable release rather than latest
build ones.
So what about
http://gentoo.osuosl.org/releases/amd64/12.1/livedvd-x86-amd64-32ul-2012.1.iso
?
> }
> ]
More information about the Kimchi-devel
mailing list