summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/bldcontrol/management/commands/runbuilds.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: toaster: detect when bitbake crashedDavid Reyna2022-03-211-2/+81
* bitbake: cooker/toaster: replaced deprecated method warn() with warning()Frazer Clews2020-02-061-3/+3
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-041-0/+4
* bitbake: Toaster: Implement the project-specific feature and releated enhance...David Reyna2018-08-201-1/+1
* bitbake: toaster: handle early exceptionsDavid Reyna2017-09-111-0/+8
* bitbake: toaster: address Django-1.10 API deprecationsDavid Reyna2017-06-281-3/+3
* bitbake: toaster: runbuilds Write the pidfile in python rather than shell scriptMichael Wood2016-11-301-7/+14
* bitbake: runbuilds: code cleanup - remove unused importsEd Bartosh2016-09-211-5/+2
* bitbake: runbuilds: code cleanup - whitespaces, long linesEd Bartosh2016-09-211-19/+15
* bitbake: runbuilds: process builds on startEd Bartosh2016-09-211-0/+2
* bitbake: runbuilds: process builds on SIGUSR1Ed Bartosh2016-09-211-2/+4
* bitbake: toaster: fix wrong usage of print_exc and format_excEd Bartosh2016-06-151-2/+2
* bitbake: toaster: use force_text instead of force_bytesEd Bartosh2016-06-021-2/+2
* bitbake: toaster: runbuilds move the execution sequence out of the poll loopMichael Wood2016-05-201-15/+16
* bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie2016-05-111-3/+3
* bitbake: toaster: runbuilds Clean up runbuildsMichael Wood2016-04-061-29/+52
* bitbake: toaster: runbuilds Make runbuilds aware of the build CANCELLED stateMichael Wood2016-04-061-4/+22
* bitbake: toaster: add brbe parameter to triggerBuildEd Bartosh2016-04-061-4/+2
* bitbake: toaster: use force_bytes to display non-ascii project namesSujith H2016-03-091-1/+1
* bitbake: toaster: use OneToOneField instead of ForeignKeyEd Bartosh2015-12-141-1/+1
* bitbake: toaster: Update API used to make runbuilds methods run in transactionsElliot Smith2015-12-141-2/+2
* bitbake: toaster: make runbuilds to loopEd Bartosh2015-12-071-3/+10
* bitbake: toaster: store task name in Target objectsEd Bartosh2015-09-231-1/+1
* bitbake: toaster: Avoid unnecessary local to local copy of cooker logElliot Smith2015-09-181-22/+2
* bitbake: toaster: fix updates on failed build requestsAlexandru DAMIAN2015-08-191-1/+1
* bitbake: toaster: runbuilds Fix incorrect variable nameMichael Wood2015-07-021-1/+1
* bitbake: toaster: refactor build modelAlexandru DAMIAN2015-06-261-3/+7
* bitbake: toaster: fixes after replacing BuildRequest with BuildAlexandru DAMIAN2015-06-261-3/+4
* bitbake: toaster: fill in build data from buildrequestAlexandru DAMIAN2015-06-261-1/+31
* bitbake: toaster: improve the buildenvironment APIAlexandru DAMIAN2015-06-261-23/+7
* bitbake: toaster: bitbake cooker log saving and downloadingAlexandru DAMIAN2015-02-201-1/+28
* bitbake: toaster: properly detect failed server startAlexandru DAMIAN2015-02-171-3/+9
* bitbake: toaster: improve logging facilities for toasterAlexandru DAMIAN2015-02-101-1/+1
* bitbake: toaster: proper setup for build configurationAlexandru DAMIAN2015-02-021-1/+2
* bitbake: toaster: new layer checkout logicAlexandru DAMIAN2015-01-301-2/+5
* bitbake: toaster: write pre-read conf file for build variablesAlexandru DAMIAN2015-01-081-4/+1
* bitbake: toasterui: add extra debug and development infosAlexandru DAMIAN2014-12-181-4/+9
* bitbake: toaster: change startup parameter passing to avoid raceAlexandru DAMIAN2014-10-301-7/+12
* bitbake: toaster: update the bldcontrol to the new orm modelsAlexandru DAMIAN2014-08-291-1/+1
* bitbake: toaster: properly set layers when running a buildAlexandru DAMIAN2014-07-231-9/+14
* bitbake: toaster: build control functionalityAlexandru DAMIAN2014-06-131-0/+85