[Kimchi-devel] [PATCH 3/3] Update distros JSON files to always point to a valid URL

Aline Manera alinefm at linux.vnet.ibm.com
Fri Mar 7 04:11:00 UTC 2014


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"
     }
 ]
-- 
1.7.10.4




More information about the Kimchi-devel mailing list