[Toaster] [PATCH 0/1] [review-request][PATCH]toaster:cleanup buildelete command

brian avery avery.brian at gmail.com
Thu Sep 10 10:39:23 PDT 2015


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



More information about the toaster mailing list