From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id A83FBE00AEA; Fri, 11 Dec 2015 06:09:34 -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: * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [192.55.52.88 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 27A51E00978 for ; Fri, 11 Dec 2015 06:09:30 -0800 (PST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP; 11 Dec 2015 06:09:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,413,1444719600"; d="scan'208";a="705489541" Received: from linux.intel.com ([10.23.219.25]) by orsmga003.jf.intel.com with ESMTP; 11 Dec 2015 06:09:29 -0800 Received: from vmed.fi.intel.com (vmed.fi.intel.com [10.237.72.51]) by linux.intel.com (Postfix) with ESMTP id F2CD26A4087 for ; Fri, 11 Dec 2015 06:57:30 -0800 (PST) From: Ed Bartosh To: toaster@yoctoproject.org Date: Fri, 11 Dec 2015 15:37:56 +0200 Message-Id: X-Mailer: git-send-email 2.1.4 Subject: [PATCH 00/11] toaster script improvements 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, 11 Dec 2015 14:09:34 -0000 Hi, This patchset includes bunch of readability, usability and code style fixes for toaster script. It was started as a fix for #8775 and then I just couldn't stop and decided to make the script a bit better. The following changes since commit 8e8b585191cafe9420e31de58d786afffe93d532: toasterconf: remove SDKMACHINE variable (2015-12-10 16:28:21 +0200) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ed/toaster/improve-toaster-script http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/toaster/improve-toaster-script Ed Bartosh (11): toaster: implement checksocket command toaster: check if address:port is in use toaster: split long lines, add/remove witespaces toaster: remove unused variable toaster: add MANAGE variable toaster: updated header of the toaster script toaster: remove addtoConfiguration function toaster: remove 2 unused functions toaster: move checks to another place toaster: move setting of default values toaster: remove 2 confusing parameters bitbake/bin/toaster | 144 +++++++++------------ .../toastermain/management/commands/checksocket.py | 69 ++++++++++ 2 files changed, 129 insertions(+), 84 deletions(-) create mode 100644 bitbake/lib/toaster/toastermain/management/commands/checksocket.py -- Regards, Ed