diff options
author | John Lee <cylee@programmer.net> | 2009-03-27 05:15:53 +0800 |
---|---|---|
committer | John Lee <cylee@programmer.net> | 2009-04-06 22:33:29 +0800 |
commit | 188eaf36733f85c35da2034ec651df17cb9bb773 (patch) | |
tree | e5a413d4f82407ce7fb1239b7603702473286fce /conf | |
parent | 0fa410aa02fa0532d24bcf0c6049112272189152 (diff) |
openmoko.conf: update sources mirror URL
Someone changed the location of om sources mirror without modifying
related settings, nor posting a proper notice on any mailing list.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/openmoko.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/openmoko.conf b/conf/distro/openmoko.conf index cb1513de4b..36461087bd 100644 --- a/conf/distro/openmoko.conf +++ b/conf/distro/openmoko.conf @@ -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" |