* [PATCH] distro_check: fix the fedora URL for rleases as they seem to have moved
@ 2012-02-24 23:03 Saul Wold
0 siblings, 0 replies; only message in thread
From: Saul Wold @ 2012-02-24 23:03 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/lib/oe/distro_check.py | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta/lib/oe/distro_check.py b/meta/lib/oe/distro_check.py
index 630e88d..cc836de 100644
--- a/meta/lib/oe/distro_check.py
+++ b/meta/lib/oe/distro_check.py
@@ -99,12 +99,12 @@ def get_source_package_list_from_url(url, section):
def get_latest_released_fedora_source_package_list():
"Returns list of all the name os packages in the latest fedora distro"
- latest = find_latest_numeric_release("http://download.fedora.redhat.com/pub/fedora/linux/releases/")
+ latest = find_latest_numeric_release("http://archive.fedoraproject.org/pub/fedora/linux/releases/")
- package_names = get_source_package_list_from_url("http://download.fedora.redhat.com/pub/fedora/linux/releases/%s/Fedora/source/SRPMS/" % latest, "main")
+ package_names = get_source_package_list_from_url("http://archive.fedoraproject.org/pub/fedora/linux/releases/%s/Fedora/source/SRPMS/" % latest, "main")
# package_names += get_source_package_list_from_url("http://download.fedora.redhat.com/pub/fedora/linux/releases/%s/Everything/source/SPRMS/" % latest, "everything")
- package_names += get_source_package_list_from_url("http://download.fedora.redhat.com/pub/fedora/linux/updates/%s/SRPMS/" % latest, "updates")
+ package_names += get_source_package_list_from_url("http://archive.fedoraproject.org/pub/fedora/linux/updates/%s/SRPMS/" % latest, "updates")
package_list=clean_package_list(package_names)
--
1.7.7.6
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-02-24 23:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-24 23:03 [PATCH] distro_check: fix the fedora URL for rleases as they seem to have moved Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox