diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-02-21 16:18:33 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-02-21 16:18:33 +0000 |
commit | 8063e34bb175e058ea2de0d8fffc03011f68c3ee (patch) | |
tree | 0bb0b02b6247311dd19cc49a24964b1616fc879b /conf | |
parent | fc8bb1b8fad9b45a31b5b1081fb6c8a67d0654db (diff) |
fix mirror handling for openmoko, oplinux and nylon. Closes 3585.
* patch from 3585 is now fully applied
Diffstat (limited to '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 f6968cee00..55237c89b8 100644 --- a/conf/distro/openmoko.conf +++ b/conf/distro/openmoko.conf @@ -19,7 +19,7 @@ OVERRIDES = "local:${MACHINE}:openmoko:angstrom:${TARGET_OS}:${TARGET_ARCH}:buil CVS_TARBALL_STASH = "http://downloads.openmoko.org/sources/" -PREMIRRORS = "(ftp|https?)$://.*/.*/ 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 \ |