[Kimchi-devel] [PATCH 1/2] Change the version number of remote Fedora image.

pvital at linux.vnet.ibm.com pvital at linux.vnet.ibm.com
Thu Aug 27 21:55:41 UTC 2015


From: Paulo Vital <pvital at linux.vnet.ibm.com>

The path of Fedora Live image points to release 21, but os_name and os_version
was set up to Fedora 20. Changed to reflect only Fedora 21 information.

Signed-off-by: Paulo Vital <pvital at linux.vnet.ibm.com>
---
 src/distros.d/fedora.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/distros.d/fedora.json b/src/distros.d/fedora.json
index 164415d..e5e6667 100644
--- a/src/distros.d/fedora.json
+++ b/src/distros.d/fedora.json
@@ -1,9 +1,9 @@
 [
     {
-        "name": "Fedora 20",
+        "name": "Fedora 21",
         "os_distro": "fedora",
         "os_arch": "x86_64",
-        "os_version": "20",
+        "os_version": "21",
         "path": "http://mirrors.kernel.org/fedora/releases/21/Live/x86_64/Fedora-Live-KDE-x86_64-21-5.iso"
     },
     {
-- 
2.4.3




More information about the Kimchi-devel mailing list