From bff408ad6398a58ce92984597303876f258ce07c Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Thu, 6 Mar 2014 16:34:50 +0000 Subject: bitbake: toaster: add commands to list and delete builds We add Django commands for the manage.py to manage the database content. The two commands added are: * buildslist - produces a list of current builds * builddelete - deletes a build and all associated data from the database (Bitbake rev: e9a8c32512bb270cda3dee4a3ed5fd22204c24bc) Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastermain/management/commands/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 bitbake/lib/toaster/toastermain/management/commands/__init__.py (limited to 'bitbake/lib/toaster/toastermain/management/commands/__init__.py') diff --git a/bitbake/lib/toaster/toastermain/management/commands/__init__.py b/bitbake/lib/toaster/toastermain/management/commands/__init__.py new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.3-54-g00ecf