diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-17 19:15:56 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-17 19:15:56 +0200 |
commit | 6b86436a0e986cb6cd0cefecff91479948f5ee79 (patch) | |
tree | 78063da725e263f370561013317504fd1ff066d0 /conf/distro/include/angstrom.inc | |
parent | 4b101869a25a4a6cfaacd418f3f1a56665433129 (diff) |
Angstrom: fix OESTATS_SERVER host
Diffstat (limited to 'conf/distro/include/angstrom.inc')
-rw-r--r-- | conf/distro/include/angstrom.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 2201366d77..7a6e9a463a 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -193,7 +193,7 @@ SEPPUKU_AUTOBUILD = "1" SEPPUKU_PRODUCT = "Openembedded" SEPPUKU_COMPONENT = "org.openembedded.dev" -OESTATS_SERVER ?= "tinderbox.openembedded.net" +OESTATS_SERVER ?= "tinderbox.openembedded.org" |