From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45532) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1IRk-0002n3-Ip for qemu-devel@nongnu.org; Fri, 01 Feb 2013 10:22:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U1IRg-0007rp-Oq for qemu-devel@nongnu.org; Fri, 01 Feb 2013 10:22:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35020) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1IRg-0007re-Gs for qemu-devel@nongnu.org; Fri, 01 Feb 2013 10:22:28 -0500 From: Gerd Hoffmann Date: Fri, 1 Feb 2013 15:02:24 +0100 Message-Id: <1359727345-10477-6-git-send-email-kraxel@redhat.com> In-Reply-To: <1359727345-10477-1-git-send-email-kraxel@redhat.com> References: <1359727345-10477-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [buildbot patch 5/6] save config.log List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: berendt@b1-systems.de Cc: qemu-devel@nongnu.org, Gerd Hoffmann Signed-off-by: Gerd Hoffmann --- qemu-master.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qemu-master.cfg b/qemu-master.cfg index 2502ced..04d26bf 100644 --- a/qemu-master.cfg +++ b/qemu-master.cfg @@ -699,7 +699,9 @@ def create_build_factory(repourl, branch="HEAD", f.addStep(Configure(command=[configure, "--disable-debug-info"] + list(configure_args), - env={'LANG': 'C'}, workdir=workdir)) + env={'LANG': 'C'}, + logfiles={"config.log": "config.log"}, + workdir=workdir)) f.addStep(Compile(command=[make], env={'LANG': 'C'}, timeout=2400, -- 1.7.9.7