Hi, Could we add the attached patch to yours? It 1) gets rid of the annoying do you want to make a superuser now (you can do it at anytime with :
python bitbake/lib/toaster/manage.py python manage.py createsuperuser --username=ME 2) actually applies the value of WEB_PORT if we start in analysis mode. if there's a preferred way for me to add a suggestion on top of your patch, lemme know :) -b On Tue, Sep 22, 2015 at 9:41 AM, Elliot Smith <[email protected]> wrote: > This patch series fixes an exception being thrown when viewing > the default "command line builds" project while a bitbake command line > build is running. > > It also modifies and cleans up the toaster startup script so that > the bldcontrol migrations are applied in analysis mode, as well as > in managed mode. This should help prevent other errors which may > occur in analysis mode due to missing database tables. > > Changes since 7b86c771c80d0759c2ca0e57c46c4c966f89c49e are in > git://git.yoctoproject.org/poky-contrib, elliot/toaster/cli_builds_error-8277 > http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=elliot/toaster/cli_builds_error-8277 > > Related bug: https://bugzilla.yoctoproject.org/show_bug.cgi?id=8277 > > Elliot Smith (3): > toaster: Always run bldcontrol migrations > toaster: Check whether buildrequest exists before using it > toaster: Test that exception isn't thrown by project page > > bitbake/bin/toaster | 58 > ++++++++++++++++++++++----------- > bitbake/lib/toaster/orm/models.py | 20 ++++++++++-- > bitbake/lib/toaster/toastergui/tests.py | 33 ++++++++++++++++++- > 3 files changed, 89 insertions(+), 22 deletions(-) > > -- > Elliot Smith > Software Engineer > Intel OTC > > --------------------------------------------------------------------- > Intel Corporation (UK) Limited > Registered No. 1134945 (England) > Registered Office: Pipers Way, Swindon SN3 1RJ > VAT No: 860 2173 47 > > This e-mail and any attachments may contain confidential material for > the sole use of the intended recipient(s). Any review or distribution > by others is strictly prohibited. If you are not the intended > recipient, please contact the sender and delete all copies. > > -- > _______________________________________________ > toaster mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/toaster
toaster.patch
Description: Binary data
-- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
