All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] [review-request][PATCH]toaster:cleanup buildelete command
@ 2015-09-10 17:39 brian avery
  2015-09-10 17:39 ` [PATCH 1/1] bitbake: toaster: delete multiple builds cleanup brian avery
  0 siblings, 1 reply; 3+ messages in thread
From: brian avery @ 2015-09-10 17:39 UTC (permalink / raw)
  To: toaster

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-09-14 15:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-10 17:39 [PATCH 0/1] [review-request][PATCH]toaster:cleanup buildelete command brian avery
2015-09-10 17:39 ` [PATCH 1/1] bitbake: toaster: delete multiple builds cleanup brian avery
2015-09-14 15:38   ` Smith, Elliot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.