From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 0A1BAE00EB9; Fri, 2 Oct 2015 10:28:38 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (avery.brian[at]gmail.com) * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.220.52 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id D8760E00A3C for ; Fri, 2 Oct 2015 10:28:33 -0700 (PDT) Received: by pacex6 with SMTP id ex6so112000731pac.0 for ; Fri, 02 Oct 2015 10:28:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=Xqqxm8IOZ3Uzh+pQR6FTmV4/jmm0XnoxTQhyAKWR6cE=; b=PVpkjehRl29BRSHfu2bLNv4n7m16/e8lOiar2Fen2/nlwgJNpXiTaTAuz5cUckvo4o C7mTRPiz7VRSel90i7d52jMhh7y6XARYSGhJppLaR3xskWqk2xhE5nbomv0R+JscmS94 0AJmYfQmzG2KiPGurugIWRodXJMpFUJH5Vw2y3lwyVyvCOAx4dH71ejn/zALxIpnECnA e58uJgtEyOjPJmHqRLi4vMD4CCXE51wOi65HXXDV+OE1i9dZWqvlFgrscYUqjpDx/RzG 4/pMqs6TPwsrf/n2CQeMjzH1v5D9rWgQiOdz7jWymhFyVznR7OtWC5ESfTqRV6PEmIvY rS7Q== X-Received: by 10.69.26.5 with SMTP id iu5mr21668411pbd.12.1443806912853; Fri, 02 Oct 2015 10:28:32 -0700 (PDT) Received: from whisper.hsd1.or.comcast.net (c-98-232-142-195.hsd1.or.comcast.net. [98.232.142.195]) by smtp.gmail.com with ESMTPSA id w5sm13015448pbs.31.2015.10.02.10.28.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 02 Oct 2015 10:28:32 -0700 (PDT) From: brian avery To: toaster@yoctoproject.org Date: Fri, 2 Oct 2015 10:30:16 -0700 Message-Id: X-Mailer: git-send-email 1.9.1 Subject: [PATCH 0/4] remove startup questions v2 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: Fri, 02 Oct 2015 17:28:38 -0000 This is v2 of my easier startup patch. I addressed most of Ed's comments. This one , splits into more commits. The checksettings commit is still big but would take a fair amount of time to break into anything that would run separately. did some pylint fixes. check for the config file and exits if missing. made some code more explicit. got rid of most of the trailing white spaces (one is not in the git tree but is in the patch. no idea why) -b The following changes since commit af1e3160922a30b8a538959335a5f8945f2f3549: toaster: Remove project name from latest project builds (2015-10-02 14:44:14 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib bavery/toaster/startup_simplification_8217_v2 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/toaster/startup_simplification_8217_v2 brian avery (4): toaster: removed superuser question from startup toaster: remove layer and build dir interactive questions toaster: check for configuration file and exit if not found toaster: get rid of interactivity in bldcontrol bitbake/bin/toaster | 38 +++++- .../management/commands/checksettings.py | 138 ++++++--------------- 2 files changed, 69 insertions(+), 107 deletions(-) -- 1.9.1