From: Henryk Ploetz Date: Wed, 17 Oct 2007 13:22:31 +0000 (+0000) Subject: conf/distro/openmoko.conf: Fix regex for the https case X-Git-Tag: Release-2010-05/1~8549^2~1^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=162930b4adb978a06d6ca2a918e6d91e5112f010;p=openembedded.git conf/distro/openmoko.conf: Fix regex for the https case --- diff --git a/conf/distro/openmoko.conf b/conf/distro/openmoko.conf index d3f9890769..3adc4a9d5e 100644 --- a/conf/distro/openmoko.conf +++ b/conf/distro/openmoko.conf @@ -19,7 +19,7 @@ OVERRIDES = "local:${MACHINE}:${DISTRO}:angstrom:${TARGET_OS}:${TARGET_ARCH}:bui CVS_TARBALL_STASH = "http://downloads.openmoko.org/sources/" -PREMIRRORS = "(ftp|http)://.*/.*/ http://downloads.openmoko.org/sources/" +PREMIRRORS = "(ftp|https?)$://.*/.*/ http://downloads.openmoko.org/sources/" FEED_URIS = "\ snapshot-all##http://buildhost.openmoko.org/snapshots/2007.08/ipk/all \