From 3074e69fa414fe2745798492fd7a6e76ff37fe84 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Mon, 21 Jan 2008 10:21:39 +0000 Subject: *-mirrors.bbclass: Applied the https handling fix to all other mirrors classes --- classes/nylon-mirrors.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'classes/nylon-mirrors.bbclass') diff --git a/classes/nylon-mirrors.bbclass b/classes/nylon-mirrors.bbclass index 2986bd8f80..25a8b87d9b 100644 --- a/classes/nylon-mirrors.bbclass +++ b/classes/nylon-mirrors.bbclass @@ -1,6 +1,6 @@ MIRRORS_append () { ftp://.*/.*/ http://meshcube.org/nylon/stable/sources/ -http://.*/.*/ http://meshcube.org/nylon/stable/sources/ +https?://.*/.*/ http://meshcube.org/nylon/stable/sources/ ftp://.*/.*/ http://meshcube.org/nylon/unstable/sources/ -http://.*/.*/ http://meshcube.org/nylon/unstable/sources/ +https?://.*/.*/ http://meshcube.org/nylon/unstable/sources/ } \ No newline at end of file -- cgit v1.2.3