From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [80.91.229.2] (helo=ciao.gmane.org) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1K0CHi-0003on-Lt for openembedded-devel@openembedded.org; Sun, 25 May 2008 11:12:59 +0200 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1K0CEi-0004Iq-Ht for openembedded-devel@openembedded.org; Sun, 25 May 2008 09:09:52 +0000 Received: from s55917625.adsl.wanadoo.nl ([85.145.118.37]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 25 May 2008 09:09:52 +0000 Received: from k.kooi by s55917625.adsl.wanadoo.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 25 May 2008 09:09:52 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: openembedded-devel@openembedded.org From: Koen Kooi Date: Sun, 25 May 2008 11:09:43 +0200 Message-ID: References: Mime-Version: 1.0 X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: s55917625.adsl.wanadoo.nl User-Agent: Thunderbird 3.0a2pre (Macintosh/2008051303) In-Reply-To: Sender: news Subject: Re: OEstats test deployment on amethyst X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.10 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 09:12:59 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Koen Kooi wrote: > Hi, > > We are working on an official OEstats server for the oe project and have > set up a testing server at: > > http://amethyst.openembedded.net:8000 > > You can have your builder report to there by putting: > > INHERIT += "oestats-client" > OESTATS_SERVER = "amethyst.openembedded.net:8000" > OESTATS_BUILDER = "your name" > > in your local.conf. If you inherit seppuku _before_ oestats-client it > will include the bugnumber as well: > > http://amethyst.openembedded.net:8000/packages/apex-env/ > > The server is currently using the django standalone mode + sqlite3, but > will move to apache + postgresql in the near future. We now have a proper setup: http://tinderbox.openembedded.net/ Which means you should now use OESTATS_SERVER = "tinderbox.openembedded.net" The test url (amethyst.openembedded.net:8000) uses the same database now and will be kept online for a few days to allow people update their configs. regards, Koen