From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uye2v-0004ga-9q for qemu-devel@nongnu.org; Mon, 15 Jul 2013 04:22:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uye2s-0006wn-Ht for qemu-devel@nongnu.org; Mon, 15 Jul 2013 04:22:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:10601) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uye2s-0006wj-AA for qemu-devel@nongnu.org; Mon, 15 Jul 2013 04:22:10 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r6F8M9c2014643 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 15 Jul 2013 04:22:09 -0400 Date: Mon, 15 Jul 2013 11:23:28 +0300 From: "Michael S. Tsirkin" Message-ID: <20130715082328.GE31638@redhat.com> References: <20130708053355.GB6938@redhat.com> <20130715040250.GF21224@stefanha-thinkpad.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130715040250.GF21224@stefanha-thinkpad.redhat.com> Subject: Re: [Qemu-devel] build bot not updating? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org On Mon, Jul 15, 2013 at 12:02:50PM +0800, Stefan Hajnoczi wrote: > On Mon, Jul 08, 2013 at 08:33:55AM +0300, Michael S. Tsirkin wrote: > > I noticed two things with buildbot: > > http://buildbot.b1-systems.de/qemu/builders/pci_x86_64_debian_6_0 > > > > 1. up to jun 23 it keept rebuilding same hash - resources could be saved > > by not rebuilding if hash is unchanged > > 2. no builds since jun 23 > > We need to update the buildbot configuration to use build DTC. > ./configure is currently breaking due to lack of a usable DTC. > > Stefan I had to switch to dtc from a submodule. -- MST