diff options
author | Henryk Ploetz <henryk@openmoko.org> | 2007-10-17 13:22:31 +0000 |
---|---|---|
committer | Henryk Ploetz <henryk@openmoko.org> | 2007-10-17 13:22:31 +0000 |
commit | 162930b4adb978a06d6ca2a918e6d91e5112f010 (patch) | |
tree | 8935654d86c558ea69af2a3cafd82defb7b37f1b /conf/distro/openmoko.conf | |
parent | ff467f43228c72b73da32a22a384be02401c8771 (diff) |
conf/distro/openmoko.conf: Fix regex for the https case
Diffstat (limited to 'conf/distro/openmoko.conf')
-rw-r--r-- | conf/distro/openmoko.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |