classes/angstrom-mirrors.bbclass: fix mirror regex
authorHenryk Ploetz <henryk@openmoko.org>
Wed, 17 Oct 2007 13:21:37 +0000 (13:21 +0000)
committerHenryk Ploetz <henryk@openmoko.org>
Wed, 17 Oct 2007 13:21:37 +0000 (13:21 +0000)
* fixes the case where original https urls would end up as
  https://www.angstrom-distribution... for mirror url

classes/angstrom-mirrors.bbclass

index cd27a85..e44a78c 100644 (file)
@@ -1,4 +1,4 @@
 MIRRORS_append () {
 ftp://.*/.*/   http://www.angstrom-distribution.org/unstable/sources/
-http://.*/.*/  http://www.angstrom-distribution.org/unstable/sources/
+https?$://.*/.*/       http://www.angstrom-distribution.org/unstable/sources/
 }