
From: Aline Manera <alinefm@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@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-..." + "os_version": "7.4.0", + "path": "http://ftp.acc.umu.se/debian-cd/7.4.0-live/amd64/iso-hybrid/debian-live-7.4-..." } ] 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-am..." + "os_version": "20140227", + "path": "http://distfiles.gentoo.org/releases/amd64/autobuilds/current-iso/install-am..." } ] -- 1.7.10.4