[PATCH V2 0/3] Updating Fedora remote ISO information

From: Paulo Vital <pvital@linux.vnet.ibm.com> Patch set that fixes wrong URL for Fedora Live 20 remote ISO and adds a new options to Fedora 21 and 22. Paulo Vital (3): Update Fedora Live 20 URL as remote ISO Add Fedora 21 as remote ISO option. Add Fedora 22 as remote ISO option. src/distros.d/fedora.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) -- 2.4.3

From: Paulo Vital <pvital@linux.vnet.ibm.com> The path of Fedora Live 20 image points to release 21. Updated the URL to correct ISO image of release 20. Signed-off-by: Paulo Vital <pvital@linux.vnet.ibm.com> --- src/distros.d/fedora.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/distros.d/fedora.json b/src/distros.d/fedora.json index 164415d..51767f0 100644 --- a/src/distros.d/fedora.json +++ b/src/distros.d/fedora.json @@ -4,7 +4,7 @@ "os_distro": "fedora", "os_arch": "x86_64", "os_version": "20", - "path": "http://mirrors.kernel.org/fedora/releases/21/Live/x86_64/Fedora-Live-KDE-x86..." + "path": "http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/20/Live/..." }, { "name": "Fedora 18 (PPC64)", -- 2.4.3

From: Paulo Vital <pvital@linux.vnet.ibm.com> Add information for x86_64 version of Fedora Live 21. Signed-off-by: Paulo Vital <pvital@linux.vnet.ibm.com> --- src/distros.d/fedora.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/distros.d/fedora.json b/src/distros.d/fedora.json index 51767f0..2379ab5 100644 --- a/src/distros.d/fedora.json +++ b/src/distros.d/fedora.json @@ -7,6 +7,13 @@ "path": "http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/20/Live/..." }, { + "name": "Fedora 21", + "os_distro": "fedora", + "os_arch": "x86_64", + "os_version": "21", + "path": "http://mirrors.kernel.org/fedora/releases/21/Live/x86_64/Fedora-Live-KDE-x86..." + }, + { "name": "Fedora 18 (PPC64)", "os_distro": "fedora", "os_arch": "ppc64", -- 2.4.3

From: Paulo Vital <pvital@linux.vnet.ibm.com> Add information for x86_64 version of Fedora Live 22, relased on Aug, 26th 2015. Signed-off-by: Paulo Vital <pvital@linux.vnet.ibm.com> --- src/distros.d/fedora.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/distros.d/fedora.json b/src/distros.d/fedora.json index 2379ab5..0ce0961 100644 --- a/src/distros.d/fedora.json +++ b/src/distros.d/fedora.json @@ -14,6 +14,13 @@ "path": "http://mirrors.kernel.org/fedora/releases/21/Live/x86_64/Fedora-Live-KDE-x86..." }, { + "name": "Fedora 22", + "os_distro": "fedora", + "os_arch": "x86_64", + "os_version": "22", + "path": "http://mirrors.kernel.org/fedora/releases/22/Live/x86_64/Fedora-Live-KDE-x86..." + }, + { "name": "Fedora 18 (PPC64)", "os_distro": "fedora", "os_arch": "ppc64", -- 2.4.3
participants (2)
-
Aline Manera
-
pvital@linux.vnet.ibm.com