diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-02 19:40:04 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-02 19:40:04 +0000 |
commit | 565b0c29376d1d1113f5f7fb7d2fc95b14e410f6 (patch) | |
tree | 5efdd307e06fe7721a2cb04f701580747e6c3889 /conf/local.conf.sample | |
parent | ce25a3fa67d283f1d4fcab0146cda37c0de998b9 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/05/02 11:54:14-07:00 (none)!ggilbert
base.bbclass:
Moving MIRROR to oesources.org
local.conf.sample:
Moving CVS_TARBALL_STASH to oesources.org
BKrev: 42768214CJNcNmVazhNdoM8kjvuLgw
Diffstat (limited to 'conf/local.conf.sample')
-rw-r--r-- | conf/local.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 4ff306d79d..7a7afb4277 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -116,7 +116,7 @@ BBINCLUDELOGS = "yes" # Specifies a location to search for pre-generated tarballs when fetching # a cvs:// URI. Outcomment this, if you always want to pull directly from CVS. -CVS_TARBALL_STASH = "http://www.treke.net/oe/source/" +CVS_TARBALL_STASH = "http://www.oesources.org/source/current/" # EDIT THIS FILE and then remove the line below before using! REMOVE_THIS_LINE:="${@oe.fatal('Read the comments in your conf/local.conf')}" |