[Kimchi-devel] [PATCH] Update distros.d files to point to a valid URL
Aline Manera
alinefm at linux.vnet.ibm.com
Thu Sep 25 03:33:19 UTC 2014
Gentoo and Debian JSON files had entried with invalid URLs which was
preventing them to be displayed on Kimchi.
Also add a valid entry for OpenSUSE 13.1
Signed-off-by: Aline Manera <alinefm at linux.vnet.ibm.com>
---
src/distros.d/debian.json | 4 ++--
src/distros.d/gentoo.json | 6 +++---
src/distros.d/opensuse.json | 7 +++++++
3 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/src/distros.d/debian.json b/src/distros.d/debian.json
index 17111c0..60bdf41 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.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"
+ "os_version": "7.6.0",
+ "path": "http://ftp.acc.umu.se/debian-cd/7.6.0-live/amd64/iso-hybrid/debian-live-7.6.0-amd64-gnome-desktop.iso"
}
]
diff --git a/src/distros.d/gentoo.json b/src/distros.d/gentoo.json
index 2f9a669..1c398e8 100644
--- a/src/distros.d/gentoo.json
+++ b/src/distros.d/gentoo.json
@@ -1,9 +1,9 @@
[
{
- "name": "gentoo-20140227",
+ "name": "gentoo-20140904",
"os_distro": "gentoo",
"os_arch": "x86_64",
- "os_version": "20140227",
- "path": "http://distfiles.gentoo.org/releases/amd64/autobuilds/current-iso/install-amd64-minimal-20140227.iso"
+ "os_version": "20140904",
+ "path": "http://distfiles.gentoo.org/releases/amd64/autobuilds/current-iso/install-amd64-minimal-20140904.iso"
}
]
diff --git a/src/distros.d/opensuse.json b/src/distros.d/opensuse.json
index 315cf78..ad80c50 100644
--- a/src/distros.d/opensuse.json
+++ b/src/distros.d/opensuse.json
@@ -5,5 +5,12 @@
"os_arch": "x86_64",
"os_version": "12.3",
"path": "http://suse.mirrors.tds.net/pub/opensuse/distribution/12.3/iso/openSUSE-12.3-DVD-x86_64.iso"
+ },
+ {
+ "name": "opensuse-13.1",
+ "os_distro": "opensuse",
+ "os_arch": "x86_64",
+ "os_version": "13.1",
+ "path": "http://suse.mirrors.tds.net/pub/opensuse/distribution/13.1/iso/openSUSE-13.1-DVD-x86_64.iso"
}
]
--
1.9.3
More information about the Kimchi-devel
mailing list