diff options
author | Koen Kooi <koen@openembedded.org> | 2008-05-25 09:12:20 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-05-25 09:12:20 +0000 |
commit | 1e1e7d83cb0b63b87af7dcb804bc47d8fdab79aa (patch) | |
tree | fee3d2d603a3a50120163167255b8828c7e6b369 /conf/distro/include/angstrom.inc | |
parent | 6853feed34669fb41b9556cfb819bdd954ab0959 (diff) |
angstrom: add oestats instructions next to sepukku instructions
Diffstat (limited to 'conf/distro/include/angstrom.inc')
-rw-r--r-- | conf/distro/include/angstrom.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index bd56a09de6..bbdbe7f80b 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -281,9 +281,10 @@ TINDER_CLOBBER = "1" TINDER_REPORT = "1" # Configuration for seppuku autobuilder, people only need to put: -# INHERIT += "seppuku" +# INHERIT += "seppuku oestats-client" # SEPPUKU_USER = "your_bugzilla@user.id" # SEPPUKU_PASS = "your_bugzilla_password" +# OESTATS_BUILDER = "your_name" # in their local.conf # seppuku bbclass @@ -297,7 +298,7 @@ SEPPUKU_AUTOBUILD = "1" SEPPUKU_PRODUCT = "Openembedded" SEPPUKU_COMPONENT = "org.openembedded.dev" - +OESTATS_SERVER ?= "tinderbox.openembedded.net" |