diff options
author | Rod Whitby <rod@whitby.id.au> | 2008-01-21 10:21:39 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2008-01-21 10:21:39 +0000 |
commit | 3074e69fa414fe2745798492fd7a6e76ff37fe84 (patch) | |
tree | 473516e0b7a7d9c145803868eb2967124890b508 /classes/nylon-mirrors.bbclass | |
parent | a82c44432c811f1b76cf9073e4df96f2ab5ecb2f (diff) |
*-mirrors.bbclass: Applied the https handling fix to all other mirrors classes
Diffstat (limited to 'classes/nylon-mirrors.bbclass')
-rw-r--r-- | classes/nylon-mirrors.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
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 |