From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 9A584E007AD; Wed, 1 Feb 2017 11:09:44 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [134.134.136.65 listed in list.dnswl.org] Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 51BBBE004D2 for ; Wed, 1 Feb 2017 11:09:41 -0800 (PST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP; 01 Feb 2017 11:09:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,321,1477983600"; d="scan'208";a="54481148" Received: from bavery-ws-desk.jf.intel.com ([10.7.198.85]) by orsmga004.jf.intel.com with ESMTP; 01 Feb 2017 11:09:41 -0800 From: brian avery To: toaster@yoctoproject.org Date: Wed, 1 Feb 2017 11:11:30 -0800 Message-Id: X-Mailer: git-send-email 1.9.1 Cc: brian avery Subject: [PATCH 0/2] toaster: allow builddir to be named other than build bug 9992 X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2017 19:09:44 -0000 This pattchset fixes two bugs. The most important of which is in the sublject line. 9992 -> if we do oe-init-build-env cow, toaster would fail because it had the directory name build hardcoded for toaster.sqlite. This patch moves the toaster.sqlite database to TOASTER_DIR so that you can name your builddir whatever you'd like to. 11006-> the runbuilds process was printing out alot of debug and status messages to the console. Since the console can also be used to run cli builds while toaster displays their status, this was quite disconcerting. This patch redirects the output to toaster_runbuilds.log. -brian avery The following changes since commit ec3d83f9a90288403b96be25da855fa280aadd8d: xmlto: Don't hardcode the path to tail (2017-01-31 23:47:33 +0000) are available in the git repository at: git://git.yoctoproject.org/poky-contrib bavery/toaster/9992-builddir-not-buildV4 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/toaster/9992-builddir-not-buildV4 brian avery (2): toaster: put runbuilds output into a log file toaster: move sqlite database to TOASTER_DIR bitbake/bin/toaster | 5 ++++- bitbake/lib/toaster/toastermain/settings.py | 3 +-- 2 files changed, 5 insertions(+), 3 deletions(-) -- 1.9.1