aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorYuri Bushmelev <jay4mail@gmail.com>2011-02-15 23:52:01 +0300
committerYuri Bushmelev <jay4mail@gmail.com>2011-02-15 23:52:01 +0300
commited2703741ebf2dd490a685c8944d4a10725ab92a (patch)
tree994d42a8bed5ce0928439e88ae017b2acfdc4b4e /contrib
parent595b1c1538ae9b3d655a0963fed87dd7acc24106 (diff)
downloadopenembedded-ed2703741ebf2dd490a685c8944d4a10725ab92a.tar.gz
testbuilders: change oestats server to tinderbox.openembedded.org
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/testing/testbuilder/setup-testbuilder2
-rwxr-xr-xcontrib/testing/testscript.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/testing/testbuilder/setup-testbuilder b/contrib/testing/testbuilder/setup-testbuilder
index ebf86cfbb6..240e99b3b9 100755
--- a/contrib/testing/testbuilder/setup-testbuilder
+++ b/contrib/testing/testbuilder/setup-testbuilder
@@ -92,7 +92,7 @@ BBINCLUDELOGS = "yes"
# OE stats client (make troubleshooting easier)
INHERIT += "oestats-client"
OESTATS_BUILDER = "${TB_BUILDER}"
-OESTATS_SERVER = "tinderbox.openembedded.net"
+OESTATS_SERVER = "tinderbox.openembedded.org"
EOF
diff --git a/contrib/testing/testscript.sh b/contrib/testing/testscript.sh
index 23c244bd7c..992b02e6df 100755
--- a/contrib/testing/testscript.sh
+++ b/contrib/testing/testscript.sh
@@ -69,7 +69,7 @@ OE_STRICT_CHECKSUMS = "1"
# if you want to report build results (recommended) you need to edit OESTATS_BUILDER and add your name or nick in it, then uncomment the next 3 lines.
#INHERIT += "oestats-client"
-#OESTATS_SERVER = "tinderbox.openembedded.net"
+#OESTATS_SERVER = "tinderbox.openembedded.org"
#OESTATS_BUILDER = "your nick goes here"
EOF