From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 77C5FE00B71; Thu, 10 Sep 2015 10:38:22 -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) * -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 * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.220.50 listed in list.dnswl.org] Received: from mail-pa0-f50.google.com (mail-pa0-f50.google.com [209.85.220.50]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 312A7E00B0B for ; Thu, 10 Sep 2015 10:38:19 -0700 (PDT) Received: by pacfv12 with SMTP id fv12so49752352pac.2 for ; Thu, 10 Sep 2015 10:38:19 -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=S1NjhKagwnBPCSjHi9CfNaKgDn0TPe4kPRHcv88bDwQ=; b=u1oi1LbC6yXyFVFKmX2gPAgDpXXrD3b28hQ8rMusude5KnutoRbCeJYZgLy8Kb1PIf ZwrHvE9WmjSEd88YzMcRH9XufRWoI/aaUGzP3CNlJSYN9tlNn6bj8+nA0dyLlPDTvZs4 czrmxTptRJkPBMF0nfxQ3QmKVBfOALk4hWe757j3Uq94+wm3X26BtxflE7YysRm1a9pB 3D0kSU62v8nbG1Lz9X62OylEX4ruMM4COZQLD3D23bu0V1vvnV6y4mN97hk2L4eKyxxv bO8sr/foJdPnX2McFEKTFkYXzmxCOsANLIZtx1YIIwen4w3hcVMxKz4iYxKBG5wbjf1s OXwg== X-Received: by 10.66.141.199 with SMTP id rq7mr76906999pab.140.1441906698931; Thu, 10 Sep 2015 10:38:18 -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 df1sm3456575pbb.21.2015.09.10.10.38.17 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 10 Sep 2015 10:38:18 -0700 (PDT) From: brian avery To: toaster@yoctoproject.org Date: Thu, 10 Sep 2015 10:39:23 -0700 Message-Id: X-Mailer: git-send-email 1.9.1 Subject: [PATCH 0/1] [review-request][PATCH]toaster:cleanup buildelete command 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: Thu, 10 Sep 2015 17:38:22 -0000 This patch cleans up the multiple build delete. It: 1) skips build id's that don't exist rather than giving a traceback. 2) let you pass in the ids as a space separated list 3) fixes the usage to match the space separated list format this comand is accessed by doing something like: poky/bitbake/lib/toaster/manage.py builddelete 1 99 2 [YOCTO #7726] The following changes since commit d4585fa23d56a58c583ee33db067a23177a936b1: bsps: update 3.14 SRCREVs (2015-09-09 14:27:57 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib bavery/cleanup-builddelete http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/cleanup-builddelete brian avery (1): bitbake: toaster: delete multiple builds cleanup .../toaster/toastermain/management/commands/builddelete.py | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) -- 1.9.1