summaryrefslogtreecommitdiffstats
path: root/bitbake/bin/toaster
AgeCommit message (Expand)Author
2017-12-18bitbake: toaster: add 'nobuild' option to ToasterDavid Reyna
2017-08-23bitbake: Toaster: custom start and stop actionsDavid Reyna
2017-06-28bitbake: toaster: address Django-1.10 API deprecationsDavid Reyna
2017-06-22bitbake: toaster: noweb should init databaseDavid Reyna
2017-02-15bitbake: toaster: remove cut and paste cruftbrian avery
2017-02-15bitbake: toaster: remove cut and paste cruftbrian avery
2017-01-17bitbake: toaster: bin/toaster whitelist TOASTER_DIRbrian avery
2016-12-08bitbake: toaster: Reference pip3 not pipRichard Purdie
2016-11-30bitbake: toaster: runbuilds Write the pidfile in python rather than shell scriptMichael Wood
2016-09-30bitbake: toaster: stop modifying OEROOT in toaster scriptEd Bartosh
2016-09-08bitbake: toaster: don't kill all runserver processesEd Bartosh
2016-09-08bitbake: toaster: remove handling of .toasterui.pidEd Bartosh
2016-09-08bitbake: toaster: don't kill toaster on startEd Bartosh
2016-08-11bitbake: toaster: Remove old toaster config loading mechanismMichael Wood
2016-08-11bitbake: toaster: checksettings call django's loaddata instead of custom commandMichael Wood
2016-08-11bitbake: toaster: --help now returns 0 instead of 1Randy Witt
2016-06-15bitbake: toaster: bin Use python 3 for our django modules checkMichael Wood
2016-06-02bitbake: toaster: use python3 explicitlyEd Bartosh
2016-05-20bitbake: toaster: Remove DATABASE_URL being passed around as an environment varMichael Wood
2016-05-14bitbake: toaster: use print function in toaster scriptEd Bartosh
2016-05-06bitbake: toaster: bin/toaster Fix noweb commandMichael Wood
2016-05-06bitbake: toaster: bin/toaster Add ability to specify port and address to bind toMichael Wood
2016-05-06bitbake: toaster: bin/toaster Add help text for unrecognised commandMichael Wood
2016-04-06bitbake: toaster: export BBBASEDIR variableEd Bartosh
2016-04-06bitbake: toaster: update conf/local.confEd Bartosh
2016-04-06bitbake: toaster: set BITBAKE_UI environment variableEd Bartosh
2016-04-06bitbake: toaster: get rid of noui optionEd Bartosh
2016-04-06bitbake: toaster: don't start bitbake serverEd Bartosh
2016-03-02bitbake: toaster: cleanup of bin/toaster startup codebrian avery
2016-01-22bitbake: toaster: run bitbake server with --read optionEd Bartosh
2016-01-16bitbake: toaster: increase timeoutEd Bartosh
2015-12-18bitbake: toaster: remove 2 confusing parametersEd Bartosh
2015-12-18bitbake: toaster: move setting of default valuesEd Bartosh
2015-12-18bitbake: toaster: move startup checks to a better placeEd Bartosh
2015-12-18bitbake: toaster: remove 2 unused functionsEd Bartosh
2015-12-18bitbake: toaster: remove addtoConfiguration functionEd Bartosh
2015-12-18bitbake: toaster: updated header of the toaster scriptEd Bartosh
2015-12-18bitbake: toaster: add MANAGE variableEd Bartosh
2015-12-18bitbake: toaster: remove unused variableEd Bartosh
2015-12-18bitbake: toaster: split long lines, add/remove whitespaceEd Bartosh
2015-12-18bitbake: toaster: check if address:port is in useEd Bartosh
2015-12-14bitbake: toaster: rework checking of Django versionEd Bartosh
2015-12-14bitbake: toaster: removed extra calls of migrateEd Bartosh
2015-12-14bitbake: toaster: Check Django version against toaster-requirements.txtElliot Smith
2015-12-14bitbake: toaster: Update deprecated manage.py commandElliot Smith
2015-12-14bitbake: toaster: Upgrade to Django 1.8.6 and remove SouthElliot Smith
2015-12-07bitbake: toaster: unset environment variablesEd Bartosh
2015-12-07bitbake: toaster: stop using toaster-pre.confEd Bartosh
2015-12-07bitbake: toaster: implement 'toaster restart-bitbake'Ed Bartosh
2015-12-07bitbake: toaster: implement start_bitbake functionEd Bartosh