openmoko.conf: update sources mirror URL
authorJohn Lee <cylee@programmer.net>
Thu, 26 Mar 2009 21:15:53 +0000 (05:15 +0800)
committerJohn Lee <cylee@programmer.net>
Mon, 6 Apr 2009 14:33:29 +0000 (22:33 +0800)
Someone changed the location of om sources mirror without modifying
related settings, nor posting a proper notice on any mailing list.

conf/distro/openmoko.conf

index cb1513d..3646108 100644 (file)
@@ -20,9 +20,9 @@ OVERRIDES = "local:${MACHINE}:openmoko:angstrom:${TARGET_OS}:${TARGET_ARCH}:buil
 
 INHERIT += "packaged-staging"
 
-CVS_TARBALL_STASH += "http://downloads.openmoko.org/sources/"
+CVS_TARBALL_STASH += "http://downloads.openmoko.org/developer/sources/"
 
-PREMIRRORS = "(ftp|https?)$://.*/.* http://downloads.openmoko.org/sources/"
+PREMIRRORS = "(ftp|https?)$://.*/.* http://downloads.openmoko.org/developer/sources/"
 
 DISTRO_FEED_PREFIX ?= "om-dev"
 DISTRO_FEED_URI ?= "http://downloads.openmoko.org/repository/testing"