[oe-commits] Julian_chu : [openmoko] Change the default feed uri

GIT User account git at amethyst.openembedded.net
Wed Dec 17 12:56:46 UTC 2008


Module: openembedded.git
Branch: john_lee/openmoko-merges
Commit: bfab6375030355efa1b5d8629cb2329888878da7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bfab6375030355efa1b5d8629cb2329888878da7

Author: Julian_chu <julian_chu at openmoko.com>
Date:   Thu Aug 21 16:17:50 2008 +0800

[openmoko] Change the default feed uri

Openmoko is going to shutdown http interface of buildhost.
Change the default feed URI to refer to _testing_ repository
on downloads.openmoko.org

---

 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 cb3a17f..7e7aa1d 100644
--- a/conf/distro/openmoko.conf
+++ b/conf/distro/openmoko.conf
@@ -25,7 +25,7 @@ CVS_TARBALL_STASH += "http://downloads.openmoko.org/sources/"
 PREMIRRORS = "(ftp|https?)$://.*/.* http://downloads.openmoko.org/sources/"
 
 DISTRO_FEED_PREFIX ?= "om-dev"
-DISTRO_FEED_URI ?= "http://buildhost.openmoko.org/daily-feed"
+DISTRO_FEED_URI ?= "http://downloads.openmoko.org/repository/testing"
 
 AB_DEPLOY_EXTRA ?= ""
 DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${MACHINE_ARCH}/${AB_DEPLOY_EXTRA}"





More information about the Openembedded-commits mailing list