[oe-commits] org.oe.dev conf/distro/openmoko.conf: Fix regex for the https case

henryk commit openembedded-commits at lists.openembedded.org
Wed Oct 17 14:04:37 UTC 2007


conf/distro/openmoko.conf: Fix regex for the https case

Author: henryk at openembedded.org
Branch: org.openembedded.dev
Revision: 0c8907e0f2b5bf5a3285e92be17c709e5d0ffa79
ViewMTN: http://monotone.openembedded.org/revision/info/0c8907e0f2b5bf5a3285e92be17c709e5d0ffa79
Files:
1
conf/distro/openmoko.conf
Diffs:

#
# mt diff -r5da7fc50eb05762b3a213f9b93c344517a4c0dec -r0c8907e0f2b5bf5a3285e92be17c709e5d0ffa79
#
# 
# 
# patch "conf/distro/openmoko.conf"
#  from [2ec30f54157022779b502f8ec721dfbf3505d89b]
#    to [6a2e6be73d20c7c96c92f46207a589f96df4b427]
# 
============================================================
--- conf/distro/openmoko.conf	2ec30f54157022779b502f8ec721dfbf3505d89b
+++ conf/distro/openmoko.conf	6a2e6be73d20c7c96c92f46207a589f96df4b427
@@ -19,7 +19,7 @@ CVS_TARBALL_STASH = "http://downloads.op
 
 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 \






More information about the Openembedded-commits mailing list