bitbake: toaster: add commands to list and delete builds
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Thu, 6 Mar 2014 16:34:50 +0000 (16:34 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Mar 2014 19:24:31 +0000 (12:24 -0700)
commiteece07eabc73c5c2dbf434c89a2c857d30249de7
treedd1407aefd68dde52ad22180404949a62e3fafd2
parent1dd96297951c92ac6b4296ffc4be76dbf83eb239
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 <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/toaster/toastermain/management/__init__.py [new file with mode: 0644]
bitbake/lib/toaster/toastermain/management/commands/__init__.py [new file with mode: 0644]
bitbake/lib/toaster/toastermain/management/commands/builddelete.py [new file with mode: 0644]
bitbake/lib/toaster/toastermain/management/commands/buildslist.py [new file with mode: 0644]